summaryrefslogtreecommitdiffstats
path: root/tool
AgeCommit message (Expand)Author
2019-01-10tool: Generate keys protected with a password.Justus Winter
2019-01-07tool: Update documentation.Justus Winter
2019-01-07tool: Drop dependency on promptly.Justus Winter
2018-12-18Release 0.3.0.v0.3.0Justus Winter
2018-12-18tool: Move the signing code to a new module.Justus Winter
2018-12-18tool: Always display prefix of literal data.Justus Winter
2018-12-17openpgp: Change KeyIter to also return the RevocationStatus.Neal H. Walfield
2018-12-14openpgp: Introduce trait Parse.Justus Winter
2018-12-12openpgp: Move SecretKey to packet::key.Justus Winter
2018-12-11tool: ask before overwriting files, add --forceKai Michaelis
2018-12-07openpgp: Make PacketParser's header field private.Justus Winter
2018-12-07openpgp: Make PacketParser's map field private.Justus Winter
2018-12-05openpgp: Drop openpgp::Reader.Justus Winter
2018-11-27Fix the gitlab badges.Justus Winter
2018-11-26Release 0.2.0.v0.2.0Justus Winter
2018-11-26sqv: Move sqv into a new crate.Justus Winter
2018-11-26tool: Implement verification of detached sigs.Justus Winter
2018-11-26openpgp: move Features, KeyFlags and KySrvPrf. into own filesKai Michaelis
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-11-24Fix mail address.Justus Winter
2018-11-24Update packaging metadata in preparation for a release.Justus Winter
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