summaryrefslogtreecommitdiffstats
path: root/openpgp/examples
AgeCommit message (Expand)Author
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
2020-02-18openpgp: Improve tracking of secret keys.Justus Winter
2020-02-17openpgp: Reduce the number of explicit key conversions.Justus Winter
2020-02-12openpgp: Add optional cipher argument to DecryptionHelper::decrypt.Justus Winter
2020-02-12openpgp: Add optional cipher argument to PKESK3::decrypt.Justus Winter
2020-02-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-02-06openpgp, openpgp-ffi, ipc: Add missing dyn.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-20openpgp: Rename ComponentIter::components to bindings.Neal H. Walfield
2020-01-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-18openpgp: Use Cert::keys instead of Cert::subkeys.Justus Winter
2020-01-16openpgp: Remove variant VerificationResult::BadChecksum.Justus Winter
2020-01-14openpgp: Remove unneeded fields from VerificationResult::NotAlive.Neal H. Walfield
2020-01-13openpgp: Add Error variant to VerificationResult.Neal H. Walfield
2020-01-10openpgp: Prefer consuming MessageStructure's to referencing them.Neal H. Walfield
2020-01-10openpgp: Pass MessageStructure by value, not reference.Neal H. Walfield