summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/skesk.rs
AgeCommit message (Expand)Author
2020-12-08openpgp: Add assert_send_and_sync! for more types.Azul
2020-12-04openpgp: Use pure Rust EAX implementation under CNG backendIgor Matuszewski
2020-11-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-08-20openpgp: Add optional parameters to unknown S2K variants.Justus Winter
2020-08-20openpgp: Make SKESK5::aead_iv fail with unknown S2K.Justus Winter
2020-08-20openpgp: Make SKESK4::esk fail with unknown S2K.Justus Winter
2020-08-20openpgp: Make SKESK?::esk and SKESK5::aead_iv fallible.Justus Winter
2020-08-20openpgp: Use a boxed slice to store encrypted session keys.Justus Winter
2020-08-20openpgp: Fix documentation.Justus Winter
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-11openpgp: Check session key size.Justus Winter
2020-08-11openpgp: Mark S2K::Simple and S2K::Salted as deprecated.Justus Winter
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-05-25openpgp: Fix documentation.Justus Winter
2020-03-27openpgp: Define equality using the serialized OpenPGP form.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-03-03openpgp: Mark experimental features.Justus Winter
2020-01-08openpgp: Explicitly implement PartialEq, Hash for packets.Justus Winter
2020-01-03openpgp: Move crypto::s2k::S2K to crypto.Justus Winter
2020-01-02openpgp: Mark packet version enums as non-exhaustive.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-09-18openpgp: Make Parse::from_bytes polymorphic over AsRef<[u8]>.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-02openpgp: New function crypto::random.Justus Winter
2019-05-22openpgp: Add missing conversions from SKESK{4,5} to SKESK.Justus Winter
2019-03-28openpgp: Consistently abbreviate symmetric algorithm.Justus Winter
2019-03-26openpgp: Introduce explicit packet versions, move enum SKESK.Justus Winter
2019-03-22openpgp, core: Return old value in setters.Justus Winter
2019-02-18openpgp: Move Serialize::to_vec to SerializeInto::to_vec.Justus Winter
2019-02-13openpgp: use nettle 4.0Kai Michaelis
2019-02-06openpgp: Return previous value in setters.Justus Winter
2019-02-06openpgp: Rename consuming conversion functions.Justus Winter
2018-12-14openpgp: Add roundtrip tests for packages.Justus Winter
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-14openpgp: Fix handling of empty encrypted session keys.Justus Winter
2018-11-21openpgp: switch to nettle 2.0Kai Michaelis
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 S2K to openpgp::crypto.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter