summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/parser/mod.rs
AgeCommit message (Expand)Author
2020-05-13openpgp: Improve documentation for cert::CertParserNeal H. Walfield
2020-05-13openpgp: Add conversions for CertParserNeal H. Walfield
2020-05-12openpgp: Add a unit test for CertParserNeal H. Walfield
2020-05-12openpgp: Stop parsing a Cert when we encounter an invalid packetNeal H. Walfield
2020-05-12openpgp: Don't enable tracing by defaultNeal H. Walfield
2020-05-08openpgp: Improve tracing in openpgp::cert::parser.Neal H. Walfield
2020-05-08openpgp: Make CertParser::from_iter more generic.Neal H. Walfield
2020-05-08openpgp: Don't make CertParser generic over the iterator's typeNeal H. Walfield
2020-05-08openpgp: Replace PacketSource with an OptionNeal H. Walfield
2020-05-08openpgp: Remove the PacketSource::PacketParser variant.Neal H. Walfield
2020-05-08openpgp: Change CertParser to take a fallible iteratorNeal H. Walfield
2020-05-05openpgp: Change split_sigs' visability.Neal H. Walfield
2020-05-05openpgp: Don't export internal data structures.Neal H. Walfield
2020-05-05openpgp: Fix spelling of keyring.Neal H. Walfield
2020-04-29openpgp: Reduce visibility of CertValidator.Wiktor Kwapisiewicz
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-04-03openpgp: Convert `CertParser::from_packet_parser` to `From<PacketParserResult>`Wiktor Kwapisiewicz
2020-04-02openpgp: Rename cert::components to cert::bundle.Neal H. Walfield
2020-04-02openpgp: Drop KeyID::from_hex in favor of FromStr.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-02-26openpgp: Don't unnecessarily use ComponentAmalgamation::bundle.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
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