summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
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
2019-11-27openpgp: Fix Signature::get_issuer to return set of issuers.Justus Winter
2019-11-27openpgp: Improve test case.Justus Winter
2019-11-27openpgp: Make variants of VerificationResult struct-like, add infos.Justus Winter
2019-11-27openpgp: Rename ID to KeyHandle.Justus Winter
2019-11-26openpgp: New type ID.Justus Winter
2019-11-26openpgp: Implement From<Fingerprint> for KeyID.Justus Winter
2019-11-26openpgp: Implement PartialOrd, Ord for Fingerprint.Justus Winter
2019-11-25OpenPGP User ID convention is "de facto" not "de factor"Daniel Kahn Gillmor
2019-11-25Release 0.12.0.v0.12.0Justus Winter
2019-11-25openpgp: Specialize key iterator to return Key<SecretParts, _>.Justus Winter
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-20openpgp: Use the builder pattern for stream::Encryptor.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::Compressor.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::LiteralWriter.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::Signer.Justus Winter
2019-11-19openpgp: Avoid specializing Signer over key role.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-18openpgp: Optimize .clear() for byte vectors.Justus Winter
2019-11-18openpgp: Rename field and function.Justus Winter
2019-11-18openpgp: Return inner writer in armor::Writer::finalize.Justus Winter
2019-11-18Fix more spellingDaniel Kahn Gillmor
2019-11-18spell "detached" correctlyDaniel Kahn Gillmor
2019-11-15openpgp: Ignore marker packets in TPKs.Justus Winter
2019-11-15Fix rustc warnings.Leonhard Markert
2019-11-15openpgp: Add tpk::builder::CipherSuite::RSA4k.Leonhard Markert