summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2019-12-09openpgp: Return result from Cert::alive, remove Cert::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-09openpgp: New errors Expired and NotYetLive.Justus Winter
2019-12-09openpgp, openpgp-ffi: Fix small issues introduced when renaming TPK.Justus Winter
2019-12-06openpgp: Improve last commit.Justus Winter
2019-12-06openpgp: Reorder third-party signatures when canonicalizing certs.Justus Winter
2019-12-06openpgp: Fix trace message.Justus Winter
2019-12-06openpgp: Improve issuer handling when parsing certificates.Justus Winter
2019-12-06openpgp: Add a compile-time flag to disable authentication checks.Justus Winter
2019-12-06openpgp: Rename signature types.Justus Winter
2019-12-06openpgp: Count first party vs third party signatures.Justus Winter
2019-12-05openpgp: Allow en/decryption of keys in certificates.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-05openpgp: Make test more robust.Justus Winter
2019-12-04openpgp: Make types in openpgp::cert private if possible.Justus Winter
2019-12-04openpgp: Also clone bad signatures in the identity filter.Justus Winter
2019-12-04openpgp: Close codeblock in docstring.Justus Winter
2019-12-04openpgp: Document how to filter certificates.Justus Winter
2019-12-04openpgp: Refine CertBuilder::add_encryption_subkey.Justus Winter
2019-12-04openpgp: Improve example.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: 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: Relax dependency on regex crate.Daniel Kahn Gillmor
2019-12-03openpgp: Move byte order conversion functions.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 the time conversion traits.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: Convert uses of Time::to_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: Add two new types, Timestamp and Duration.Justus Winter
2019-12-03openpgp: Fix formatting.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-27openpgp: Allow creation of subkeys with explicit expiration time.Justus Winter
2019-11-27openpgp: Add missing KeyIter::authentication_capable.Justus Winter
2019-11-27openpgp: Fix issuer handling in the streaming verifier.Justus Winter