summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/backend.rs
AgeCommit message (Expand)Author
2023-10-10openpgp: Add a null crypto backend for fuzzing.Justus Winter
2023-06-20openpgp: Fix backend selection.Justus Winter
2023-05-22openpgp: Introduce a trait for the crypto backends.Justus Winter
2023-05-15openpgp: Change crypto-botan to use botan v3.Alexander Kjäll
2023-03-08openpgp: Add a new backend based on the Botan cryptographic library.Justus Winter
2023-01-05Don't select a cryptograhic backend in non-leaf crates.Justus Winter
2022-12-22openpgp: Add OpenSSL cryptographic backend.Wiktor Kwapisiewicz
2021-10-05openpgp: Add a RustCrypto backend.Nikhil Benesch
2020-11-12openpgp: Mitigate collision attacks on SHA-1.Justus Winter
2020-08-13openpgp: Add Windows CNG crypto backend via crypto-cng featureIgor Matuszewski
2020-06-22openpgp: Introduce crypto::backend facade moduleIgor Matuszewski