summaryrefslogtreecommitdiffstats
path: root/tool
AgeCommit message (Expand)Author
2019-07-15Switch to Rust 2018.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-07-08tool: Use module-relative paths for imports.Justus Winter
2019-07-08tool: Identify the packet sequence while dumping.Justus Winter
2019-07-08tool: Use absolute paths to the various mpis.Justus Winter
2019-07-08tool: Hand the target width to the dump function.Justus Winter
2019-07-08tool: Use 'dyn' to mark the use of trait objects.Justus Winter
2019-07-08Release 0.9.0.v0.9.0Justus Winter
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