summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/pkesk.rs
AgeCommit message (Expand)Author
2019-05-30openpgp: Avoid copying the session key into a vec.Justus Winter
2019-05-14openpgp: Add a filesystem-like framework for test data.Justus Winter
2019-03-28openpgp: Consistently abbreviate symmetric algorithm.Justus Winter
2019-03-26openpgp: Add enum Key.Justus Winter
2019-03-26openpgp: Add enum PKESK.Justus Winter
2019-02-18openpgp: Move Serialize::to_vec to SerializeInto::to_vec.Justus Winter
2019-02-15openpgp: add NIST ECDH test casesKai Michaelis
2019-02-06openpgp: Return previous value in setters.Justus Winter
2019-02-06openpgp: New public constructor PKESK::new.Justus Winter
2019-02-06openpgp: Rename PKESK::new to PKESK::for_recipient.Justus Winter
2019-02-06openpgp: New public constructor Key::new.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: Make function pub(crate).Justus Winter
2018-12-13openpgp: Make fields of PKESK private.Justus Winter
2018-12-13openpgp: Make fields of Key private.Justus Winter
2018-12-12openpgp: Move SecretKey to packet::key.Justus Winter
2018-11-13openpgp: handle ??25519 secret keys with leading 0Kai Michaelis
2018-10-23openpgp: Move SessionKey into openpgp::crypto.Justus Winter
2018-10-23openpgp: Move openpgp::mpis to openpgp::crypto::mpis.Justus Winter
2018-10-23openpgp: Move crypto primitives to openpgp::crypto.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter