summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/key.rs
AgeCommit message (Expand)Author
2019-04-01openpgp: Improve formatting.Justus Winter
2019-03-27openpgp: Move fingerprint calculation.Justus Winter
2019-03-26openpgp: Add enum Key.Justus Winter
2019-03-26openpgp: Add enum PKESK.Justus Winter
2019-03-26openpgp: Add enum Signature.Justus Winter
2019-02-15openpgp: comment Key::generate_*Kai Michaelis
2019-02-15openpgp: split Key::generate into generate_rsa and generate_eccKai Michaelis
2019-02-15openpgp: implement ECDH for NIST P-{256,384,521}Kai Michaelis
2019-02-13openpgp: use nettle 4.0Kai Michaelis
2019-02-12openpgp: Rename conversion function.Justus Winter
2019-02-07openpgp: implement import of Ed25519 keysKai Michaelis
2019-02-07openpgp: implement importing RSA keysKai Michaelis
2019-02-07openpgp: allow importing secret ECDH keysKai Michaelis
2019-02-06openpgp: Return previous value in setters.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 Key::new to Key::generate.Justus Winter
2019-02-06openpgp: Improve secret key handling.Justus Winter
2019-01-24openpgp: add a way to import X25519 public key materialKai Michaelis
2019-01-11openpgp: generate X25519 keys according to spec.Kai Michaelis
2019-01-08openpgp: Add new convenience function.Justus Winter
2018-12-27openpgp: Implement encrypting secret keys.Justus Winter
2018-12-27openpgp: Formatting.Justus Winter
2018-12-24openpgp: Add a function to compare the public bits of two KeysNeal H. Walfield
2018-12-24openpgp: Change set_secret to return the old secret.Neal H. Walfield
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-13openpgp: Make function return Result<Packet>, avoid panic.Justus Winter
2018-12-13openpgp: Make fields of Key private.Justus Winter
2018-12-12openpgp: Move SecretKey to packet::key.Justus Winter
2018-11-16openpgp: Add encryption roundtrip test.Justus Winter
2018-11-16openpgp: reverse the scalar after keygenKai Michaelis
2018-10-30openpgp: Update comment.Justus Winter
2018-10-23openpgp: Move the Password type 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
2018-10-16openpgp: Refactor.Justus Winter
2018-10-16openpgp: Refactor.Justus Winter