summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert
AgeCommit message (Expand)Author
2024-08-12openpgp: Implement support for the padding packet.Justus Winter
2024-08-12openpgp: Implement the new CFRG public key algorithms.Justus Winter
2024-08-12openpgp: Implement v6 key packet support.Justus Winter
2024-08-12openpgp: Implement the PreferredAEADCiphersuites subpacket.Justus Winter
2024-08-12openpgp: Add KeyAmalgamationIter::key_handles2. XXXJustus Winter
2024-08-03openpgp: Update references to point to RFC9580.justus/wrkJustus Winter
2024-06-26openpgp: Fix infinite loop handling unsupported certs in raw parser.Justus Winter
2024-06-26openpgp: Qualify the top-level Error type.Justus Winter
2024-06-22openpgp: Add ValidKeyAmalgamation::primary_key_binding_signatureneal/primary-key-binding-signatureNeal H. Walfield
2024-06-22openpgp: Replace attest_certifications with attest_certifications2.neal/attest-certificationsNeal H. Walfield
2024-06-21openpgp: Be more careful when backdating the creation time.Neal H. Walfield
2024-06-21openpgp: Fix reference.Neal H. Walfield
2024-05-29openpgp: Lazily reason over certs.Justus Winter
2024-05-29openpgp: Lazily verify self-signatures in certs.Justus Winter
2024-05-29openpgp: Improve handling of attestation key signatures.Justus Winter
2024-05-21openpgp: Add CipherSuite::variants.neal/cipher-suite-variantsNeal H. Walfield
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-04-17openpgp: Introduce a constructor for ComponentBundle.Justus Winter
2024-04-17openpgp: Move ComponentBundles to cert::bundles.Justus Winter
2024-04-11openpgp: Align definition of self-signature.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-13openpgp: Include the reason for why a primary key is unsupported.Justus Winter
2024-01-25openpgp: Deprecate Cert::into_packets.Justus Winter
2024-01-24openpgp: Use KeyHandle::aliases to check for a fingerprint.Neal H. Walfield
2024-01-23Fix example.Justus Winter
2024-01-23openpgp: Only export a certificate if it is exportable.Neal H. Walfield
2024-01-23openpgp: Add a method to CertBuilder to make non-exportable certs.Neal H. Walfield
2024-01-22openpgp: Add Parse::from_buffered_reader.Justus Winter
2024-01-22openpgp: Rename every from_buffered_reader to from_cookie_reader.Justus Winter
2024-01-12openpgp: Simplify validating third-party revocations.Neal H. Walfield
2024-01-12openpgp: Simplify validating third-party certifications.Neal H. Walfield
2024-01-12openpgp: Simplify working with third-party certifications.Neal H. Walfield
2023-10-26openpgp: Upgrade lalrpopPeter Michael Green
2023-10-06openpgp: Use CertBuilder::new() in doc tests to count reliably.David Runge
2023-10-06openpgp: Add encrypted_secret filter for ValidKeyAmalgamationIter.David Runge
2023-10-06openpgp: Add encrypted_secret filter for KeyAmalgamationIter.David Runge
2023-08-24openpgp: Add primary key binding signature to auth subkeys.Justus Winter
2023-08-22openpgp: Rename the MDC feature to SEIPDv1.Justus Winter
2023-07-07openpgp: Better support early v4 certificates.Justus Winter
2023-07-06openpgp: Fix tracing output.Justus Winter
2023-07-03openpgp: Deprecate SubpacketAreas::preferred_aead_algorithms.Justus Winter
2023-06-23openpgp: Improve certificate creation performance.Justus Winter
2023-06-06buffered_reader: Introduce `into_boxed` and deprecate `as_boxed`.Wiktor Kwapisiewicz