summaryrefslogtreecommitdiffstats
path: root/openpgp/src/lib.rs
AgeCommit message (Expand)Author
2020-01-24openpgp: Optimize drop(Vec<u8>::drain(..n)) in debug mode.Justus Winter
2020-01-14openpgp: Rework stream verification logic.Neal H. Walfield
2020-01-08openpgp: Include a reference time in KeyAmalgamation.Neal H. Walfield
2020-01-02openpgp: Mark enum Error non-exhaustive.Justus Winter
2020-01-02openpgp: Mark enum Packet non-exhaustive.Justus Winter
2019-12-20openpgp: Fix comparing streamed containers.Justus Winter
2019-12-20openpgp: Keep track whether a container has been streamed.Justus Winter
2019-12-09openpgp: New errors Expired and NotYetLive.Justus Winter
2019-12-09openpgp, openpgp-ffi: Fix small issues introduced when renaming TPK.Justus Winter
2019-12-03openpgp: Move byte order conversion functions.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-12-03openpgp: Convert uses of Time::from_pgp.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-27openpgp: Rename ID to KeyHandle.Justus Winter
2019-11-26openpgp: New type ID.Justus Winter
2019-11-26openpgp: Implement PartialOrd, Ord for Fingerprint.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-10-30openpgp,buffered-reader: Optimize Vec<u8>::truncate manuallyNeal H. Walfield
2019-10-25rfc2822,openpgp: Move rfc2822 crate to be a private mod in openpgpNeal H. Walfield
2019-09-17openpgp: Change RevocationStatus to return Vec<&Signature>.Neal H. Walfield
2019-09-10openpgp: Remove aliases from the toplevel, move to packet::header.Justus Winter
2019-08-27openpgp: Limit size of non-data packets.Justus Winter
2019-08-23openpgp: Use marker types to denote a Key's type.Neal H. Walfield
2019-08-21openpgp: Move struct TPK to the tpk module.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-05-21openpgp: New error for unsupported compression algorithms.Justus Winter
2019-05-14openpgp: Add a filesystem-like framework for test data.Justus Winter
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