summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto
AgeCommit message (Expand)Author
2024-01-22openpgp: Rename every from_buffered_reader to from_cookie_reader.Justus Winter
2023-12-05openpgp: Do not return stringy errors.Justus Winter
2023-10-26openpgp: Drop generic-array direct dependencyNeal H. Walfield
2023-10-10openpgp: Add a null crypto backend for fuzzing.Justus Winter
2023-09-26openpgp: Zero the stack after using RustCrypto's block ciphers.Justus Winter
2023-09-26openpgp: More ergonomic and robust interface to zero stacks.Justus Winter
2023-09-26openpgp: Heap-allocate the ed25519_dalek::SigningKey.Justus Winter
2023-09-22openpgp: Clear the array after copying it to protected memory.Justus Winter
2023-09-22openpgp: Deduplicate code.Justus Winter
2023-09-22openpgp: Zero the stack after signing using ed25519-dalek.Justus Winter
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: Reuse `super::Backend::x25519_generate_key` in `generate_ecc`.Wiktor Kwapisiewicz
2023-09-05openpgp: Provide better error messages on curve25519 clamp failures.Wiktor Kwapisiewicz
2023-09-05openpgp: Upgrade ed25519_dalek to version 2.Wiktor Kwapisiewicz
2023-09-04openpgp: Implement conversion from const size arrays for Protected.Wiktor Kwapisiewicz
2023-09-04openpgp: Fix returning secret key as the public keyWiktor Kwapisiewicz
2023-08-24openpgp: Hand the plaintext length to decrypt_unwrap, if known.Justus Winter
2023-07-19openpgp: Implement Key::generate_elgamal.Justus Winter
2023-07-19openpgp: Implement Key::generate_dsa.Justus Winter
2023-07-17openpgp: Implement DSA using the RustCrypto backend.Justus Winter
2023-07-17openpgp: Fix typo.Justus Winter
2023-07-09openpgp: Add Camellia support to RustCrypto backend.Shun Sakai
2023-07-06openpgp: Fix hashing v3 signatures.Justus Winter
2023-06-22openpgp: Match hash algorithms exhaustively.Justus Winter
2023-06-22openpgp: Honor `OPENSSL_NO_OCB` build parameter.Wiktor Kwapisiewicz
2023-06-20openpgp: Fix backend selection.Justus Winter
2023-06-20openpgp: Fix documentation.Justus Winter
2023-06-20openpgp: Add SessionKey::as_protected.Justus Winter
2023-06-19openpgp: Checksum raw MPIs when decrypting secret key material.Justus Winter
2023-06-06openpgp: Deprecate `types::Curve::len`.Wiktor Kwapisiewicz
2023-06-06buffered_reader: Introduce `into_boxed` and deprecate `as_boxed`.Wiktor Kwapisiewicz
2023-05-23openpgp: Prefer OCB if available in the Nettle backend.Justus Winter
2023-05-22openpgp: Formalize reporting of supported algorithms.Justus Winter
2023-05-22openpgp: Deduplicate EdDSA signing.Justus Winter
2023-05-22openpgp: Deduplicate EdDSA signature verification.Justus Winter
2023-05-22openpgp: Introduce a common public facade for public key operations.Justus Winter
2023-05-22openpgp: Deduplicate Key::import_secret_ed25519.Justus Winter
2023-05-22openpgp: Add Ed25519 to trait Asymmetric.Justus Winter
2023-05-22openpgp: Add asymmetric encryption trait.Justus Winter
2023-05-22openpgp: Move random into the Backend trait.Justus Winter
2023-05-22openpgp: Introduce a trait for the crypto backends.Justus Winter
2023-05-22openpgp: Implement GCM mode.Justus Winter
2023-05-22openpgp: Implement OCB mode using the Nettle backend.Justus Winter
2023-05-15openpgp: Change crypto-botan to use botan v3.Alexander Kjäll
2023-05-03openpgp: Update rust-crypto dependenciesNeal H. Walfield
2023-05-03openpgp: Update win-crypto-ng to 0.5Neal H. Walfield
2023-04-28openpgp: Rework creation of plausible secret key material.Justus Winter
2023-04-28openpgp: Don't generate arbitrarily large S2K parameters.Justus Winter
2023-04-27openpgp: Make match exhaustive.Justus Winter