summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/parser
AgeCommit message (Expand)Author
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-02-05openpgp: Fix handling of unknown components during canonicalization.Justus Winter
2020-01-23openpgp: Clean up documentation.Neal H. Walfield
2020-01-21openpgp: Split ConponentAmalgamation.Justus Winter
2020-01-21openpgp: Avoid use of Cert::primary_key.Justus Winter
2020-01-21openpgp: Rename Cert::primary to Cert::primary_key.Neal H. Walfield
2020-01-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-20openpgp: New module cert::components.Justus Winter
2020-01-18openpgp: Add KeyIter::{components,subkeys}, make subkeys() private.Justus Winter
2020-01-16openpgp: Move the high-level methods to packet::Signature.Justus Winter
2020-01-02openpgp: Mark packet version enums as non-exhaustive.Justus Winter
2019-12-20openpgp: Buffer unknown packets when parsing Certs.Justus Winter
2019-12-19Don't use misleading `<&[T; N] as IntoIterator>::into_iter`Igor Matuszewski
2019-12-06openpgp: Improve issuer handling when parsing certificates.Justus Winter
2019-12-06openpgp: Rename signature types.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter