summaryrefslogtreecommitdiffstats
path: root/tool
AgeCommit message (Expand)Author
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
2018-08-13openpgp: Rework armor kind handling.Justus Winter
2018-08-13tool: Make input file a positional argument.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-10tool: Use the new type.Justus Winter
2018-07-10openpgp: Use broken-down time in the literal data packet.Justus Winter
2018-07-02tool: Emit armored data by default.Justus Winter
2018-07-02openpgp: Create a special Option-like type for PacketParser.Neal H. Walfield
2018-06-28tool: Add a test for the bug fixed in 1d63e71.Neal H. Walfield
2018-06-27tools: Make sqv check that a validated TPK is really wanted.Neal H. Walfield
2018-06-25openpgp: Generalize `hash_file`.Justus Winter
2018-06-25openpgp: Add support for parsing Autocrypt headers.Neal H. Walfield
2018-06-20Consistently call passwords password, not passwd or passphrase.Justus Winter
2018-06-14openpgp: Move Tag into the packet module.Justus Winter
2018-06-13openpgp: Rename Message to PacketPileNeal H. Walfield
2018-06-11openpgp: Do not re-export *Algorithm in the root.Justus Winter
2018-06-06tool: Provide nicer error messages.Justus Winter
2018-06-06tool: Implement 'split' subcommand to split OpenPGP messages.Justus Winter
2018-06-06openpgp: Avoid making BufferedReader part of our public APINeal H. Walfield
2018-05-31tool: Implement encryption subcommand.Justus Winter
2018-05-31tool: Change store selection.Justus Winter
2018-05-31tool: Improve decryption command.Justus Winter
2018-05-29tool: Transparently handle armored data.Justus Winter
2018-05-28openpgp: Encrypt with n passphrases.Justus Winter
2018-05-17openpgp: Rename HashAlgo to HashAlgorithm.Neal H. Walfield
2018-05-14tool: Tweak 'sqv's flag handling.Justus Winter
2018-05-14tool: Bump dependency.Justus Winter
2018-05-11tool: Generalize usage generation and document 'sqv'.Justus Winter
2018-05-11tool: Allow hex-dumping when decrypting data.Justus Winter
2018-05-03tool: Extend dump to write hexdumps with maps.Justus Winter
2018-05-03tool: Move the decryption command to a new file.Justus Winter
2018-05-03tool: Remove debugging remnant.Justus Winter
2018-05-03tool: Remove superfluous macro_use.Justus Winter
2018-05-03tool: Improve sqv.Justus Winter
2018-05-01tool: Add new tool, sqv.Neal H. Walfield
2018-04-23openpgp: Enums for various alogrithmsKai Michaelis
2018-03-26tool: Add decryption subcommand.Justus Winter
2018-03-26tool: Rework indentation.Justus Winter
2018-03-26tool: Create completion scripts for bash and fish.Justus Winter
2018-03-26tool: Move command line parser to its own file.Justus Winter
2018-03-26tool: Add missing usage documentation.Justus Winter
2018-03-23openpgp: Move the TPK type definition to openpgp proper.Justus Winter
2018-02-06tool: Improve log display.Justus Winter
2018-01-23Use the failure crate to handle errors.Justus Winter