summaryrefslogtreecommitdiffstats
path: root/openpgp/src/crypto/mem.rs
AgeCommit message (Expand)Author
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-09Lint: Remove unecessary imports.Nora Widdecke
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-12-07openpgp: Drop hash::Context in favor of a pub trait hash::Digest.Justus Winter
2020-11-12openpgp: Make crypto::Hash::digest fallible.Justus Winter
2020-10-13openpgp: Unbox the slice containing secrets.Justus Winter
2020-10-13openpgp: Make Protected's methods not depend on the implementation.Justus Winter
2020-10-13openpgp: Explicitly implement Clone for Protected.Justus Winter
2020-10-13openpgp: Avoid possible reallocations in From::<Vec<u8>>.Justus Winter
2020-10-09openpgp: Don't rely on associate constants.Justus Winter
2020-10-08openpgp: Warn about possible reallocation in mem::ProtectedIgor Matuszewski
2020-10-08openpgp: Don't mark memory-safe Protected::into_vec as unsafeIgor Matuszewski
2020-10-08openpgp: Don't use Pin for Box-allocated secretsIgor Matuszewski
2020-10-06openpgp: Remove one unreachable thanks to newer match exhaustive checksIgor Matuszewski
2020-09-21openpgp: Fix typos.Nora Widdecke
2020-07-31openpgp: Improve documentation of crypto::mem.Justus Winter
2020-03-30openpgp: New doctest for crypto::mem::{Protected,Encrypted}.Justus Winter
2020-01-03openpgp: Make Protected::into_vec private, remove from SessionKey.Justus Winter
2020-01-03openpgp: Fix PartialEq, Hash for mem::Encrypted.Justus Winter
2020-01-03openpgp: Explicitly implement Eq and Hash if PartialEq is.Justus Winter
2019-12-19openpgp: Make crypto::mem public and improve the documentation.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-07-16openpgp: Encrypt unencrypted secret keys in memory.Justus Winter
2019-07-02openpgp: Introduce an abstraction for hash contexts.Justus Winter
2019-06-28openpgp: Fix documentation.Justus Winter
2019-06-28openpgp: Rework protection of mpis::SecretKey.Justus Winter
2019-06-27openpgp: Pin secrets.Justus Winter
2019-06-27openpgp: Refactor memory protection.Justus Winter