summaryrefslogtreecommitdiffstats
path: root/tool
AgeCommit message (Expand)Author
2019-06-28openpgp: Make struct MPI opaque.Justus Winter
2019-06-27openpgp: Rework secret key handling.Justus Winter
2019-06-24openpgp, tool: Fix decryption.Justus Winter
2019-06-19net: Replace or remove commentsjuga
2019-06-18tool: If make-usage.sh exits abnormally don't update the target fileNeal H. Walfield
2019-06-18tool: Make make-usage.sh more robustNeal H. Walfield
2019-06-18tool: Fix argument parsing for the wkd subcommandNeal H. Walfield
2019-06-18tool: Update sq-usage.rs with current clijuga
2019-06-14Release 0.8.0.v0.8.0Justus Winter
2019-06-11tool: Add headers to exported enarmored TPKsjuga
2019-06-04tool: Change wkd get to dump armor by defaultjuga
2019-06-02tool: stop panicking when wkd get without argumentsjuga
2019-06-01tool, sqv: Use CARGO_PKG_VERSION.Justus Winter
2019-05-30openpgp: Make PKESK::decrypt use crypto::Decryptor.Justus Winter
2019-05-28tool: Add wkd command and get, url subcommandsjuga
2019-05-22openpgp: Trait Serialize/Parse cleanup.Justus Winter
2019-05-20sqv, tool: Make build script more robust.Justus Winter
2019-05-20openpgp: Rename field 'iterations' to 'hash_bytes'.Justus Winter
2019-05-17tool: Support setting the expiration time on new keysNeal H. Walfield
2019-05-17tool: Fix handling of missing subcommands.Justus Winter
2019-05-15core, store, tool: Use realm instead of domain.Justus Winter
2019-05-15tool: Fix test.Justus Winter
2019-05-14openpgp, openpgp-ffi: Normalize TPK::revoked()Neal H. Walfield
2019-05-11tool: Make sq inspect fail more verboselyNeal H. Walfield
2019-05-11tool: Fix hintNeal H. Walfield
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