summaryrefslogtreecommitdiffstats
path: root/openpgp
AgeCommit message (Expand)Author
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-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
2020-08-13openpgp: Improve NotationData's documentation.Neal H. Walfield
2020-08-13openpgp: Improve SubpacketTag's documentation.Neal H. Walfield
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