summaryrefslogtreecommitdiffstats
path: root/tool
AgeCommit message (Expand)Author
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
2018-08-27tool: Improve the output of sq dump.Justus Winter
2018-08-24openpgp: Make PacketParser's next() and recurse() return two tuples.Justus Winter
2018-08-24openpgp: Make functions parsing key ids, fingerprints return Result.Justus Winter
2018-08-24openpgp: Make struct Signature opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct PKESK opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct Key opaque, add getters and setters.Justus Winter
2018-08-23tool: Use the new signature verification filter.Justus Winter
2018-08-23tool: Use our Result type.Justus Winter
2018-08-16tool: Implement sq verify.Justus Winter
2018-08-16tool: Only use encryption-capable keys for decryption.Justus Winter
2018-08-15tool: Simplify decryption by relying on the message grammar.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-15Bump version of failure.Justus Winter
2018-08-15tool: Create shell completions for all supported shells.Justus Winter
2018-08-15tool: Create shell completions for sqv.Justus Winter
2018-08-15tool: Rework command line interface handling.Justus Winter
2018-08-14tool: Implement sqv --not-before and --not-after.Justus Winter