summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/packet_parser_builder.rs
AgeCommit message (Expand)Author
2020-06-24openpgp: Simplify tests.Justus Winter
2020-06-08openpgp: Add example.Justus Winter
2020-06-08openpgp: Make the default for Dearmor explicit.Justus Winter
2020-04-30openpgp: Improve documentation of the parse module.Justus Winter
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-09openpgp: Rename PacketParserBuilder::finalize to build.Justus Winter
2020-04-09openpgp: Rename MAX_RECURSION_DEPTH and make it public.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-10-30buffered-reader: Fix Generic::data_helper.Neal H. Walfield
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-09-18openpgp: Make Parse::from_bytes polymorphic over AsRef<[u8]>.Justus Winter
2019-08-27openpgp: Limit size of non-data packets.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-08openpgp: Make the reader mode configurable in Dearmor.Justus Winter
2019-05-14openpgp: Clean up test data handling.Justus Winter
2019-05-11openpgp: Include the path in the MessageValidator errorNeal H. Walfield
2019-03-27openpgp: Move test file.Justus Winter
2019-03-26openpgp: Move Header::plausible to the header module, improve itNeal H. Walfield
2019-03-01buffered-reader: Drop BufferedReader prefix.Justus Winter
2019-02-08openpgp: Use KeyringValidator and TPKValidator in the parser.Justus Winter
2019-01-31openpgp: Make the armor decoder for PacketParserBuilder optionalNeal H. Walfield
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-11-26openpgp: Improve OpenPGP message detection heuristic.Neal H. Walfield
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-22openpgp: Detect ASCII-Armored data and decode.Neal H. Walfield
2018-10-09openpgp: Don't make tracing configurable via the API.Neal H. Walfield
2018-10-09openpgp: Drop redundant recursive_depth field.Neal H. Walfield
2018-10-09openpgp: Track the packet's path in the packet parser.Neal H. Walfield
2018-09-17openpgp: Use the new reader.Justus Winter
2018-09-10openpgp: Simplify constructor.Justus Winter
2018-09-10openpgp: Move constructors.Justus Winter
2018-07-16openpgp: Add an API to query whether a PacketParser parsed a MessageNeal H. Walfield
2018-07-16openpgp: Don't pass the PacketParser's state by reference.Neal H. Walfield
2018-07-16openpgp: Put PacketParser state in a separate field.Neal H. Walfield
2018-07-02openpgp: Create a special Option-like type for PacketParser.Neal H. Walfield
2018-06-20Make sure there is always a whitespace after every comma.Justus Winter
2018-06-06openpgp: Avoid making BufferedReader part of our public APINeal H. Walfield
2018-05-28openpgp: Move Message construction to the message moduleNeal H. Walfield
2018-05-28openpgp: Move PacketParserBuilder to its own module.Neal H. Walfield