summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-06-08fix textnora/465-improve-documentation-for-keyid-fingerprint-keyhandle-modulesNora Widdecke
2020-06-05wipNora Widdecke
2020-06-04wipNora Widdecke
2020-06-04wipNora Widdecke
2020-06-04improve wordingNora Widdecke
2020-06-04openpgp: Add doctests for Fingerprint.Nora Widdecke
2020-06-04openpgp: Add examples to KeyID methods.Nora Widdecke
2020-06-02openpgp: Remove unnecessary forwarderNeal H. Walfield
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-ffi: Make pgp_cert_parser_from_bytes' buffer argument const.Alexander Kjäll
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-25ffi: Gracefully handle encrypted secret keys in pgp_pkesk_decrypt.Justus Winter
2020-05-25Fix the required nettle version in README.md.Justus Winter
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-18autocrypt: only export transport encrypt and sign subkeys on encode-senderRuben Pollan
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