summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
14 daysdoc: Add more downstream security contacts.justus/more-downstream-security-contactsJustus Winter
2024-05-31net: Update reqwest to 0.12, hyper and http to 1.Justus Winter
2024-05-30net: Remove the `pks` module.Justus Winter
2024-05-29openpgp: Preserve soft parser errors when parsing single packets.Justus Winter
2024-05-29openpgp: Allow deconstructing Unknown packets into the parse error.Justus Winter
2024-05-29openpgp: Reorder NEWS.Justus Winter
2024-05-29openpgp: Lazily verify out-of-place self-signatures.Justus Winter
2024-05-29openpgp: When sorting sigs, set the computed hash on the clone.Justus Winter
2024-05-29openpgp: Fix macro to use `$sig` instead of the captured `sig`.Justus Winter
2024-05-29openpgp: Lazily reason over certs.Justus Winter
2024-05-29openpgp: Lazily verify self-signatures in certs.Justus Winter
2024-05-29openpgp: Consider signature type when hashing 3rd party sigs.Justus Winter
2024-05-29openpgp: Improve handling of attestation key signatures.Justus Winter
2024-05-29openpgp: Make signature verification take an immutable reference.Justus Winter
2024-05-29openpgp: Use interior mutability for the additional issuers.Justus Winter
2024-05-29openpgp: Use an AtomicBool to track authenticated subpackets.Justus Winter
2024-05-29openpgp: Use interior mutability to store the computed digest.Justus Winter
2024-05-29ci: Always compile the rust crypto crates with some optimizations.Justus Winter
2024-05-29openpgp: Fix RSA key generation with OpenSSL and RustCrypto.Justus Winter
2024-05-29openpgp: When importing RSA keys, make sure that p < q.Justus Winter
2024-05-28openpgp: Loosen the trait bounds on Key::clone and Key4::clone.Neal H. Walfield
2024-05-21openpgp: Add CipherSuite::variants.neal/cipher-suite-variantsNeal H. Walfield
2024-05-17ipc: Release v0.35.0.ipc/v0.35.0Neal H. Walfield
2024-05-17Update Cargo.lock.Neal H. Walfield
2024-05-17ipc: Remove all gpg-agent related code.dvn0/debug-windows-job-timeNeal H. Walfield
2024-05-17ipc: Add support for handling secret keys decoded as s-expressions.Neal H. Walfield
2024-05-16ipc: Fix link to Sexp specification.Neal H. Walfield
2024-05-16openpgp: Fix comment.Neal H. Walfield
2024-05-16ci: Always compile the rust crypto crates with some optimizations.Neal H. Walfield
2024-05-16ipc: Extend Keygrip::of to support brainpoolP384r1 curves.Neal H. Walfield
2024-05-07ipc: Include error message when panicking in tests.Justus Winter
2024-05-07openpgp: Make test more robust.Justus Winter
2024-05-07openpgp: Avoid deprecated Bundle::self_signatures in doctests.Justus Winter
2024-05-07openpgp: Typo.Justus Winter
2024-05-07openpgp: Constrain visibility of ComponentBundle's fields.Justus Winter
2024-05-07openpgp: Use public interface in tests.Justus Winter
2024-05-07openpgp: Add iteration interface for signatures in bundles.Justus Winter
2024-05-07openpgp: Simplify splitting the signatures.Justus Winter
2024-05-07openpgp: Correctly file signatures on unknown components.Justus Winter
2024-05-07openpgp: Align hash algo security parameter for unknown bundles.Justus Winter
2024-05-07openpgp: Use the new functions to strip secret key material.Justus Winter
2024-05-07openpgp: Add Key::steal_secret for public and unknown keys.Justus Winter
2024-05-03ci: switch to the new sequoia-pipeline componentDevan Carpenter
2024-05-03guide: Disable the default features for sequoia-openpgp.Neal H. Walfield
2024-04-19guide: Add missing license.Neal H. Walfield
2024-04-17openpgp: Introduce a constructor for ComponentBundle.Justus Winter
2024-04-17openpgp: Use public accessors in tests.Justus Winter
2024-04-17openpgp: Move ComponentBundles to cert::bundles.Justus Winter
2024-04-17doc: Mention the bug bounty program.Neal H. Walfield
2024-04-16openpgp: Support NistP521 using the RustCrypto backend.Justus Winter