summaryrefslogtreecommitdiffstats
path: root/openpgp/src
AgeCommit message (Expand)Author
2020-01-07Fix broken links in the documentation.Justus Winter
2020-01-07openpgp: Improve documentation.Justus Winter
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-07openpgp: Do not Deref to Common for the container types.Justus Winter
2020-01-07openpgp: Mark enum message::Token non-exhaustive.Justus Winter
2020-01-07openpgp: Mark enum MessageParserError non-exhaustive.Justus Winter
2020-01-07openpgp: Improve document of the regular expression subpacket.Neal H. Walfield
2020-01-06openpgp: Use KeyAmalgamation::for_xxx instead of building a KeyFlagsNeal H. Walfield
2020-01-06openpgp: Make hex::Dumper::write* polymorphic.Justus Winter
2020-01-06openpgp: Make all subpacket setters polymorphic over &[u8] and &str.Justus Winter
2020-01-06openpgp: Make Builder::{add,set}_notation polymorphic.Justus Winter
2020-01-06openpgp: Make Builder::set_regular_expression polymorphic, doc fix.Justus Winter
2020-01-06openpgp: Make SubpacketArea::notation polymorphic.Justus Winter
2020-01-06openpgp: Make NotationData::new polymorphic.Justus Winter
2020-01-06openpgp: Improve impl fmt::Debug for NotationDataFlags.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: Fix link.Justus Winter
2020-01-06openpgp: Consistently use key_flags.Justus Winter
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-20openpgp: Make tracing more robust.Justus Winter