summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse.rs
AgeCommit message (Expand)Author
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