summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
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-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-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-11openpgp: Move the default v3 signature cutoff to 2021.Justus Winter
2024-04-11openpgp: Align definition of self-signature.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
2024-03-24openpgp: Remember digests during certificate canonicalization.Justus Winter
2024-03-24openpgp: Stash the digest on successful signature verifications.Justus Winter
2024-03-24openpgp: Rework signature verification.Justus Winter
2024-03-22openpgp: Optimize RawCert::primary_key.Justus Winter
2024-03-21openpgp: Fix documentation.Justus Winter
2024-03-21openpgp: Improve tracing.Justus Winter
2024-03-16openpgp: Avoid heap allocation when hashing signatures.Justus Winter
2024-03-16openpgp: Avoid heap allocation when hashing keys.Justus Winter
2024-03-13openpgp: Include the reason for why a primary key is unsupported.Justus Winter
2024-02-25openpgp: Handle header lines in the cleartext signature framework.Justus Winter
2024-02-25openpgp: Improve tracing.Justus Winter
2024-02-20openpgp: Release 1.19.0.openpgp/v1.19.0Justus Winter
2024-02-20openpgp: Add test making sure junk pseudo-packets have a map.Justus Winter
2024-02-20openpgp: Improve tracing.Justus Winter
2024-02-20openpgp: Add test for curve point representations.Justus Winter
2024-02-20openpgp: Fix serialized points on Weierstrass curves with OpenSSL.Justus Winter
2024-02-20openpgp: Test ECC key creation and operations.Justus Winter
2024-02-20openpgp: New function Curve::variants.Justus Winter
2024-02-20openpgp: Fix creating Brainpool keys with OpenSSL.Justus Winter
2024-02-20openpgp: Fix creating Brainpool keys with Botan.Justus Winter
2024-02-20openpgp: Fix building the tests with the fuzzing backend.Justus Winter
2024-02-13openpgp: Remove superfluous clamping.Justus Winter
2024-02-13openpgp: Refactor Key4::generate_ecc.Justus Winter
2024-02-13openpgp: Clamp the secret key in Key4::import_secret_cv25519.Justus Winter
2024-02-13openpgp: Fix markup.Justus Winter
2024-01-26openpgp: Release 1.18.0.openpgp/v1.18.0Neal H. Walfield
2024-01-26openpgp: Upgrade idna.Neal H. Walfield
2024-01-25openpgp: Implement Arbitrary for KeyHandle, add tests.Justus Winter
2024-01-25openpgp: Make KeyHandle::partial_cmp transitive.Justus Winter
2024-01-25openpgp: Improve deprecation note.Justus Winter