summaryrefslogtreecommitdiffstats
path: root/openpgp/src/lib.rs
AgeCommit message (Expand)Author
2019-05-13openpgp: New module containing the test data.Justus Winter
2019-05-07openpgp: Add email address normalizationNeal H. Walfield
2019-05-03openpgp: More efficiently identify valid ASCII-armorNeal H. Walfield
2019-04-29openpgp: New TSK type.Justus Winter
2019-04-12openpgp: Parse User IDs.Neal H. Walfield
2019-04-09openpgp: Guard signature verifications with a time.Justus Winter
2019-04-05openpgp: Derive PartialEq for Message.Justus Winter
2019-04-05openpgp: Fix serializing of TPKs and TSKs.Justus Winter
2019-04-02openpgp: Support the Trust packet.Justus Winter
2019-04-01openpgp: Support the marker packet.Justus Winter
2019-02-06openpgp: New error for unsupported packet types.Justus Winter
2019-01-24openpgp: allow usage of armored!() in openpgp crateKai Michaelis
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-13openpgp: Make fields of Unknown private.Justus Winter
2018-12-12openpgp: Move SecretKey to packet::key.Justus Winter
2018-12-05openpgp: Drop openpgp::Reader.Justus Winter
2018-11-26ffi: Avoid NULL pointer dereference.Neal H. Walfield
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-10-23openpgp: Move sequre_eq to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move SessionKey into openpgp::crypto.Justus Winter
2018-10-23openpgp: Move the Password type to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move the hash_file(..) function to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move openpgp::mpis to openpgp::crypto::mpis.Justus Winter
2018-10-23openpgp: Move S2K to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move crypto primitives to openpgp::crypto.Justus Winter
2018-10-17openpgp: make AEAD digest comparison time constantKai Michaelis
2018-10-17openpgp: Remove unused errors.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter
2018-10-16openpgp: Make openpgp::symmetric private.Justus Winter
2018-10-16openpgp: Move the CTB module to openpgp::packet.Justus Winter
2018-10-15openpgp: Fix and update links to RFC4880bis.Justus Winter
2018-10-11openpgp: Add support for the AEAD encrypted data packet.Justus Winter
2018-10-10openpgp: Add a new module dealing with AEAD primitives.Justus Winter
2018-10-09openpgp: Add error for unsupported AEAD algorithms.Justus Winter
2018-10-09openpgp: Make tracing less invasive.Neal H. Walfield
2018-09-28openpgp: Introduce and use a type holding passwords.Justus Winter
2018-09-28openpgp: Add and use a type holding session keys.Justus Winter
2018-09-28openpgp: Zero secret keys on Drop.Justus Winter
2018-09-28openpgp,ffi: Add an error indicating a message has been manipulated.Justus Winter
2018-09-20openpgp: Add proper revocation support to TPKs.Neal H. Walfield
2018-09-20openpgp: Move assert_match! to the root, and generalize it.Neal H. Walfield
2018-09-13openpgp: Move the subpacket module to packet::signature.Justus Winter
2018-09-13openpgp: Revert "openpgp: make Signature and UserID visible".Justus Winter
2018-09-12openpgp: Bump version of quickcheck.Justus Winter
2018-09-07openpgp: make Signature and UserID visibleKai Michaelis
2018-09-03openpgp: Expose packet structs in the packet module.Justus Winter
2018-09-03openpgp: Move definition of struct MDC.Justus Winter
2018-09-03openpgp: Move definition of struct SEIP.Justus Winter
2018-09-03openpgp: Move definition of struct CompressedData.Justus Winter