summaryrefslogtreecommitdiffstats
path: root/tool/src/sq_cli.rs
AgeCommit message (Expand)Author
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
2018-09-04tool: Improve documentation for `sq store delete --the-store`Neal H. Walfield
2018-09-04tool: Improve documentation for the -B option.Neal H. Walfield
2018-08-31tool: Do not print MPIs by default.Justus Winter
2018-08-16tool: Implement sq verify.Justus Winter
2018-08-15tool: Implement sq sign.Justus Winter
2018-08-15tool: Reorder subcommands.Justus Winter
2018-08-15tool: Add options to give encryption and decryption keys as files.Justus Winter
2018-08-15tool: Rework command line interface handling.Justus Winter