summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
AgeCommit message (Expand)Author
2020-07-31Release 0.18.0.v0.18.0Justus Winter
2020-06-22openpgp: Move Nettle hashing impls to the backend moduleIgor Matuszewski
2020-06-12Release 0.17.0.v0.17.0Justus Winter
2020-06-12Relax dependency on base64.Justus Winter
2020-06-11Update all dependencies.Justus Winter
2020-06-11openpgp: Bump base64 to 0.12.Justus Winter
2020-06-11openpgp: Add new authors.Justus Winter
2020-06-11openpgp: Make dependency on rand optional.Justus Winter
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-04-06openpgp: Introduce (mandatory, for now) crypto-nettle feature flagIgor Matuszewski
2020-04-03Release 0.16.0.v0.16.0Justus Winter
2020-04-03Pin dependencies to keep our MSRV stable.Justus Winter
2020-03-27openpgp: Add a no-dependency mechanism to format timestamps.Justus Winter
2020-03-11openpgp: Only build the padding example if compression is enabled.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09openpgp: Update nettle to 7.0.0.Justus Winter
2020-03-09openpgp: Define openpgp::Error using thiserror.Justus Winter
2020-03-09openpgp: Relax unicode-normalization dependency.Daniel Kahn Gillmor
2020-03-04Release 0.15.0.v0.15.0Justus Winter
2020-03-03openpgp: Add a dedicated README.md.Justus Winter
2020-02-24openpgp: Fix EdDSA key generation.Justus Winter
2020-02-12openpgp: Update to nettle 6.Justus Winter
2020-02-07Release 0.14.0.v0.14.0Justus Winter
2020-02-07Bump base64 to 0.11.Justus Winter
2020-02-07Pin dependencies to keep our MSRV stable.Justus Winter
2019-12-20Release 0.13.0.v0.13.0Justus Winter
2019-12-03openpgp: Relax dependency on regex crate.Daniel Kahn Gillmor
2019-11-25Release 0.12.0.v0.12.0Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-11-06openpgp: Replace RFC 2822 parser with a de factor parserNeal H. Walfield
2019-10-31Change license to GPLv2+.Neal H. Walfield
2019-10-30Update authors.Neal H. Walfield
2019-10-25Release 0.11.0.v0.11.0Justus Winter
2019-10-25rfc2822,openpgp: Move rfc2822 crate to be a private mod in openpgpNeal H. Walfield
2019-09-06Release 0.10.0.v0.10.0Justus Winter
2019-09-06Bump quickcheck to 0.9, rand to 0.7.Justus Winter
2019-08-22Bump idna to 0.2.Justus Winter
2019-08-22Bump rpassword to 0.4.Justus Winter
2019-08-22Trim dependencies of crates 'rand' and 'quickcheck'.Justus Winter
2019-08-02openpgp: Upgrade to base64 version 0.10.1.Neal H. Walfield
2019-07-19openpgp: Add features 'vendored' and 'vendored-nettle'.Justus Winter
2019-07-15Switch to Rust 2018.Justus Winter
2019-07-08Release 0.9.0.v0.9.0Justus Winter
2019-06-14Release 0.8.0.v0.8.0Justus Winter
2019-05-28Bump memsec to 0.5.6.Hussein
2019-05-24Update to lalrpop 0.17Neal H. Walfield
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