summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2019-11-25Release 0.12.0.v0.12.0Justus Winter
2019-11-25rfc2822: Remove leftover Cargo.toml.Justus 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-15tool: Clarify default handling.Justus Winter
2019-11-15openpgp: Add tpk::builder::CipherSuite::RSA4k.Leonhard Markert
2019-11-15net: Bail out if the received keyid does not match.Tobias Mueller
2019-11-13tool: Fix indentation of embedded signature packets.Justus Winter
2019-11-13tool: Dump the most important information first.Justus Winter
2019-11-12tool: Print fingerprints and keyids when dumping keys.Justus Winter
2019-11-12openpgp: New test.Justus Winter
2019-11-12openpgp: Add TPKBuilder::add_authentication_subkey.Justus Winter
2019-11-10ci: Do not cargo clean our crates.Justus Winter
2019-11-10ci: Use an implicit cache that persists on our runner.Justus Winter
2019-11-10ci: Use environment variables to configure cargo.Justus Winter
2019-11-10openpgp: Remove gratuitious code from last commit.Neal H. Walfield
2019-11-10openpgp: Distinguish bad signatures from those that are not alive.Neal H. Walfield
2019-11-09openpgp: Break apart function.Neal H. Walfield
2019-11-08openpgp: Split long running test.Neal H. Walfield
2019-11-07openpgp: Speed up test by managing the buffer more smartly.Neal H. Walfield
2019-11-07openpgp: Use a Vec instead of a HashMap.Neal H. Walfield
2019-11-07openpgp: Use vec_truncate instead of Vec::truncate.Neal H. Walfield
2019-11-06openpgp-ffi: Improve documentation.Neal H. Walfield
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-11-05Fix license in README.md.Justus Winter
2019-11-01openpgp: Fix Blowfish key size.Justus Winter
2019-11-01openpgp: Fix Transform::read_helper.Neal H. Walfield