summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/parser
AgeCommit message (Expand)Author
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
2020-12-22openpgp: Improve debugging output.Neal H. Walfield
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-11openpgp: Replace `.unwrap()` in doctests with `?`Azul
2020-12-11openpgp: Pass the hash algo's security reqs to Policy::signature.Neal H. Walfield
2020-12-11openpgp: Make Cert::CertParser Send and Sync.Azul
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-10-26openpgp: Refactor some matches for legibilityIgor Matuszewski
2020-10-26openpgp: Use std::matches! instead of custom destructures_to macroIgor Matuszewski
2020-10-20openpgp: Support reading certificates from multiple armor blocks.Justus Winter
2020-10-19openpgp: Fix documentation.Justus Winter
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-05openpgp: Avoid allocating backing arrays.Justus Winter
2020-09-25openpgp, ipc: Make clippy ignore lalrpop output.Nora Widdecke
2020-06-10openpgp: Improve Display implementations.Justus Winter