summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
AgeCommit message (Expand)Author
2020-12-11Release 0.21.0.v0.21.0Justus Winter
2020-12-11Relax minimum dependencies.Nora Widdecke
2020-12-11Correct minimal versions.Nora Widdecke
2020-12-07openpgp: Require Mode to be Send + Sync.Justus Winter
2020-12-04openpgp: Use pure Rust EAX implementation under CNG backendIgor Matuszewski
2020-12-04Bump version of sha1collisiondetection.Justus Winter
2020-11-27openpgp: Drop dependency on the digest crate.Justus Winter
2020-11-24openpgp: Drop comment.Justus Winter
2020-11-24openpgp: Avoid direct dependency on generic-array.Justus Winter
2020-11-12openpgp: Mitigate collision attacks on SHA-1.Justus Winter
2020-10-18openpgp: Implement date formatting for WASM using chrono crateIgor Matuszewski
2020-10-14Release 0.20.0.v0.20.0Justus Winter
2020-10-14openpgp, autocrypt: Port to base64 0.13.Justus Winter
2020-10-14buffered-reader, openpgp: Port to bzip2 0.4.Justus Winter
2020-10-07autocrypt, openpgp: Unpin base64.Nora Widdecke
2020-10-07openpgp: Unpin dependency dyn-clone.Nora Widdecke
2020-10-06Don't use OS-specific extensions from memsecIgor Matuszewski
2020-10-06Bump memsec to 0.6Igor Matuszewski
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-09-21openpgp, ipc: Update lalrpop to 0.19.Nora Widdecke
2020-09-21openpgp: Unpin unicode-normalization.Nora Widdecke
2020-09-21openpgp: Unpin backtrace.Nora Widdecke
2020-09-21sq, openpgp: Update rpassword to 5.0.Nora Widdecke
2020-08-21Release 0.19.0.v0.19.0Justus Winter
2020-08-21openpgp: Bump ed25519-dalek to 1.Justus Winter
2020-08-13openpgp: Implement DSA signatures using Windows CNGIgor Matuszewski
2020-08-13openpgp: Implement ed25519 signatures with ed25519-dalekIgor Matuszewski
2020-08-13openpgp: Implement asymmetric key gen/import using Windows CNG APIIgor Matuszewski
2020-08-13openpgp: Add Windows CNG crypto backend via crypto-cng featureIgor Matuszewski
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