summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-01-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
2020-01-04openpgp: Change KeyIter::key_flags to not require an owned KeyFlags.Neal H. Walfield
2020-01-04openpgp: Improve KeyIter documentation.Neal H. Walfield
2020-01-04openpgp: Improve documentation for KeyIter::revoked.Neal H. Walfield
2020-01-03openpgp: Drop superfluous clone.Justus Winter
2020-01-03openpgp: Rename hash_file to hash_reader, improve documentation.Justus Winter
2020-01-03openpgp: Update documentation.Justus Winter
2020-01-03openpgp: Abbreviate CompressedData::algorithm to algo.Justus Winter
2020-01-03openpgp: Simplify SignatureGroup::hashes.Justus Winter
2020-01-03openpgp: Simplify crypto::hash_file.Justus Winter
2020-01-03openpgp: Move crypto::s2k::S2K to crypto.Justus Winter
2020-01-03openpgp: Make Protected::into_vec private, remove from SessionKey.Justus Winter
2020-01-03openpgp: Fix PartialEq, Hash for mem::Encrypted.Justus Winter
2020-01-03openpgp: Explicitly implement Eq and Hash if PartialEq is.Justus Winter
2020-01-02openpgp: Correctly handle padding on KeyServerPreferences, add test.Justus Winter
2020-01-02openpgp: Correctly handle padding on Features, add rountrip test.Justus Winter
2020-01-02openpgp: Fix impl std::hash::Hash for KeyFlags.Justus Winter
2020-01-02openpgp: Fix roundtripping of KeyFlags, add test.Justus Winter
2020-01-02openpgp: Align function name.Justus Winter
2020-01-02openpgp: Make KeyFlags::new polymorphic, improve KeyFlags::default.Justus Winter
2020-01-02openpgp: Do not explicitly store the subpacket tag.Justus Winter
2020-01-02openpgp: Simplify now infallible function SubpacketValue::tag.Justus Winter
2020-01-02openpgp: Mark enum SignatureValue non-exhaustive.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 Error non-exhaustive.Justus Winter
2020-01-02openpgp: Mark enum Packet non-exhaustive.Justus Winter
2020-01-02openpgp: Make serialize::PacketRef private.Justus Winter
2019-12-25openpgp: Add useful methods to KeyAmalgamation.Neal H. Walfield
2019-12-20Release 0.13.0.v0.13.0Justus Winter
2019-12-20openpgp: Improve test.Justus Winter
2019-12-20openpgp: Make tracing more robust.Justus Winter
2019-12-20openpgp: Fix comparing streamed containers.Justus Winter
2019-12-20sq: When splitting packets, add Unkown if we don't understand them.Justus Winter
2019-12-20openpgp: Use Container for Literal, Unknown.Justus Winter
2019-12-20openpgp: Buffer unknown packets when parsing Certs.Justus Winter
2019-12-20openpgp: In case of parse errors, rewind the reader.Justus Winter
2019-12-20openpgp: Use weaker ordering function.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: Trim set of container functions and reduce visibility.Justus Winter
2019-12-20openpgp: Add forwarding accessors for the packet's children.Justus Winter
2019-12-20openpgp: Move the container support to its own module.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-20net: Use openpgp crypto API for SHA1 hashIgor Matuszewski
2019-12-20Remove nettle dependency where it's unnecessaryIgor Matuszewski