summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/mod.rs
AgeCommit message (Expand)Author
2020-01-03openpgp: Rename hash_file to hash_reader, improve documentation.Justus Winter
2020-01-03openpgp: Simplify SignatureGroup::hashes.Justus Winter
2020-01-03openpgp: Simplify crypto::hash_file.Justus Winter
2020-01-03openpgp: Move crypto::s2k::S2K to crypto.Justus Winter
2020-01-03openpgp: Make Protected::into_vec private, remove from SessionKey.Justus Winter
2019-12-19openpgp: Encrypt passwords in memory.Justus Winter
2019-12-19openpgp: Make crypto::mem public and improve the documentation.Justus Winter
2019-12-19openpgp: Prepare to encrypt passwords.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-07openpgp: Use a Vec instead of a HashMap.Neal H. Walfield
2019-07-15openpgp: Implement AsMut<[u8]> for SessionKey.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-02openpgp: New function crypto::random.Justus Winter
2019-07-02openpgp: Simplify SessionKey::new.Justus Winter
2019-07-02openpgp: Introduce an abstraction for hash contexts.Justus Winter
2019-07-02openpgp: Make the crypto::hash module public, remove re-export.Justus Winter
2019-06-27openpgp: Refactor memory protection.Justus Winter
2019-06-24openpgp: Add a function to convert SessionKeys back to Vec<u8>.Justus Winter
2019-06-06openpgp: New type representing s-expressions.Justus Winter
2019-05-30openpgp: New trait crypto::Decryptor.Justus Winter
2019-05-14openpgp: Add a filesystem-like framework for test data.Justus Winter
2019-03-25openpgp: New constructors for SessionKey and Password.Justus Winter
2019-03-25openpgp: Implement AsRef<[u8]> for SessionKey and Password.Justus Winter
2019-03-14openpgp: Don't read beyond the end of the bufferNeal H. Walfield
2019-03-01buffered-reader: Drop BufferedReader prefix.Justus Winter
2019-02-18openpgp: Compute Keygrips.Justus Winter
2019-02-13openpgp: use nettle 4.0Kai Michaelis
2019-02-13openpgp: Introduce crypto::Hash.Justus Winter
2019-02-13openpgp: Qualify nettle::Hash.Justus Winter
2019-02-06openpgp: Improve secret key handling.Justus Winter
2019-01-02openpgp: Move KeyPair to crypto.Justus Winter
2019-01-02openpgp: Move Signer trait to crypto.Justus Winter
2018-12-27openpgp: Time-constant eq for Passwords, SessionKeys.Justus Winter
2018-12-14openpgp: extend secure_eq to secure_cmp.Kai Michaelis
2018-11-16openpgp: it's cfg!(debug_assertions) not debugKai Michaelis
2018-11-13openpgp: don't print SessionKey and PasswordKai Michaelis
2018-10-23openpgp: Move sequre_eq to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move SessionKey into openpgp::crypto.Justus Winter
2018-10-23openpgp: Move the Password type to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move the hash_file(..) function to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move openpgp::mpis to openpgp::crypto::mpis.Justus Winter
2018-10-23openpgp: Move S2K to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move crypto primitives to openpgp::crypto.Justus Winter