summaryrefslogtreecommitdiffstats
path: root/openpgp/examples
AgeCommit message (Expand)Author
2023-09-21openpgp: Fix Encryptor's lifetime parameter.Neal H. Walfield
2023-07-03openpgp: Deprecate SubpacketValue::PreferredAEADAlgorithms.Justus Winter
2023-03-01openpgp: Add support for brainpoolP384r1.Justus Winter
2022-09-29openpgp, sq: Update dependency rpassword to 6.Nora Widdecke
2022-09-06openpgp: Fix typos spotted by codespell.Wiktor Kwapisiewicz
2022-04-12openpgp: Collect ECDH parameters in statistics example.Justus Winter
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-09-28openpgp: Add example that prints the supported algorithms.Justus Winter
2021-06-28openpgp: Fix example.Justus Winter
2021-04-28openpgp: Implement Encryptor::with_session_key.Justus Winter
2021-04-28openpgp: Improve example.Justus Winter
2021-04-12openpgp: Add example that creates a group key.Justus Winter
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Remove redundant lifetime.Nora Widdecke
2020-12-07openpgp: Make serialize::stream::Message Send + Sync.Justus Winter
2020-11-10openpgp: Use Padme as default padding policy.Wiktor Kwapisiewicz
2020-11-10openpgp: Make stream::Padder use the builder pattern.Wiktor Kwapisiewicz
2020-10-22openpgp: Improve documentation on how to encrypt for multiple certs.Justus Winter
2020-10-22openpgp: Select only supported encryption-capable keys.Justus Winter
2020-09-21openpgp: Convert `extern crate` to `use` in examples.Wiktor Kwapisiewicz
2020-09-21openpgp: Call all layers of the message `message`.Wiktor Kwapisiewicz
2020-09-21openpgp: Fix examples to use stream::Armorer.Wiktor Kwapisiewicz
2020-09-21openpgp: Adjust examples to use try operator.Wiktor Kwapisiewicz
2020-08-05openpgp: Don't implement Default for the Bitflags types.Justus Winter
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-07-15openpgp: Collect statistics about public key algorithms.Justus Winter
2020-05-28openpgp: Change the `decrypt` proxy in the decryption helper.Justus Winter
2020-05-28openpgp: Change PKESK::decrypt to return an Option<_>.Justus Winter
2020-05-13openpgp: Convert from ValidKeyAmalgamation for Recipient.Justus Winter
2020-05-13openpgp: Avoid constructing vectors of recipients.Justus Winter
2020-05-13openpgp: Make Encryptor::for_recipients polymorphic.Justus Winter
2020-05-07openpgp: Use a builder to construct Decryptor.Justus Winter
2020-05-07openpgp: Use a builder to construct Verifier.Justus Winter
2020-04-20openpgp: Add armor::Writer::with_headers.Justus Winter
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-04-06openpgp: Rename VerificationHelper::get_public_keys to get_certs.Justus Winter
2020-04-03openpgp: Unawkwardify the streaming encryptor.Justus Winter
2020-04-02openpgp: Move the padding module to serialize::stream.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-16openpgp: Fix examples.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09Reduce use of explicit failure::Fallible.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-02-26openpgp: Don't unnecessarily use ComponentAmalgamation::bundle.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-20openpgp: Split the ValidAmalgamation trait.Neal H. Walfield
2020-02-19openpgp: Split VerificationResult.Justus Winter