summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert
AgeCommit message (Expand)Author
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
2023-04-17openpgp: Handle concatenated certs in the RawCertParser.Justus Winter
2023-04-17openpgp: Use our struct Cookie in RawCertParser's BufferedReader.Justus Winter
2023-03-23openpgp: Implement Parse for RawCertNeal H. Walfield
2023-03-21openpgp: Delay non-trivial context computations.Justus Winter
2023-03-06openpgp: Dedup ComponentBundle::binding_signature.Justus Winter
2023-02-02openpgp: Handle an unexpected EOF in `RawCertParser::next` betterNeal H. Walfield
2023-01-06openpgp: Add convenient accessor functions to RawCert.Neal H. Walfield
2023-01-06openpgp: Split certificates without parsing the packets.Neal H. Walfield
2023-01-06openpgp: When a packet source returns an error, don't assume EOF.Neal H. Walfield
2023-01-06openpgp: Don't wait for EOF to return a queued error.Neal H. Walfield
2023-01-06openpgp: Better handle multiple errors.Neal H. Walfield
2023-01-06openpgp: Fix PacketParser to return the packet preceding any junk.Neal H. Walfield
2023-01-06openpgp: KeyringValidator::push should allow unknown packages.Neal H. Walfield
2023-01-06openpgp: Improve tracing output.Neal H. Walfield
2023-01-06openpgp: Remove unused field.Neal H. Walfield
2022-12-23Port to Rust Edition 2021.Justus Winter
2022-11-18openpgp: Improve tests with marker packets.Justus Winter
2022-11-18openpgp: Ignore marker packets when validating cert streams.Justus Winter
2022-10-07openpgp: make effect of the code more obvious to readers.Heiko Schaefer
2022-09-06openpgp: Fix typos spotted by codespell.Wiktor Kwapisiewicz
2022-06-14openpgp: Add a subkey builder.Neal H. Walfield
2022-06-08openpgp: New error condition, UnsupportedCert2.Justus Winter
2022-06-08openpgp: Accept unknown packets in production rules.Justus Winter
2022-05-12openpgp: Improve tracing.Justus Winter
2022-05-11openpgp: Fix comments.Justus Winter
2022-05-11openpgp: Update comment.Justus Winter
2022-05-11openpgp: Fix typo.Justus Winter
2022-03-11openpgp: Improve documentation.Justus Winter
2022-03-01openpgp: Improve documentation regarding certificate expiry.Justus Winter
2022-02-28openpgp: Fix primary key flags handling.Justus Winter
2022-02-25openpgp: Improve documentation.Justus Winter