summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-10-05wip new apijustus/fix-692Justus Winter
2023-10-02openpgp: Add a function to insert signatures into certs.Justus Winter
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-26ci: Check commits leading to the merge base.Neal H. Walfield
2023-09-26ci: Make sure there are no changes.Neal H. Walfield
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-19net: Demonstrate how to use Tor.Justus Winter
2023-09-19net: Alpha conversion: use the more appropriate URL instead of URI.Justus Winter
2023-09-19net: Port the WKD code to reqwest.Justus Winter
2023-09-19net: Port the HKP code to reqwest.Justus Winter
2023-09-19net: Drop the network policy mechanism.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-15CI: Use `trixie` instead of `bookworm` where possible.Wiktor Kwapisiewicz
2023-09-15doc: Add exact field name to msrv document.Wiktor Kwapisiewicz
2023-09-15clippy: Fail only on correctness and suspicious lints.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
2023-09-04openpgp: Fix returning secret key as the public keyWiktor Kwapisiewicz
2023-08-29CI: remove broken benchmarks jobDevan Carpenter
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