summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/stream.rs
AgeCommit message (Expand)Author
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-10-21openpgp: Don't mention method that is no longer public.Justus Winter
2020-10-21openpgp: Fix references.Justus Winter
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-09openpgp: Make Recipient::set_keyid easier to use.Justus Winter
2020-10-02openpgp: Make signature verification use a mutable self reference.Justus Winter
2020-09-22openpgp: Replace certificate with one that does not expire.Justus Winter
2020-09-22openpgp: Hide stream::Encryptor::aead_algo from public API.Wiktor Kwapisiewicz
2020-08-12openpgp: Change accessors to return all issuers.Neal H. Walfield
2020-08-12openpgp: Improve SKESK?::with_password.Justus Winter
2020-08-10openpgp: Fix creation of text signatures.Justus Winter
2020-07-31openpgp: Fix the type of OPS packets.Justus Winter
2020-07-21openpgp: Remove PacketParserResult::is_none.Justus Winter
2020-06-30openpgp: Improve documentation.Justus Winter
2020-06-29openpgp: Don't unnecessarily set signature subpackets.Neal H. Walfield
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-28openpgp: Use u64 for AEAD chunk sizes.Justus Winter
2020-05-14openpgp: Improve documentation of struct Recipient.Justus Winter
2020-05-13openpgp: Improve example.Justus Winter
2020-05-13openpgp: Convert from ValidKeyAmalgamation for Recipient.Justus Winter
2020-05-13openpgp: Allow conversion from all keys to Recipient.Justus Winter
2020-05-13openpgp: Fix documentation.Justus Winter
2020-05-13openpgp: Avoid constructing vectors of recipients.Justus Winter
2020-05-13openpgp: Make Encryptor::with_passwords polymorphic.Justus Winter
2020-05-13openpgp: Make Encryptor::for_recipients polymorphic.Justus Winter
2020-05-13openpgp: Unawkwardify Encryptor::add_recipient.Justus Winter
2020-05-13openpgp: Unawkwardify Encryptor::add_password.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-05-07openpgp: Use a builder to construct DetachedVerifier.Justus Winter
2020-04-21openpgp: Rename signature::Builder to signature::SignatureBuilder.Wiktor Kwapisiewicz
2020-04-21openpgp: Improve docs.Justus Winter
2020-04-21openpgp: Add Signer::with_template that takes a signature::Builder.Justus Winter
2020-04-21openpgp: Add a filter applying ASCII Armor to the streaming stack.Justus Winter
2020-04-20openpgp: Fix documentation.Justus Winter
2020-04-20openpgp: Don't finalize the Signer in Drop.Justus Winter
2020-04-20openpgp: Don't finalize the Encryptor in Drop.Justus Winter
2020-04-20openpgp: Don't finalize the PartialBodyFilter in Drop.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-08openpgp: Change key's role function names.Wiktor Kwapisiewicz
2020-04-08openpgp: Specialize stream::Message, make Cookie private.Justus Winter
2020-04-08openpgp: Rename Encryptor::sym_algo to symmetric_algo.Justus Winter
2020-04-07openpgp: Improve documentation for the serialize module.Justus Winter
2020-04-06openpgp: Rename VerificationHelper::get_public_keys to get_certs.Justus Winter
2020-04-06openpgp: Make Signer::creation_time polymorphic.Justus Winter