summaryrefslogtreecommitdiffstats
path: root/tool/src/sq_cli.rs
AgeCommit message (Expand)Author
2020-03-18tool: Add `--known-notation` option to `sq`Wiktor Kwapisiewicz
2020-03-16tool: Improve documentation.Justus Winter
2020-02-11openpgp: Use absolute expiration time in cert builder.Justus Winter
2020-01-17tool: Add an option to specify the signing time.Neal H. Walfield
2019-12-06tool: Add packet decrypt that unwraps encryption containers.Justus Winter
2019-12-04tool: Rename command line arguments.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.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-18store: Rename store::Store to Mapping.Justus Winter
2019-09-09tool: Rework 'sq wkd generate's argument handling.Justus Winter
2019-09-09net: Do not diddle with the permissions.Justus Winter
2019-09-09tool: Add 'wkd generate' subcommand.juga
2019-09-06openpgp: Rework streaming encryptor.Justus Winter
2019-09-02tool: Implement compression and padding.Justus Winter
2019-08-27tool: Add 'sq packet join', the inverse to split.Justus Winter
2019-08-20tool: Use consistent terminology in usage.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-06-18tool: Fix argument parsing for the wkd subcommandNeal H. Walfield
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-28tool: Add wkd command and get, url subcommandsjuga
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-04-24openpgp: Implement creation and serialization of Autocrypt headers.Justus Winter
2019-03-25tool: Dump session keys.Justus Winter
2019-03-14tool: Add option to set the kind of armored data.Justus Winter
2019-03-13sq: Support dumping encrypted messages.Justus Winter
2019-03-13sq: New subcommand 'packet'.Justus Winter
2019-02-19tool: New command sq inspect.Justus Winter
2019-01-15tool: Introduce key manipulation subcommand.Justus Winter
2019-01-10tool: Generate keys protected with a password.Justus Winter
2019-01-07tool: Drop dependency on promptly.Justus Winter
2018-12-11tool: ask before overwriting files, add --forceKai Michaelis
2018-11-26tool: Implement verification of detached sigs.Justus Winter
2018-11-13tool: remove --output, don't silently dump rev-certKai Michaelis
2018-11-13tool: add keygen subcmdKai Michaelis
2018-11-12tool: Fix.Justus Winter
2018-11-12tool: Add note.Justus Winter
2018-09-28tool: Optionally sign data when encrypting.Justus Winter
2018-09-27tool: Do not require a valid signature when verifying signatures.Justus Winter
2018-09-25tool: Use the new streaming decryptor.Justus Winter
2018-09-25tool: Add signature verification threshold parameter.Justus Winter
2018-09-24tool: Implement notarization of messages.Justus Winter
2018-09-20tool: Add option to specify a different home directory.Justus Winter
2018-09-20tool: Implement appending signatures to detached signatures.Justus Winter
2018-09-07tool: Print help if subsubcommand is missing.Justus Winter