summaryrefslogtreecommitdiffstats
path: root/tool
AgeCommit message (Expand)Author
2018-09-20openpgp: Add proper revocation support to TPKs.Neal H. Walfield
2018-09-20tool: Avoid unnecessary comma.Neal H. Walfield
2018-09-20tool: Fix test.Justus Winter
2018-09-20tool: Add option to specify a different home directory.Justus Winter
2018-09-20tool: Implement adding signatures to signed messages.Justus Winter
2018-09-20tool: Implement appending signatures to detached signatures.Justus Winter
2018-09-19tool: Shuffle some newlines around to fix dumping literal packets.Justus Winter
2018-09-19openpgp: Add test vector.Justus Winter
2018-09-19tool: Add test for sq sign.Justus Winter
2018-09-19tool: Fix armor framing for detached signatures.Justus Winter
2018-09-19tool: Move handling of output parameter.Justus Winter
2018-09-19tool: Typo.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-13openpgp: Move the subpacket module to packet::signature.Justus Winter
2018-09-12openpgp, tool: Improve error handling.Justus Winter
2018-09-12openpgp: Improve signature verification in streaming mode.Justus Winter
2018-09-12tool: Display the signature level.Justus Winter
2018-09-08Change Makefiles to support CARGO_TARGET_DIR.Neal H. Walfield
2018-09-07tool: Print help if subsubcommand is missing.Justus Winter
2018-09-06tool: Print domain and store when listing keys.Justus Winter
2018-09-06tool: Fix test.Justus Winter
2018-09-06tool: Drop option to accept multiple signatures from a TPK.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-09-05tool: Update usage.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-09-03openpgp: Expose packet structs in the packet module.Justus Winter
2018-08-31openpgp: Make SKESK's ESK field optional.Justus Winter
2018-08-31tool: Pretty-print S2K objects.Justus Winter
2018-08-31tool: Do not print Packet twice.Justus Winter
2018-08-31tool: When dumping packets, indent with four spaces.Justus Winter
2018-08-31tool: Pretty-print packets when decrypting.Justus Winter
2018-08-31tool: Make sure hexdumps are written to the correct stream.Justus Winter
2018-08-31tool: Include a newline after a packet.Justus Winter
2018-08-31tool: Do not print MPIs by default.Justus Winter
2018-08-29tool: Change signature verification policy.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-29openpgp: Make the keys() iterator more useful.Justus Winter
2018-08-29tool: Fix indentation.Neal H. Walfield
2018-08-27tool: Use less terse ISO 8601 date format.Justus Winter
2018-08-27tool: Ignore multiple signatures from the same TPK by default.Justus Winter
2018-08-27tool: Fix verifying multiple signatures using the same hash algo.Justus Winter
2018-08-27tool: Fix argument parsing in sqv.Justus Winter
2018-08-27tool: Improve error reporting in sqv.Justus Winter
2018-08-27tool: Ignore duplicate signatures in sqv.Justus Winter
2018-08-27tool: Avoid cloning the signature packets.Justus Winter