summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/parser/low_level/lexer.rs
AgeCommit message (Collapse)Author
2020-06-10openpgp: Improve Display implementations.Justus Winter
2020-04-02openpgp: Rename cert::components to cert::bundle.Neal H. Walfield
- `cert::components` is about `ComponentBundle`s, not `Component`s.
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
- Likewise KeyBinding, UserIDBinding, UserAttributeBinding, UnknownBinding, etc. - Reason: a self-signature on a component is a binding, but revocations and TPSes are not bindings. - Consistently call collections of components and associated signatures bundles now. Likewise for fields, methods. - Fixes #425.
2020-01-20openpgp: New module cert::components.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
- Fixes #387.