summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
7 daysopenpgp: Lazily reason over certs.justus/lazy-signaturesJustus Winter
7 daysopenpgp: Lazily verify self-signatures in certs.Justus Winter
7 daysopenpgp: Improve handling of attestation key signatures.Justus Winter
8 daysopenpgp: Make signature verification take an immutable reference.Justus Winter
8 daysopenpgp: Use interior mutability for the additional issuers.Justus Winter
8 daysopenpgp: Use an AtomicBool to track authenticated subpackets.Justus Winter
8 daysopenpgp: Use interior mutability to store the computed digest.Justus Winter
8 daysipc: Include error message when panicking in tests.mainJustus Winter
8 daysopenpgp: Make test more robust.Justus Winter
8 daysopenpgp: Avoid deprecated Bundle::self_signatures in doctests.Justus Winter
8 daysopenpgp: Typo.Justus Winter
8 daysopenpgp: Constrain visibility of ComponentBundle's fields.Justus Winter
8 daysopenpgp: Use public interface in tests.Justus Winter
8 daysopenpgp: Add iteration interface for signatures in bundles.Justus Winter
8 daysopenpgp: Simplify splitting the signatures.Justus Winter
8 daysopenpgp: Correctly file signatures on unknown components.Justus Winter
8 daysopenpgp: Align hash algo security parameter for unknown bundles.Justus Winter
8 daysopenpgp: Use the new functions to strip secret key material.Justus Winter
8 daysopenpgp: Add Key::steal_secret for public and unknown keys.Justus Winter
12 daysci: switch to the new sequoia-pipeline componentDevan Carpenter
12 daysguide: 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
2024-04-16openpgp: Support NistP384 using the RustCrypto backend.Justus Winter
2024-04-16openpgp: Refactor imports.Justus Winter
2024-04-16openpgp: Remove debugging remnant.Justus Winter
2024-04-15openpgp: Fix adding authenticated issuer information.Justus Winter
2024-04-15openpgp: Simplify intra-project link.Justus Winter
2024-04-15openpgp: Improve documentation.Justus Winter
2024-04-15openpgp: Improve documentation.Justus Winter
2024-04-12buffered-reader: Release v1.3.1.buffered-reader/v1.3.1Neal H. Walfield
2024-04-12buffered-reader: Add a test.Neal H. Walfield
2024-04-11openpgp: Release 1.20.0.openpgp/v1.20.0Justus Winter
2024-04-11ci: Update clippy to Rust 1.70.0.Justus Winter
2024-04-11Update base64.Justus Winter
2024-04-11Update all dependencies.Justus Winter
2024-04-11openpgp: Move the default v3 signature cutoff to 2021.Justus Winter
2024-04-11Remove the hidden Makefile.Justus Winter
2024-04-11ci: Run the tests without the hidden Makefile.Justus Winter
2024-04-11ci: Run all tests on Debian Trixie.Justus Winter
2024-04-11openpgp: Align definition of self-signature.Justus Winter
2024-04-11openpgp-policy: Update certs.Justus Winter
2024-04-10openpgp: Add S2K::Implicit.Justus Winter
2024-04-10openpgp: Improve tracing, trace parsing failures.Justus Winter
2024-04-08openpgp: Fix documentation.Justus Winter
2024-04-08openpgp: Add Signature::verify_signature.Justus Winter