summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/parser/mod.rs
AgeCommit message (Expand)Author
2022-06-08openpgp: New error condition, UnsupportedCert2.Justus Winter
2022-05-12openpgp: Improve tracing.Justus Winter
2021-12-03openpgp: Derive Default.Nora Widdecke
2021-11-29openpgp: Use functional update syntax.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-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
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: Make Cert::CertParser Send and Sync.Azul
2020-12-10buffered-reader: Require Cookies to be Send and Sync.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-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