summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/asymmetric.rs
AgeCommit message (Expand)Author
2020-08-04openpgp: Improve documentation of mod asymmetric.Justus Winter
2020-06-22openpgp: Move Nettle asymmetric impls to the backend moduleIgor Matuszewski
2020-04-08openpgp: Rename crypto::mpis to crypto::mpiIgor Matuszewski
2020-04-03Change function names to align to Rust naming conventions.Wiktor Kwapisiewicz
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-10openpgp: Appease superfluous check in nettle wrapper.Justus Winter
2020-03-09openpgp: Update nettle to 7.0.0.Justus Winter
2020-03-09openpgp: Decouple our error type from nettle's.Justus Winter
2020-02-20openpgp: Typo.Justus Winter
2020-02-18openpgp: Improve tracking of secret keys.Justus Winter
2020-02-12openpgp: Add optional plaintext length to Decryptor::decrypt.Justus Winter
2020-02-12openpgp: Update to nettle 6.Justus Winter
2020-01-16openpgp: Return Result<()> from Signature::verify*.Justus Winter
2020-01-16openpgp: Move the high-level methods to packet::Signature.Justus Winter
2020-01-16openpgp: Consolidate public key verification code.Justus Winter
2020-01-16openpgp: Consolidate public key encryption code.Justus Winter
2019-12-05openpgp: Make crypto::{Signer,Decryptor} non-polymorphic.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-22openpgp: Make conversions into Key<SecretParts, _> fallible.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::Signer.Justus Winter
2019-08-23openpgp: Use marker types to denote a Key's type.Neal H. Walfield
2019-08-23openpgp: Rename SecretKey to SecretKeyMaterial.Neal H. Walfield
2019-08-21openpgp: Typos.Jann Röder
2019-08-21openpgp: Fix warnings emitted by rustc 1.36.0.Jann Röder
2019-07-16openpgp: Rework unencrypted secret key handling.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-28openpgp: Make struct MPI opaque.Justus Winter
2019-06-27openpgp: Rework secret key handling.Justus Winter
2019-06-26openpgp: Improve documentation.Justus Winter
2019-06-24openpgp: Use SessionKey to protect secrets during ECDH.Justus Winter
2019-06-24openpgp: Rename functions to 'encrypt' and 'decrypt'.Justus Winter
2019-06-24openpgp: Fix error.Justus Winter
2019-06-01openpgp: Implement Clone for KeyPair.Justus Winter
2019-06-01openpgp: Implement From<KeyPair> for packet::Key.Justus Winter
2019-06-01openpgp: Fix documentation.Justus Winter
2019-05-30openpgp: New trait crypto::Decryptor.Justus Winter
2019-03-25openpgp: Rework the DecryptionHelper trait.Justus Winter
2019-02-13openpgp: use nettle 4.0Kai Michaelis
2019-01-02openpgp: Improve documentation.Justus Winter
2019-01-02openpgp: Move KeyPair to crypto.Justus Winter
2019-01-02openpgp: Improve documentation.Justus Winter
2019-01-02openpgp: Move Signer trait to crypto.Justus Winter