summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/parser
AgeCommit message (Expand)Author
2024-08-12openpgp: Implement support for the padding packet.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-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-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-22openpgp: Add Parse::from_buffered_reader.Justus Winter
2024-01-22openpgp: Rename every from_buffered_reader to from_cookie_reader.Justus Winter
2023-10-26openpgp: Upgrade lalrpopPeter Michael Green
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-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
2021-12-03openpgp: Derive Default.Nora Widdecke
2021-11-29openpgp: Use functional update syntax.Nora Widdecke
2021-11-29openpgp: Allow *Bundle enum variant names.Nora Widdecke
2021-11-26opnepgp: Fix typo.Nora Widdecke
2021-09-30Tell clippy it's OK not to implement traitsLars Wirzenius
2021-09-30Join nested if statements with logical and into one statementLars Wirzenius
2021-09-30Use std::mem::take instead of std::mem::replace, for clarityLars Wirzenius
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-07-09openpgp: Fix CertParser::reset.Nora Widdecke
2021-05-20openpgp: Fix CertParser to return errors in the right order.Neal H. Walfield
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-04-09Lint: Use is_empty().Nora Widdecke
2021-04-09Lint: Use matches! macro.Nora Widdecke
2021-04-09Lint: Remove unnecessary conversions.Nora Widdecke
2021-04-09Lint: Use lazy evaluation.Nora Widdecke
2021-01-19openpgp: Support attested key signatures in certs.Justus Winter