summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-08-12openpgp: Make key::Encrypted::ciphertext fail with unknown S2K.justus/fallible-encrypted-ciphertextJustus Winter
2020-08-12openpgp: New function S2K::is_supported.Justus Winter
2020-08-12openpgp: Make SKESK?::esk and SKESK5::aead_iv fallible.Justus Winter
2020-08-12openpgp: Make key::Encrypted::ciphertext fallible.Justus Winter
2020-08-12openpgp: Improve SKESK5::decrypt.Justus Winter
2020-08-12openpgp: Protect the session key.Justus Winter
2020-08-12openpgp: Improve SKESK?::with_password.Justus Winter
2020-08-12openpgp: Don't have SubpacketAreas deref to the hashed areaNeal H. Walfield
2020-08-12openpgp: Move accessors from SubpacketArea to SubpacketAreasNeal H. Walfield
2020-08-12openpgp: Fix typo.Justus Winter
2020-08-12openpgp: Fix comment.Neal H. Walfield
2020-08-12openpgp: Add top-level to documentation SignatureBuilder.Neal H. Walfield
2020-08-12openpgp: Improve documentation for SignatureBuilder finalizers.Neal H. Walfield
2020-08-11Add a variable to only build, test, and document specific packages.Neal H. Walfield
2020-08-11openpgp: Check session key size.Justus Winter
2020-08-11openpgp: Reorder S2K's variants from most to least preferable.Justus Winter
2020-08-11openpgp: Improve S2K's documentation.Justus Winter
2020-08-11openpgp: Make S2K helper methods private.Justus Winter
2020-08-11openpgp: Add a constructor S2K::new_iterated.Justus Winter
2020-08-11openpgp: Fix S2K::nearest_hash_count.Justus Winter
2020-08-11openpgp: Improve test.Justus Winter
2020-08-11openpgp: Mark S2K as non-exhaustive to allow future extensions.Justus Winter
2020-08-11openpgp: Mark S2K::Simple and S2K::Salted as deprecated.Justus Winter
2020-08-11openpgp: Make HashingMode pub(crate).Justus Winter
2020-08-11openpgp: Move hash_buffered_reader, drop hash_reader.Justus Winter
2020-08-10openpgp: Fix creation of text signatures.Justus Winter
2020-08-10openpgp: Correctly handle text signatures when verifying.Justus Winter
2020-08-07openpgp: Take a reference instead of a vector.Neal H. Walfield
2020-08-07openpgp: Improve documentation for SignatureBuilder setters.Neal H. Walfield
2020-08-07openpgp: Remove unnecessary lifetime annotation.Neal H. Walfield
2020-08-07openpgp: Fix hashing the packet bodies.Justus Winter
2020-08-07openpgp: Check that primary key binding signatures are alive.Justus Winter
2020-08-07openpgp: Apply the policy to primary key binding signatures.Justus Winter
2020-08-06sq: Make dumping corrupted OpenPGP data more robust.Justus Winter
2020-08-06openpgp: Fix formatting of vector and array literals in examples.Justus Winter
2020-08-05openpgp: Implement NotationDataFlags using Bitfield.Justus Winter
2020-08-05openpgp: Don't implement Default for the Bitflags types.Justus Winter
2020-08-05openpgp: Fix documentation.Justus Winter
2020-08-04openpgp: Improve documentation for crypto::random.Justus Winter
2020-08-04openpgp: Improve documentation.Justus Winter
2020-08-04openpgp: Improve documentation of mod asymmetric.Justus Winter
2020-08-04sq: Remove superfluous use.Justus Winter
2020-08-04openpgp: Fix documentation.Justus Winter
2020-08-03openpgp: Remove SignatureBuilder::set_key_expiration_time.Neal H. Walfield
2020-08-03openpgp: Change CertBuilder to use a relative expiration time.Neal H. Walfield
2020-08-03openpgp: Add a getter to CertBuilder to return the creation time.Neal H. Walfield
2020-08-03openpgp: Simplify code.Neal H. Walfield
2020-08-03openpgp: Don't use doc comments with macros.Neal H. Walfield
2020-07-31Release 0.18.0.v0.18.0Justus Winter
2020-07-31openpgp: Make it easier to add an Intended Recipient.Neal H. Walfield