summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
2020-08-13opengpgp: Mark SubpacketTag as non-exhaustive.Neal H. Walfield
2020-08-13openpgp: Add examples for Keygrip.Justus Winter
2020-08-13openpgp: Add examples for Password.Justus Winter
2020-08-13openpgp: Add note to enums that cannot be exhaustively matched.Justus Winter
2020-08-13openpgp: Adjust for SymmetricAlgorithm support diff. across backendsIgor Matuszewski
2020-08-13openpgp: Implement ECDH and RSA encryptionIgor Matuszewski
2020-08-13openpgp: Implement DSA signatures using Windows CNGIgor Matuszewski
2020-08-13openpgp: Implement ed25519 signatures with ed25519-dalekIgor Matuszewski
2020-08-13openpgp: Implement RSA and ECDSA signatures via Windows CNG APIIgor Matuszewski
2020-08-13openpgp: Implement asymmetric key gen/import using Windows CNG APIIgor Matuszewski
2020-08-13openpgp: Implement CTR and EAX (AEAD) modes on top of CNG's AESIgor Matuszewski
2020-08-13openpgp: Add stubs for other crypto impls using Windows CNG APIIgor Matuszewski
2020-08-13openpgp: Implement symmetric algorithms using Windows CNGIgor Matuszewski
2020-08-13openpgp: Implement RNG using Windows CNG backendIgor Matuszewski
2020-08-13openpgp: Implement hashing using Windows CNG backendIgor Matuszewski
2020-08-13openpgp: Add Windows CNG crypto backend via crypto-cng featureIgor Matuszewski
2020-08-13openpgp: Allow compiling with other crypto backendsIgor Matuszewski
2020-08-13openpgp: Improve SubpacketArea's documentation.Neal H. Walfield
2020-08-13openpgp: Remove Subpacket::subpacket.Neal H. Walfield
2020-08-13openpgp: Make SubpacketArea::subpackets public.Neal H. Walfield
2020-08-13openpgp: Correctly compute the size.Neal H. Walfield
2020-08-12openpgp: Change SubpacketAreas::intended_recipients to return an iterNeal H. Walfield
2020-08-12openpgp: Simplify code.Neal H. Walfield
2020-08-12openpgp: Change SubpacketAreas::regular_expression to return an iterNeal H. Walfield
2020-08-12openpgp: Change SubpacketAreas::notation to return an iterator.Neal H. Walfield
2020-08-12openpgp: Change SubpacketAreas::notation_data to return an iterator.Neal H. Walfield
2020-08-12openpgp: Change accessors to return all issuers.Neal H. Walfield
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-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