summaryrefslogtreecommitdiffstats
path: root/tool
AgeCommit message (Expand)Author
2019-05-11openpgp: Make {is,possible}_{message,keyring,tpk} return a ResultNeal H. Walfield
2019-05-10Release 0.7.0.v0.7.0Justus Winter
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-05-07openpgp: Rename TPKBuilder::default to TPKBuilder::newNeal H. Walfield
2019-04-29openpgp: New TSK type.Justus Winter
2019-04-24tool: Fix dumping of unknown MPIs.Justus Winter
2019-04-24tool: Drop superfluous newline.Justus Winter
2019-04-24openpgp: Make {PublicKey,Curve}::bits() return Option<usize>.Justus Winter
2019-04-24openpgp: Implement creation and serialization of Autocrypt headers.Justus Winter
2019-04-12Release 0.6.0.v0.6.0Justus Winter
2019-04-12tool: Pretty-print MPIs using the hex dumper.Justus Winter
2019-04-12openpgp: Move the hex dumper to conversions::hex.Justus Winter
2019-04-12tool: Add documentation.Justus Winter
2019-04-12tool: Fix hex dumper.Justus Winter
2019-04-12tool: Indent based on the terminal size.Justus Winter
2019-04-12tool: Improve packet dumper.Justus Winter
2019-04-12tool: Turn HexDumper into an io::Write filter.Justus Winter
2019-04-12tool: Support indenting hexdumps.Justus Winter
2019-04-09tool: Don't ask the user to decrypt a key we don't support.Justus Winter
2019-04-09tool: Fix error handling when decrypting using encrypted keys.Justus Winter
2019-04-09openpgp: Guard signature verifications with a time.Justus Winter
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