summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/skesk.rs
AgeCommit message (Expand)Author
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