summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2023-10-26openpgp: Release 1.17.0openpgp/v1.17.0Neal H. Walfield
2023-10-26openpgp: Depend on buffered-reader 1.3.0 or laterNeal H. Walfield
2023-10-26openpgp: Upgrade rpasswordNeal H. Walfield
2023-10-26openpgp: Upgrade lalrpopPeter Michael Green
2023-10-26openpgp: Upgrade idnaNeal H. Walfield
2023-10-26openpgp: Drop generic-array direct dependencyNeal H. Walfield
2023-10-26openpgp: Upgrade ed25519Neal H. Walfield
2023-10-26openpgp: Upgrade dsaNeal H. Walfield
2023-10-26openpgp: Upgrade criterion from 0.4 to 0.5Alexander Kjäll
2023-10-26openpgp: Tighten win-crypto-ng version rangeNeal H. Walfield
2023-10-24openpgp: Upgrade regex-syntax.Neal H. Walfield
2023-10-13openpgp: Improve documentation.Neal H. Walfield
2023-10-11openpgp: Add non-allocating accessors for parsed User ID components.Justus Winter
2023-10-10openpgp: Use OnceCell to cache the parsed user id.Justus Winter
2023-10-10openpgp: Add fuzz targets.Justus Winter
2023-10-10openpgp: Add a null crypto backend for fuzzing.Justus Winter
2023-10-10openpgp: Drop assertion that does not hold.Justus Winter
2023-10-06openpgp: Use CertBuilder::new() in doc tests to count reliably.David Runge
2023-10-06openpgp: Add encrypted_secret filter for ValidKeyAmalgamationIter.David Runge
2023-10-06openpgp: Add encrypted_secret filter for KeyAmalgamationIter.David Runge
2023-10-02openpgp: Test that v3 revocation signatures are honored.Justus Winter
2023-10-02openpgp: Only add issuer fingerprint information to v4 and up sigs.Justus Winter
2023-10-02openpgp: Update comment.Justus Winter
2023-10-02openpgp: Avoid clone.Justus Winter
2023-09-29openpgp: Change the hex parsing to accept odd number of nibbles.Justus Winter
2023-09-27openpgp: Fix SignatureBuilder::signature_expiration_time.Justus Winter
2023-09-27openpgp: Only mark creation time as overwritten once it really is.Justus Winter
2023-09-27openpgp: Impl Eq for Regex, RegexSet, add accessors for the raw REs.Justus Winter
2023-09-26openpgp: Test for secret leaks during encryption and decryption.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: Add tests that scan for secrets leaking into the heap.Justus Winter
2023-09-22openpgp: Enable the zeroize feature in the RustCrypto crates.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-22openpgp: Enable the zeroize feature in the Dalek crates.Justus Winter
2023-09-21openpgp: Fix Encryptor's lifetime parameter.Neal H. Walfield
2023-09-20openpgp: Compute one hash per signer in the streaming Singer.Justus Winter
2023-09-20openpgp: Provide guidance on how to use sequoia-openpgp.Justus Winter
2023-09-19openpgp: Commit to two-pass processing of CSF messages.Justus Winter
2023-09-15Bump MSRV to 1.67.Wiktor Kwapisiewicz
2023-09-13openpgp: Drop the dependency on sha-1.Justus Winter
2023-09-12openpgp: Fix building without compression support.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