summaryrefslogtreecommitdiffstats
path: root/tool/src/sqv.rs
AgeCommit message (Expand)Author
2018-11-26sqv: Move sqv into a new crate.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-10-23openpgp: Move the hash_file(..) function to openpgp::crypto.Justus Winter
2018-10-09openpgp: Don't return the depth from PacketParser::{next,recurse}Neal H. Walfield
2018-09-06tool: Drop option to accept multiple signatures from a TPK.Justus Winter
2018-09-03openpgp: Expose packet structs in the packet module.Justus Winter
2018-08-29openpgp: Make the keys() iterator more useful.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-24openpgp: Make PacketParser's next() and recurse() return two tuples.Justus Winter
2018-08-24openpgp: Make struct Signature opaque, add getters and setters.Justus Winter
2018-08-15tool: Create shell completions for sqv.Justus Winter
2018-08-14tool: Implement sqv --not-before and --not-after.Justus Winter
2018-07-02openpgp: Create a special Option-like type for PacketParser.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-13openpgp: Rename Message to PacketPileNeal H. Walfield
2018-06-11openpgp: Do not re-export *Algorithm in the root.Justus Winter
2018-06-06openpgp: Avoid making BufferedReader part of our public APINeal H. Walfield
2018-05-29tool: Transparently handle armored data.Justus Winter
2018-05-17openpgp: Rename HashAlgo to HashAlgorithm.Neal H. Walfield
2018-05-14tool: Tweak 'sqv's flag handling.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