summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-08-29openpgp: Demonstrate problem.justus/fix-1049Justus Winter
2023-08-24openpgp: Add primary key binding signature to auth subkeys.Justus Winter
2023-08-24ipc: Use the new crypto::ecdh::decrypt_unwrap2.Justus Winter
2023-08-24net: Use the new crypto::ecdh::decrypt_unwrap2.Justus Winter
2023-08-24openpgp: Hand the plaintext length to decrypt_unwrap, if known.Justus Winter
2023-08-24openpgp: Don't hardcode the AEADAlgorithm in the example.Justus Winter
2023-08-24openpgp: Implement Default for AEADAlgorithm.Justus Winter
2023-08-22openpgp: Reserve signature subpacket tag 38 ("Key Block").Justus Winter
2023-08-22openpgp: Deprecate the AEAD feature flag.Justus Winter
2023-08-22openpgp: Rename the MDC feature to SEIPDv1.Justus Winter
2023-08-21openpgp: Shortcut parse_finish for non-document signatures.Justus Winter
2023-08-11fix spelling of compressionDaniel Kahn Gillmor
2023-07-25ipc: Make starting the gpg-agent more robust.Justus Winter
2023-07-25ipc: Implement loopback password entry.Justus Winter
2023-07-19openpgp: Implement Key::generate_elgamal.Justus Winter
2023-07-19openpgp: Implement Key::generate_dsa.Justus Winter
2023-07-19ci: Drop Fedora 36 as it is no longer served on the mirrors.Justus Winter
2023-07-18openpgp: Use public functions, remove pub(crate) accessors.Justus Winter
2023-07-18openpgp: Add accessors for the underlying Bitfields.Justus Winter
2023-07-18openpgp: Add examples and documentation to Bitfield, make it public.Justus Winter
2023-07-18openpgp: Derive Default for Bitfield.Justus Winter
2023-07-18openpgp: Rework iteration over set bits.Justus Winter
2023-07-18openpgp: Rework Bitfield::padding_len.Justus Winter
2023-07-18openpgp: Avoid bit twiddling.Justus Winter
2023-07-18openpgp: Modify Bitfields in-place.Justus Winter
2023-07-18openpgp: Don't implicitly canonicalize Bitfields.Justus Winter
2023-07-18openpgp: Impl AsRef and AsMut for Bitfield.Justus Winter
2023-07-18openpgp: Rename accessors for the raw bytes.Justus Winter
2023-07-18openpgp: Make Bitfield opaque.Justus Winter
2023-07-17openpgp: Implement DSA using the RustCrypto backend.Justus Winter
2023-07-17openpgp: Fix typo.Justus Winter
2023-07-17openpgp: Add signature roundtrip test.Justus Winter
2023-07-11openpgp: Improve tracing.Justus Winter
2023-07-11openpgp: Fix checking the comment.Justus Winter
2023-07-09openpgp: Add Camellia support to RustCrypto backend.Shun Sakai
2023-07-07openpgp: Improve test.Justus Winter
2023-07-07openpgp: Add test vectors for the Camellia ciphers.Justus Winter
2023-07-07openpgp: Simplify expression.Justus Winter
2023-07-07openpgp: Explicitly and selectively enable hashing.Justus Winter
2023-07-07openpgp: Add a way to disable automatic hashing.Justus Winter
2023-07-07openpgp: Reuse computed value.Justus Winter
2023-07-07openpgp: Fix tracing, dump the right data.Justus Winter
2023-07-07openpgp: Better support early v4 certificates.Justus Winter
2023-07-07openpgp: Fix message structure validation.Justus Winter
2023-07-07openpgp: Drop compression from encrypt bench.Wiktor Kwapisiewicz
2023-07-07CI: Install critcmp with the version of dependencies in its Cargo.lock.Wiktor Kwapisiewicz
2023-07-06openpgp: Fix tracing output.Justus Winter
2023-07-06openpgp: Fix hashing v3 signatures.Justus Winter
2023-07-06openpgp: Do not try to add subpackets to v3 signatures.Justus Winter
2023-07-06ipc: Acknowledge unexpected inquiries.Justus Winter