summaryrefslogtreecommitdiffstats
path: root/tool/src/sq.rs
AgeCommit message (Expand)Author
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-14Avoid identity slicing.Justus Winter
2018-11-13tool: remove --output, don't silently dump rev-certKai Michaelis
2018-11-13tool: add keygen subcmdKai Michaelis
2018-10-30openpgp: Implement Serialize for TPK and TSK.Justus Winter
2018-10-08tool: Bump prettytable to 0.8.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-27tool: Refine output of signature verification.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-19tool: Move handling of output parameter.Justus Winter
2018-09-19tool: Do not overwrite existing files.Justus Winter
2018-09-17tool: Emit a warning if "help" is bound to a positional argument.Justus Winter
2018-09-17tool: Improve message.Justus Winter
2018-09-06tool: Print domain and store when listing keys.Justus Winter
2018-09-05tool: Properly format output of 'sq store stats'.Justus Winter
2018-09-05tool: Mention name of file that contains bad data.Justus Winter
2018-08-31tool: Do not print MPIs by default.Justus Winter
2018-08-29tool: Avoid printing empty tables if stores are empty.Justus Winter
2018-08-29tool: Use the new method to retrieve keys during validation.Justus Winter
2018-08-24openpgp: Make functions parsing key ids, fingerprints return Result.Justus Winter
2018-08-16tool: Implement sq verify.Justus Winter
2018-08-15tool: Implement sq sign.Justus Winter
2018-08-15tool: Add options to give encryption and decryption keys as files.Justus Winter
2018-08-15Bump version of failure.Justus Winter
2018-08-15tool: Rework command line interface handling.Justus Winter
2018-08-13openpgp: Rework armor kind handling.Justus Winter
2018-08-13tool: Make 'sq split' put the files in the current directory.Justus Winter
2018-07-24openpgp: Support setting ASCII-armor's headersNeal H. Walfield
2018-07-20tool: Improve error reporting.Justus Winter
2018-07-02tool: Emit armored data by default.Justus Winter
2018-06-25openpgp: Add support for parsing Autocrypt headers.Neal H. Walfield
2018-06-06tool: Provide nicer error messages.Justus Winter
2018-06-06tool: Implement 'split' subcommand to split OpenPGP messages.Justus Winter
2018-05-31tool: Implement encryption subcommand.Justus Winter
2018-05-31tool: Change store selection.Justus Winter
2018-05-29tool: Transparently handle armored data.Justus Winter
2018-05-11tool: Generalize usage generation and document 'sqv'.Justus Winter