summaryrefslogtreecommitdiffstats
path: root/tool
AgeCommit message (Expand)Author
2018-11-14Avoid identity slicing.Justus Winter
2018-11-13tool: update usageKai Michaelis
2018-11-13tool: remove --output, don't silently dump rev-certKai Michaelis
2018-11-13tool: add keygen subcmdKai Michaelis
2018-11-12tool: Fix.Justus Winter
2018-11-12tool: Add note.Justus Winter
2018-10-30openpgp: Implement Serialize for TPK and TSK.Justus Winter
2018-10-23openpgp: Move the Password type to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move the hash_file(..) function to openpgp::crypto.Justus Winter
2018-10-23openpgp: Move S2K to openpgp::crypto.Justus Winter
2018-10-23openpgp, tool: Improve iteration over packet maps.Justus Winter
2018-10-23openpgp: Move Map into a new module.Justus Winter
2018-10-16openpgp: Move the CTB module to openpgp::packet.Justus Winter
2018-10-16openpgp: Improve the streaming writer API.Justus Winter
2018-10-11openpgp: Add support for the AEAD encrypted data packet.Justus Winter
2018-10-10openpgp: Add support for SKESKv5 packets.Justus Winter
2018-10-09openpgp: Support the Preferred AEAD Algorithm subpacket.Justus Winter
2018-10-09openpgp: Don't return the depth from PacketParser::{next,recurse}Neal H. Walfield
2018-10-09openpgp: Drop redundant recursive_depth field.Neal H. Walfield
2018-10-08tool: Bump prettytable to 0.8.Justus Winter
2018-10-06tool: Dump output belongs on stderr.Neal H. Walfield
2018-10-01tool: Also show the computed MDC's hash.Neal H. Walfield
2018-10-01tool: Fix spelling.Neal H. Walfield
2018-10-01tool: Also display a Signature Expiration Time's absolute valueNeal H. Walfield
2018-09-28openpgp: Check intended recipients in the decryptor.Justus Winter
2018-09-28tool: Only ask for passwords if SKESK packets are present.Justus Winter
2018-09-28tool: Optionally sign data when encrypting.Justus Winter
2018-09-28openpgp: Introduce and use a type holding passwords.Justus Winter
2018-09-28tool: Draw a tree of packet when dumping.Justus Winter
2018-09-28tool: Hand in headers, packets, and maps by value.Justus Winter
2018-09-28tool: Introduce struct PacketDumper that handles dumping of packets.Justus Winter
2018-09-27tool: Handle encrypted secret keys handed to sq decrypt as file.Justus Winter
2018-09-27openpgp: Revise the DecryptionHelper trait.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-27tool: Get all subkey ids of explicitly given TPKs.Justus Winter
2018-09-27store: Rename method.Justus Winter
2018-09-27openpgp: Rename members of VerificationResult.Justus Winter
2018-09-27tool: Rework indentation handling.Justus Winter
2018-09-27tool: Print CTB and length when dumping packets.Justus Winter
2018-09-27tool: Move packet dumping code to a new module.Justus Winter
2018-09-25tool: Use the new streaming decryptor.Justus Winter
2018-09-25tool: Add signature verification threshold parameter.Justus Winter
2018-09-25tool: Move decryption function to its own module.Justus Winter
2018-09-25tool: Prepare for command submodules.Justus Winter
2018-09-24tool: Implement notarization of messages.Justus Winter
2018-09-24tool: Implement appending notarizations.Justus Winter
2018-09-24tool: Drop debugging remnant.Justus Winter
2018-09-21openpgp: Improve the streaming verifier.Justus Winter
2018-09-20openpgp: Add proper revocation support to TPKs.Neal H. Walfield