summaryrefslogtreecommitdiffstats
path: root/tool
AgeCommit message (Expand)Author
2019-08-23openpgp: Rename SecretKey to SecretKeyMaterial.Neal H. Walfield
2019-08-22Bump rpassword to 0.4.Justus Winter
2019-08-20openpgp: Make choice of AEAD algorithm explicit.Justus Winter
2019-08-20tool: Use consistent terminology in usage.Justus Winter
2019-08-20tool: Update documentation.Justus Winter
2019-08-20tool: Use Cv25519 as the default cipher suite.Justus Winter
2019-08-20tool: Fix creation of TPKs w/o encryption subkey.Justus Winter
2019-08-20net: Drop SKS pool in favor of keys.openpgp.org.Justus Winter
2019-08-19net: Drop the sync variant.Justus Winter
2019-08-19openpgp: Rename sigtype to typ, set_sigtype to set_typ.Justus Winter
2019-07-18openpgp: Move tpk::armor::Encoder to serialize, add constructor.Justus Winter
2019-07-16openpgp: Rework unencrypted secret key handling.Justus Winter
2019-07-15Make more variables immutable.Justus Winter
2019-07-15Switch to Rust 2018.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-08tool: Use module-relative paths for imports.Justus Winter
2019-07-08tool: Identify the packet sequence while dumping.Justus Winter
2019-07-08tool: Use absolute paths to the various mpis.Justus Winter
2019-07-08tool: Hand the target width to the dump function.Justus Winter
2019-07-08tool: Use 'dyn' to mark the use of trait objects.Justus Winter
2019-07-08Release 0.9.0.v0.9.0Justus Winter
2019-06-28openpgp: Make struct MPI opaque.Justus Winter
2019-06-27openpgp: Rework secret key handling.Justus Winter
2019-06-24openpgp, tool: Fix decryption.Justus Winter
2019-06-19net: Replace or remove commentsjuga
2019-06-18tool: If make-usage.sh exits abnormally don't update the target fileNeal H. Walfield
2019-06-18tool: Make make-usage.sh more robustNeal H. Walfield
2019-06-18tool: Fix argument parsing for the wkd subcommandNeal H. Walfield
2019-06-18tool: Update sq-usage.rs with current clijuga
2019-06-14Release 0.8.0.v0.8.0Justus Winter
2019-06-11tool: Add headers to exported enarmored TPKsjuga
2019-06-04tool: Change wkd get to dump armor by defaultjuga
2019-06-02tool: stop panicking when wkd get without argumentsjuga
2019-06-01tool, sqv: Use CARGO_PKG_VERSION.Justus Winter
2019-05-30openpgp: Make PKESK::decrypt use crypto::Decryptor.Justus Winter
2019-05-28tool: Add wkd command and get, url subcommandsjuga
2019-05-22openpgp: Trait Serialize/Parse cleanup.Justus Winter
2019-05-20sqv, tool: Make build script more robust.Justus Winter
2019-05-20openpgp: Rename field 'iterations' to 'hash_bytes'.Justus Winter
2019-05-17tool: Support setting the expiration time on new keysNeal H. Walfield
2019-05-17tool: Fix handling of missing subcommands.Justus Winter
2019-05-15core, store, tool: Use realm instead of domain.Justus Winter
2019-05-15tool: Fix test.Justus Winter
2019-05-14openpgp, openpgp-ffi: Normalize TPK::revoked()Neal H. Walfield
2019-05-11tool: Make sq inspect fail more verboselyNeal H. Walfield
2019-05-11tool: Fix hintNeal H. Walfield
2019-05-11openpgp: Make {is,possible}_{message,keyring,tpk} return a ResultNeal H. Walfield
2019-05-10Release 0.7.0.v0.7.0Justus Winter
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-05-07openpgp: Rename TPKBuilder::default to TPKBuilder::newNeal H. Walfield