summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet
AgeCommit message (Expand)Author
2019-12-13openpgp: Make Key4::set_creation_time more flexible.Justus Winter
2019-12-12openpgp: Fix interpretation of expiration times.Justus Winter
2019-12-09openpgp: Remove Signature::key_expired.Justus Winter
2019-12-09openpgp: Remove Signature::signature_expired.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-06openpgp: Rename signature types.Justus Winter
2019-12-05openpgp: Allow Key4?::public_cmp to compare different key flavors.Justus Winter
2019-12-05openpgp: Turn Key4?::public_cmp into a method.Justus Winter
2019-12-05openpgp: Make crypto::{Signer,Decryptor} non-polymorphic.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-12-04openpgp: Rename KeyIter filters.Justus Winter
2019-12-03openpgp: Drop setter.Justus Winter
2019-12-03openpgp: Fix documentation.Justus Winter
2019-12-03openpgp: Improve documentation of signature::Builder.Justus Winter
2019-12-03openpgp: Drop algorithm argument from signature::Builder::sign_hash.Justus Winter
2019-12-03openpgp: Automatically insert a signature creation time.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: Remove all calls to Time::canonicalize.Justus Winter
2019-12-03openpgp: Convert uses of Time::from_pgp.Justus Winter
2019-12-03openpgp: Use Duration in KeyExpirationTime.Justus Winter
2019-12-03openpgp: Use Duration in SignatureExpirationTime.Justus Winter
2019-12-03openpgp: Use Timestamp in SignatureCreationTime.Justus Winter
2019-12-03openpgp: Use Timestamp in packet::Literal.Justus Winter
2019-12-03openpgp: Use Timestamp in packet::Key.Justus Winter
2019-12-03openpgp: Fix formatting.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-27openpgp: Fix Signature::get_issuer to return set of issuers.Justus Winter
2019-11-26openpgp: Implement From<Fingerprint> for KeyID.Justus Winter
2019-11-25OpenPGP User ID convention is "de facto" not "de factor"Daniel Kahn Gillmor
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-25openpgp: Fix regular expression.Neal H. Walfield
2019-11-22openpgp: Make constructors specific to their public parts.Justus Winter
2019-11-22openpgp: Make it possible to bind secret keys.Justus Winter
2019-11-22openpgp: Simplify constructors by using Key::new.Justus Winter
2019-11-22openpgp: Make conversions into Key<SecretParts, _> fallible.Justus Winter
2019-11-21openpgp: When parsing User IDs, recognize URIs.Neal H. Walfield
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-11-19openpgp: Drop hash algorithm parameter from signing functions.Justus Winter
2019-11-19openpgp: Be tolerant when deciding wheter a signature is alive.Neal H. Walfield
2019-11-18Fix more spellingDaniel Kahn Gillmor
2019-11-06openpgp: Replace RFC 2822 parser with a de factor parserNeal H. Walfield
2019-11-05openpgp: Add new interface to create subpackets.Justus Winter
2019-11-05openpgp: Make fields of SubpacketValue private.Justus Winter
2019-10-30openpgp: Avoid substracting with overflow.Justus Winter
2019-10-27Fix more spelling errors caught by codespellDaniel Kahn Gillmor
2019-10-25rfc2822,openpgp: Move rfc2822 crate to be a private mod in openpgpNeal H. Walfield
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-09-27openpgp: Clean up deprecated range syntaxDaniel Silverstone