summaryrefslogtreecommitdiffstats
path: root/tool
AgeCommit message (Expand)Author
2019-04-04tool: Include error messages when dumping unknown packets.Justus Winter
2019-04-03openpgp: Reverse the order of signature groups.Justus Winter
2019-04-02openpgp: Support the Trust packet.Justus Winter
2019-04-02openpgp: Improve the VerificationHelper protocol.Justus Winter
2019-04-02Install completion files.Doron Behar
2019-04-01openpgp: Support the marker packet.Justus Winter
2019-03-28Fix intra-workspace dependencies.Justus Winter
2019-03-28Point to the version-specific documentation.Justus Winter
2019-03-28openpgp: Consistently abbreviate symmetric algorithm.Justus Winter
2019-03-28openpgp: Rename methods related to symmetric algorithms.Justus Winter
2019-03-26openpgp: Add enum Signature.Justus Winter
2019-03-26tool: Read passwords from the tty.Justus Winter
2019-03-25tool: Dump session keys.Justus Winter
2019-03-25openpgp: Rework the DecryptionHelper trait.Justus Winter
2019-03-25tool: Use the new API.Justus Winter
2019-03-21openpgp: Rename `UserID::userid()` to `value()`.Justus Winter
2019-03-21tool: Dump user attribute subpackets.Justus Winter
2019-03-21openpgp: Rename UserAttribute's accessors.Justus Winter
2019-03-18openpgp: Make cipher algorithm configurable in streaming Encryptor.Justus Winter
2019-03-18openpgp: Make hash algorithm configurable in streaming Signer.Justus Winter
2019-03-18tool: Dump the size of public keys.Justus Winter
2019-03-14Release 0.5.0.v0.5.0Justus Winter
2019-03-14tool: Add option to set the kind of armored data.Justus Winter
2019-03-14openpgp: Replace TPK::select_keys with an iterator.Neal H. Walfield
2019-03-13sq: Support dumping encrypted messages.Justus Winter
2019-03-13sq: New subcommand 'packet'.Justus Winter
2019-02-19Release 0.4.0.v0.4.0Justus Winter
2019-02-19openpgp: Return &[Signature] from TPK accessors.Justus Winter
2019-02-19tool: New command sq inspect.Justus Winter
2019-01-15tool: Drop unreachable code.Justus Winter
2019-01-15tool: Introduce key manipulation subcommand.Justus Winter
2019-01-15tool: Move key generation to a new module.Justus Winter
2019-01-15openpgp: Hand a Vec<crypto::Signer> to stream::Signer.Justus Winter
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