summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2020-06-02openpgp: Break up packet::keyNeal H. Walfield
2020-06-01openpgp: Add doctests to types module.Wiktor Kwapisiewicz
2020-05-30openpgp: Derive Debug for RevocationType.Wiktor Kwapisiewicz
2020-05-29openpgp: Fix crash due to improper use of buffered reader protocol.Justus Winter
2020-05-29openpgp: Fix crash due to invalid handling of UTF-8 input.Justus Winter
2020-05-28openpgp: Improve the PacketPileParser documentation.Justus Winter
2020-05-28openpgp: Align PacketPileParser::recursion_depth with PacketParser'sJustus Winter
2020-05-28openpgp: Fix PacketPileParser's API.Justus Winter
2020-05-28openpgp: Change the `decrypt` proxy in the decryption helper.Justus Winter
2020-05-28openpgp: Add a warning to PacketParser::decrypt.Justus Winter
2020-05-28openpgp: Change PKESK::decrypt to return an Option<_>.Justus Winter
2020-05-28openpgp: Validate chunk sizes when parsing AED packets.Justus Winter
2020-05-28openpgp: Use u64 for AEAD chunk sizes.Justus Winter
2020-05-28openpgp: Improve Key::decrypt_secret's discoverabilityNeal H. Walfield
2020-05-27openpgp: Fix referenceNeal H. Walfield
2020-05-27openpgp: Add methods to Key to handle encrypted secret key materialNeal H. Walfield
2020-05-27openpgp: Add SecretKeyMaterial::{decrypt,encrypt}Neal H. Walfield
2020-05-27openpgp: Improve documentation.Justus Winter
2020-05-27openpgp: Improve documentation for PacketParserEOF.Justus Winter
2020-05-27openpgp: Make SecretKeyMaterial less brittleNeal H. Walfield
2020-05-27openpgp: Improve documentation for packet::trust.Neal H. Walfield
2020-05-27openpgp: Improve documentation for packet::ctb.Neal H. Walfield
2020-05-25openpgp: Fix documentation.Justus Winter
2020-05-20openpgp: Make field private, provide an accessorNeal H. Walfield
2020-05-20openpgp: Improve documentation for packet::header.Neal H. Walfield
2020-05-20openpgp: Improve documentation for packet::aed.Neal H. Walfield
2020-05-19openpgp: Improve documentation in packetNeal H. Walfield
2020-05-19openpgp: Add a function to strip secret key material from a CertNeal H. Walfield
2020-05-15openpgp: Document cert::revokeNeal H. Walfield
2020-05-14openpgp: Improve the introduction of the parse module.Justus Winter
2020-05-14openpgp: Improve documentation of struct Recipient.Justus Winter
2020-05-14openpgp: Document cert::builderNeal H. Walfield
2020-05-13openpgp: Sometimes set the primary User ID flag on a User AttributeNeal H. Walfield
2020-05-13openpgp: Set the primary User ID flag on the first User IDNeal H. Walfield
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-13openpgp: Improve documentation for cert::CertParserNeal H. Walfield
2020-05-13openpgp: Add conversions for CertParserNeal H. Walfield
2020-05-13openpgp: Don't use unwrap when we can return the errorNeal H. Walfield
2020-05-13openpgp: Implement From<PacketPile> for Vec<Packet>Neal H. Walfield
2020-05-13openpgp, buffered-reader, ffi: Fix documentation warnings.Wiktor Kwapisiewicz
2020-05-12openpgp: Add a unit test for CertParserNeal H. Walfield
2020-05-12openpgp: Stop parsing a Cert when we encounter an invalid packetNeal H. Walfield