summaryrefslogtreecommitdiffstats
path: root/tool/src/commands/key.rs
AgeCommit message (Expand)Author
2019-12-04tool: Rename command line arguments.Justus Winter
2019-12-04openpgp: Refine CertBuilder::add_encryption_subkey.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-27openpgp: Allow creation of subkeys with explicit expiration time.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-11-15tool: Clarify default handling.Justus Winter
2019-11-15openpgp: Add tpk::builder::CipherSuite::RSA4k.Leonhard Markert
2019-10-24tool: Allow generation of keys with multiple userids.Justus Winter
2019-09-11openpgp: Move packet::KeyFlags to constants.Justus Winter
2019-08-26tool: Annotate generated keys and revocation certificates.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-05-22openpgp: Trait Serialize/Parse cleanup.Justus Winter
2019-05-17tool: Support setting the expiration time on new keysNeal H. Walfield
2019-05-07openpgp: Rename TPKBuilder::default to TPKBuilder::newNeal H. Walfield
2019-04-29openpgp: New TSK type.Justus Winter
2019-03-26tool: Read passwords from the tty.Justus Winter
2019-01-15tool: Move key generation to a new module.Justus Winter