summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
AgeCommit message (Expand)Author
2019-05-10Release 0.7.0.v0.7.0Justus Winter
2019-05-07openpgp: Add email address normalizationNeal H. Walfield
2019-05-03openpgp: More efficiently identify valid ASCII-armorNeal H. Walfield
2019-04-12Release 0.6.0.v0.6.0Justus Winter
2019-04-12openpgp: Parse User IDs.Neal H. Walfield
2019-03-28Point to the version-specific documentation.Justus Winter
2019-03-26tool: Read passwords from the tty.Justus Winter
2019-03-14Release 0.5.0.v0.5.0Justus Winter
2019-03-13Bump nettle to 5.0.Justus Winter
2019-02-21Release 0.4.1.v0.4.1Justus Winter
2019-02-19Release 0.4.0.v0.4.0Justus Winter
2019-02-13openpgp: use nettle 4.0Kai Michaelis
2019-02-12openpgp: Bump quickcheck.Justus Winter
2019-02-07openpgp: implement importing RSA keysKai Michaelis
2019-01-15openpgp: Hand a Vec<crypto::Signer> to stream::Signer.Justus Winter
2018-12-18Release 0.3.0.v0.3.0Justus Winter
2018-12-17openpgp: Update version of time crate.Neal H. Walfield
2018-11-27Fix the gitlab badges.Justus Winter
2018-11-26Release 0.2.0.v0.2.0Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-24Fix mail address.Justus Winter
2018-11-24Make cargo package happy.Justus Winter
2018-11-24Update packaging metadata in preparation for a release.Justus Winter
2018-11-21openpgp: switch to nettle 2.0Kai Michaelis
2018-11-19Bump version of 'rand'.Justus Winter
2018-11-06Use nettle 1.0Kai Michaelis
2018-09-28openpgp: Zero secret keys on Drop.Justus Winter
2018-09-21openpgp: Bump version of lalrpop.Justus Winter
2018-09-12openpgp: Bump version of quickcheck.Justus Winter
2018-08-15Bump version of failure.Justus Winter
2018-07-11openpgp: Instead of using an ad-hoc parser, use a parser generator.Neal H. Walfield
2018-06-19openpgp, buffered-reader: Make compression an optional feature.Justus Winter
2018-06-01openpgp: Add convenience functions to check for sig and key expiry.Justus Winter
2018-05-04openpgp: Remove last use of num's 'FromPrimitive' and 'ToPrimitive'.Justus Winter
2018-04-23openpgp: Enums for various alogrithmsKai Michaelis
2018-03-12Bump dependencies.Justus Winter
2018-03-12openpgp: Trim features of the 'num' crate.Justus Winter
2018-01-23Use the failure crate to handle errors.Justus Winter
2018-01-14openpgp: Implement hashing.Neal H. Walfield
2018-01-02openpgp: Preliminary serialization support.Neal H. Walfield
2017-12-15openpgp: Remove the nom dependency.Neal H. Walfield
2017-12-13Add fingerprint support.Neal H. Walfield
2017-12-13Split up Sequoia.Justus Winter