summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse/parse.rs
AgeCommit message (Expand)Author
2020-03-26openpgp: Merge parse/mod.rs and parse/parse.rs into parse.rs.Neal H. Walfield
2020-03-20openpgp: Rework PacketParser::buffer_unread_content.Justus Winter
2020-03-20openpgp: Remove `to_hex` in KeyHandle, KeyID and Fingerprint.Wiktor Kwapisiewicz
2020-03-20openpgp: Update documentation.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-25openpgp: Drop XXX.Justus Winter
2020-02-21openpgp: Remove bare implementations of serialized_len on MPIs.Justus Winter
2020-02-10openpgp: New type RevocationKey.Justus Winter
2020-01-29buffered-reader: Make Dup polymorphic.Justus Winter
2020-01-29buffered-reader: Make Reserve polymorphic.Justus Winter
2020-01-29Revert "buffered-reader: Fix performance problem."Justus Winter
2020-01-06openpgp: Notation data keys are UTF-8 strings.Justus Winter
2020-01-06openpgp: Move packet::header::ctb::* into header.Justus Winter
2020-01-03openpgp: Drop superfluous clone.Justus Winter
2020-01-03openpgp: Abbreviate CompressedData::algorithm to algo.Justus Winter
2020-01-03openpgp: Simplify SignatureGroup::hashes.Justus Winter
2020-01-03openpgp: Move crypto::s2k::S2K to crypto.Justus Winter
2020-01-02openpgp: Do not explicitly store the subpacket tag.Justus Winter
2020-01-02openpgp: Change SubpacketValue::Unknown to store the tag.Justus Winter
2020-01-02openpgp: Mark packet version enums as non-exhaustive.Justus Winter
2020-01-02openpgp: Mark enum Packet non-exhaustive.Justus Winter
2019-12-20openpgp: Make tracing more robust.Justus Winter
2019-12-20openpgp: Fix comparing streamed containers.Justus Winter
2019-12-20openpgp: Use Container for Literal, Unknown.Justus Winter
2019-12-20openpgp: In case of parse errors, rewind the reader.Justus Winter
2019-12-20openpgp: Keep track whether a container has been streamed.Justus Winter
2019-12-20openpgp: Introduce abstraction.Justus Winter
2019-12-20openpgp: Make Container::body just a Vec.Justus Winter
2019-12-20openpgp: Embed struct Container in the container packets.Justus Winter
2019-12-20openpgp: Store unknown packet data in struct Unknown.Justus Winter
2019-12-20openpgp: Store literal data in struct Literal.Justus Winter
2019-12-18openpgp: Make SubpacketValue::EmbeddedSignature take a Signature.Justus Winter
2019-12-18openpgp: Handle malformed subpackets when parsing.Justus Winter
2019-12-17openpgp: Make Subpacket own the data.Justus Winter
2019-12-13openpgp: Rename the hash prefix to digest prefix.Justus Winter
2019-12-13openpgp: Likewise for MDC.Justus Winter
2019-12-13openpgp: Call the computed hash a digest.Justus Winter
2019-12-13openpgp: Remove hash algorithm from computed hash.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-12-03openpgp: Make Literal::set_filename polymorphic over AsRef<[u8]>.Justus Winter
2019-12-03openpgp: Convert uses of Time::from_pgp.Justus Winter
2019-12-03openpgp: Use Timestamp in packet::Literal.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-22openpgp: Make constructors specific to their public parts.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-11-07openpgp: Use a Vec instead of a HashMap.Neal H. Walfield