summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2020-01-13openpgp: Add Error variant to VerificationResult.Neal H. Walfield
2020-01-13openpgp: Add functions to filter keys by key handles.Neal H. Walfield
2020-01-13openpgp: Add a function to return a Key's KeyHandle.Neal H. Walfield
2020-01-13openpgp: Add conversions from &KeyID and &Fingerprint to KeyHandleNeal H. Walfield
2020-01-13openpgp: Change KeyHandle's PartialOrd and PartialEq implementations.Neal H. Walfield
2020-01-10openpgp: Prefer consuming MessageStructure's to referencing them.Neal H. Walfield
2020-01-10openpgp: Add MessageStructure::into_iter.Neal H. Walfield
2020-01-10openpgp: Pass MessageStructure by value, not reference.Neal H. Walfield
2020-01-08openpgp: Add convenience functions for masking timestamps.Justus Winter
2020-01-08openpgp: Add a creation time setting to the certificate builder.Justus Winter
2020-01-08openpgp: Remove creation time argument from *::bind.Justus Winter
2020-01-08openpgp: Prevent matching on currently empty struct Common.Justus Winter
2020-01-08openpgp: Do not derive PartialEq, Eq, Hash for Common.Justus Winter
2020-01-08openpgp: Explicitly implement PartialEq, Hash for packets.Justus Winter
2020-01-08openpgp: Improve PartialEq for OnePassSig3.Justus Winter
2020-01-08openpgp: Include a reference time in KeyAmalgamation.Neal H. Walfield
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