summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/backend/openssl
AgeCommit message (Expand)Author
2023-03-24openpgp: Hardcode symmetric algorithm key and block sizes.Justus Winter
2023-03-23openpgp: Move `Key4::import_secret_cv25519` into common code.Wiktor Kwapisiewicz
2023-03-20openpgp: Add check for CAST5.Wiktor Kwapisiewicz
2023-03-14openpgp: Immediately create ProtectedMPIs for secrets.Justus Winter
2023-03-02openpgp: Combine ciphertext and tag in Aead::decrypt_verify.Justus Winter
2023-03-01openpgp: Add support for brainpoolP384r1.Justus Winter
2023-02-28openpgp: Further simplify AEAD abstraction.Justus Winter
2023-02-27openpgp: Rework the AEAD abstraction.Justus Winter
2023-02-23openpgp: Fix nonce size when using OCB with OpenSSL.Justus Winter
2023-02-14openpgp: Fix hash algorithm detection.Wiktor Kwapisiewicz
2022-12-22openpgp: Add OpenSSL cryptographic backend.Wiktor Kwapisiewicz