summaryrefslogtreecommitdiffstats
path: root/openpgp/Cargo.toml
AgeCommit message (Expand)Author
2023-09-18upgrade criterion from 0.4 to 0.5capitol/upgrade-criterion-to-0.5Alexander Kjäll
2023-09-15Bump MSRV to 1.67.Wiktor Kwapisiewicz
2023-09-13openpgp: Drop the dependency on sha-1.Justus Winter
2023-09-11openpgp: Migrate from x25519-dalek-ng to x25519-dalek v2.Wiktor Kwapisiewicz
2023-09-05openpgp: Upgrade ed25519_dalek to version 2.Wiktor Kwapisiewicz
2023-07-19openpgp: Implement Key::generate_dsa.Justus Winter
2023-07-17openpgp: Implement DSA using the RustCrypto backend.Justus Winter
2023-07-09openpgp: Add Camellia support to RustCrypto backend.Shun Sakai
2023-06-22openpgp: Honor `OPENSSL_NO_OCB` build parameter.Wiktor Kwapisiewicz
2023-06-21openpgp: Fix compilation on wasm.Milo Moisson
2023-05-22openpgp: Add Ed25519 to trait Asymmetric.Justus Winter
2023-05-22openpgp: Implement GCM mode.Justus Winter
2023-05-22openpgp: Implement OCB mode using the Nettle backend.Justus Winter
2023-05-16openpgp: Release 1.16.0.openpgp/v1.16.0Neal H. Walfield
2023-05-16openpgp: Upgrade base64.Neal H. Walfield
2023-05-15openpgp: Change crypto-botan to use botan v3.Alexander Kjäll
2023-05-05openpgp: Release 1.15.0openpgp/v1.15.0Neal H. Walfield
2023-05-05openpgp: Remove foreign-types-shared dependencyNeal H. Walfield
2023-05-05openpgp: Upgrade criterionNeal H. Walfield
2023-05-03Tighten dependenciesNeal H. Walfield
2023-05-03openpgp: Update rust-crypto dependenciesNeal H. Walfield
2023-05-03openpgp: Update win-crypto-ng to 0.5Neal H. Walfield
2023-03-23openpgp: Release 1.14.0openpgp/v1.14.0Neal H. Walfield
2023-03-21openpgp: Cache fingerprint calculations.Justus Winter
2023-03-20openpgp: Add check for CAST5.Wiktor Kwapisiewicz
2023-03-15openpgp: Bump nettle to 7.2.2.Justus Winter
2023-03-08openpgp: Add a new backend based on the Botan cryptographic library.Justus Winter
2023-01-06openpgp: Release v1.13.0.openpgp/v1.13.0Neal H. Walfield
2023-01-05Don't select a cryptograhic backend in non-leaf crates.Justus Winter
2022-12-23Port to Rust Edition 2021.Justus Winter
2022-12-22openpgp: Add OpenSSL cryptographic backend.Wiktor Kwapisiewicz
2022-12-13openpgp: Release 1.12.0.openpgp/v1.12.0Neal H. Walfield
2022-12-13openpgp: Fix dependency on base64.Heiko Schaefer
2022-11-18openpgp: Release 1.11.0.openpgp/v1.11.0Neal H. Walfield
2022-10-29openpgp: widen dependency on idna to include 0.3 and upDaniel Kahn Gillmor
2022-10-18Document MSRV in Cargo.toml.Nora Widdecke
2022-09-29openpgp, sq: Update dependency rpassword to 6.Nora Widdecke
2022-07-05openpgp: Release 1.10.0.openpgp/v1.10.0Justus Winter
2022-05-23openpgp: Release 1.9.0.openpgp/v1.9.0Justus Winter
2022-05-23ipc, openpgp: Reduce features of dependency lalrpop.Nora Widdecke
2022-04-26openpgp: Remove unused dependencies.Nora Widdecke
2022-03-02openpgp: Release 1.8.0.openpgp/v1.8.0Justus Winter
2021-12-23openpgp: Release 1.7.0.openpgp/v1.7.0Justus Winter
2021-12-13openpgp: Ensure rand:0.7 for rust-crypto.Nora Widdecke
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-11-29openpgp: State MSRV in Cargo.toml.Nora Widdecke
2021-11-18openpgp: Enable feature wasm-bindgen for rand.Justus Winter
2021-11-18openpgp: Enable js feature for getrandom.Justus Winter
2021-11-18openpgp: Use a WASM-friendly SystemTime::now wrapper.Justus Winter
2021-11-16openpgp: Release 1.6.0.openpgp/v1.6.0Justus Winter