summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse.rs
AgeCommit message (Expand)Author
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
2020-04-01openpgp: Make Fingerprint parsing in subpackets stricter.Justus Winter
2020-04-01openpgp: Avoid underflow when parsing SKESK5 packets.Justus Winter
2020-04-01openpgp: Fix subpacket boundary check.Justus Winter
2020-03-31openpgp: Improve documentation of mod parse.Justus Winter
2020-03-31openpgp: Improve summary line of modules and types.Justus Winter
2020-03-28openpgp: Fix PacketParser::drop_eof to use O(1) memory.Neal H. Walfield
2020-03-28openpgp: Don't unnecessarily override default implementations.Neal H. Walfield
2020-03-28openpgp: Fix determining whether content was read.Neal H. Walfield
2020-03-28openpgp: Only hash was is actually consumed.Neal H. Walfield
2020-03-27openpgp: Correctly update the body_hash.Neal H. Walfield
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-26openpgp: Change packet bodies to be tristate.Justus Winter
2020-03-26openpgp: Merge parse/mod.rs and parse/parse.rs into parse.rs.Neal H. Walfield