summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-08-21Release 0.19.0.v0.19.0Justus Winter
2020-08-21openpgp: Bump ed25519-dalek to 1.Justus Winter
2020-08-21Update README.md.Justus Winter
2020-08-20ci: Generate larger values in the quickcheck::Arbitrary.Justus Winter
2020-08-20openpgp: Add optional parameters to unknown S2K variants.Justus Winter
2020-08-20openpgp: Drop implementation of Copy for S2K.Justus Winter
2020-08-20openpgp: Make SKESK5::aead_iv fail with unknown S2K.Justus Winter
2020-08-20openpgp: Make SKESK4::esk fail with unknown S2K.Justus Winter
2020-08-20openpgp: Make key::Encrypted::ciphertext fail with unknown S2K.Justus Winter
2020-08-20openpgp: New function S2K::is_supported.Justus Winter
2020-08-20openpgp: Make SKESK?::esk and SKESK5::aead_iv fallible.Justus Winter
2020-08-20openpgp: Make key::Encrypted::ciphertext fallible.Justus Winter
2020-08-20openpgp: Use a boxed slice to store encrypted session keys.Justus Winter
2020-08-20openpgp: Fix documentation.Justus Winter
2020-08-19openpgp: Add note to SubpacketAreas::exportable_certification.Neal H. Walfield
2020-08-19openpgp: Improve packet::signature's module-level documentation.Neal H. Walfield
2020-08-19openpgp: Improve Signature's documentation.Neal H. Walfield
2020-08-19openpgp: Improve Signature4's documentation.Neal H. Walfield
2020-08-19openpgp: Improve SignatureFields' documentation.Neal H. Walfield
2020-08-19openpgp: Improve SignatureBuilder's documentation.Neal H. Walfield
2020-08-19openpgp: Add SignatureBuilder::add_regular_expression.Neal H. Walfield
2020-08-19openpgp: Reorder functions.Neal H. Walfield
2020-08-19openpgp: Rename SubpacketArea::lookup to SubpacketArea::subpacket.Neal H. Walfield
2020-08-19openpgp: Minor documentation cleanups.Neal H. Walfield
2020-08-19openpgp: Make SubpacketArea::{subpacket, subpackets} public.Neal H. Walfield
2020-08-19openpgp: Improve SubpacketArea's documentation.Neal H. Walfield
2020-08-18openpgp: Clean up code in Examples sections.Wiktor Kwapisiewicz
2020-08-18openpgp: Remove unit test that is redundant.Wiktor Kwapisiewicz
2020-08-18openpgp: Add link references to test cases.Wiktor Kwapisiewicz
2020-08-18openpgp: Correct documentation for Writer::finalize()Wiktor Kwapisiewicz
2020-08-18openpgp: Fix Reader::headers() for partially indented lines.Wiktor Kwapisiewicz
2020-08-18openpgp: Add Reader::headers() documentation.Wiktor Kwapisiewicz
2020-08-18openpgp: Fix reference to signature::SignatureBuilder.Wiktor Kwapisiewicz
2020-08-17Normalize file permissions when creating source distributions.Justus Winter
2020-08-17openpgp: Move crypto::Keygrip to the ipc crate.Justus Winter
2020-08-17openpgp: Rename PublicKey::keygrip to Keygrip::of.Justus Winter
2020-08-17openpgp: Improve documentation of crypto::ecdh.Justus Winter
2020-08-17openpgp: Rename {en,de}crypt_shared to better reflect their use.Justus Winter
2020-08-17openpgp: Move crypto::sexp to the ipc crate.Justus Winter
2020-08-17openpgp: Use a ProtectedMPI to handle the shared point.Justus Winter
2020-08-17openpgp: Add EC point constructors and destructor for ProtectedMPI.Justus Winter
2020-08-17openpgp: Make crypto::ecdh::decrypt_shared public.Justus Winter
2020-08-14openpgp: Fix the expected maximum overhead of the Padmé scheme.Justus Winter
2020-08-14openpgp: Fix Ciphertext::arbitrary.Justus Winter
2020-08-14openpgp: Fix Curve::arbitrary.Justus Winter
2020-08-14openpgp: Fix error handling serializing PublicKey and Ciphertext.Justus Winter
2020-08-13openpgp: Removed unneeded forwarders.Neal H. Walfield
2020-08-13openpgp: Improve SubpacketAreas' documentation.Neal H. Walfield
2020-08-13openpgp: Improve Subpacket's documentation.Neal H. Walfield
2020-08-13openpgp: Improve SubpacketValue's documentation.Neal H. Walfield