summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse.rs
AgeCommit message (Expand)Author
2020-12-14openpgp: Fix crash in the packet parser.Justus Winter
2020-12-10openpgp: Add remaining assert_send_and_sync! calls.Azul
2020-12-10buffered-reader: Require Cookies to be Send and Sync.Azul
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-07openpgp: Drop hash::Context in favor of a pub trait hash::Digest.Justus Winter
2020-11-12openpgp: Make crypto::Hash::digest fallible.Justus Winter
2020-11-09buffered_reader: Move dump to buffered_reader.Nora Widdecke
2020-11-09buffered-reader: Add Debug trait bound to Cookie.Nora Widdecke
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-26openpgp: Use std::matches! instead of custom destructures_to macroIgor Matuszewski
2020-10-22openpgp: Introduce symbol for the magic value.Justus Winter
2020-10-20openpgp: Pop the armor filter off the stack after parsing.Justus Winter
2020-10-20openpgp: Improve tracing.Justus Winter
2020-10-20openpgp: Typo.Justus Winter
2020-10-20openpgp: Return the reader in PacketParserEOF.Justus Winter
2020-10-20openpgp: Make struct Cookie public.Justus Winter
2020-10-16openpgp: Fix crash in SKESK::parse.Justus Winter
2020-10-06openpgp: Support encrypted keys protected by two octet sum.Justus Winter
2020-10-06openpgp: Use common SecretKeyMaterial::parse_with_checksum.Justus Winter
2020-10-06openpgp: Move checksum processing to SecretKeyMaterial::_parse.Justus Winter
2020-10-02openpgp: Make SubpacketArea::new fallible.Justus Winter
2020-09-24openpgp: Ensure entire header is read.Nora Widdecke
2020-09-22openpgp: Remove erroneous assertion.Justus Winter
2020-09-17openpgp: Improve parsing examples to demonstrate body handling.Justus Winter
2020-09-17openpgp: Marker packets must be ignored, adapt heuristics.Justus Winter
2020-08-20openpgp: Add optional parameters to unknown S2K variants.Justus Winter
2020-08-20openpgp: Make SKESK5::aead_iv fail with unknown S2K.Justus Winter
2020-08-20openpgp: Make SKESK4::esk fail with unknown S2K.Justus Winter
2020-08-20openpgp: Make key::Encrypted::ciphertext fail with unknown S2K.Justus Winter
2020-08-20openpgp: Use a boxed slice to store encrypted session keys.Justus Winter
2020-08-17openpgp: Move crypto::sexp to the ipc crate.Justus Winter
2020-08-13opengpgp: Mark SubpacketTag as non-exhaustive.Neal H. Walfield
2020-08-13openpgp: Adjust for SymmetricAlgorithm support diff. across backendsIgor Matuszewski
2020-08-11openpgp: Mark S2K::Simple and S2K::Salted as deprecated.Justus Winter
2020-08-11openpgp: Make HashingMode pub(crate).Justus Winter
2020-08-10openpgp: Fix creation of text signatures.Justus Winter
2020-08-10openpgp: Correctly handle text signatures when verifying.Justus Winter
2020-08-07openpgp: Fix hashing the packet bodies.Justus Winter
2020-08-05openpgp: Implement NotationDataFlags using Bitfield.Justus Winter
2020-07-27openpgp: Document parse::Dearmor.Justus Winter
2020-07-24openpgp: Improve documentation of PacketParserResult.Justus Winter
2020-07-24openpgp: Improve PacketParserResult::as_ref, as_mut, and map.Justus Winter
2020-07-24openpgp: Add links to the documentation.Justus Winter
2020-07-21openpgp: Remove PacketParserResult::is_none.Justus Winter
2020-07-15openpgp: Gracefully handle malformed notation names.Justus Winter
2020-07-07openpgp: Implement Marshall traits for SubpacketLength.Nora Widdecke
2020-06-30openpgp: Typo.Justus Winter
2020-06-24openpgp: Simplify tests.Justus Winter
2020-06-08openpgp: Improve documentation.Justus Winter