summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse.rs
AgeCommit message (Expand)Author
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
2020-06-05openpgp: Fix parsing.Justus Winter
2020-05-28openpgp: Add a warning to PacketParser::decrypt.Justus Winter
2020-05-28openpgp: Validate chunk sizes when parsing AED packets.Justus Winter
2020-05-28openpgp: Use u64 for AEAD chunk sizes.Justus Winter
2020-05-27openpgp: Improve documentation.Justus Winter
2020-05-27openpgp: Improve documentation for PacketParserEOF.Justus Winter
2020-05-20openpgp: Make field private, provide an accessorNeal H. Walfield
2020-05-14openpgp: Improve the introduction of the parse module.Justus Winter
2020-05-11openpgp: Use {to,from}_be_bytes.Nora Widdecke
2020-05-05openpgp: Don't export internal data structures.Neal H. Walfield
2020-04-30openpgp: Improve documentation of the parse module.Justus Winter
2020-04-29openpgp: Reduce visibility of CertValidator.Wiktor Kwapisiewicz
2020-04-28openpgp: Fix tests.Justus Winter
2020-04-27openpgp: Fix tests when building without compression support.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: Remove convenience functions.Justus Winter
2020-04-09openpgp: Rename PacketParserBuilder::finalize to build.Justus Winter
2020-04-09openpgp: Rename MAX_PACKET_SIZE and make it public.Justus Winter
2020-04-09openpgp: Rename MAX_RECURSION_DEPTH and make it public.Justus Winter
2020-04-08openpgp: Replace PacketParser::decrypted with PP::encrypted.Justus Winter
2020-04-08openpgp: Rename crypto::mpis to crypto::mpiIgor Matuszewski
2020-04-03openpgp: Convert `CTB::from_ptag` to `TryFrom<u8>`Wiktor Kwapisiewicz
2020-04-02openpgp: Rename PublicKeyAlgorithm::can_encrypt to for_encryption.Justus Winter