summaryrefslogtreecommitdiffstats
path: root/openpgp/src/parse
AgeCommit message (Expand)Author
2020-01-08openpgp: Include a reference time in KeyAmalgamation.Neal H. Walfield
2020-01-07openpgp: Include the signing key's amalgamation in results.Justus Winter
2020-01-07openpgp: Document that names may change.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-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
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: Move fields from Common to Container.Justus Winter
2019-12-20openpgp: Store literal data in struct Literal.Justus Winter
2019-12-20openpgp: Simplify key iteration interface.Neal H. Walfield
2019-12-19openpgp: Change KeyIter to return a struct instead of a tuple.Neal H. Walfield
2019-12-18openpgp: Make SubpacketValue::EmbeddedSignature take a Signature.Justus Winter
2019-12-18openpgp: Tune field names to make them fit in the hex dump.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-11openpgp: Make the PacketPileParser interface safe.Justus Winter
2019-12-09openpgp: Return Result from Signature::key_alive.Justus Winter
2019-12-09openpgp: Return Result from Signature::signature_alive.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-12-04openpgp: Rename KeyIter filters.Justus Winter
2019-12-04openpgp: Account for clock skew when using the streaming verifiers.Neal H. Walfield
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: Remove all calls to Time::canonicalize.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-27openpgp: Fix issuer handling in the streaming verifier.Justus Winter
2019-11-27openpgp: Fix Signature::get_issuer to return set of issuers.Justus Winter
2019-11-27openpgp: Improve test case.Justus Winter