summaryrefslogtreecommitdiffstats
path: root/tool
AgeCommit message (Expand)Author
2019-09-06tool: Support decrypting messages with wildcard recipients.Justus Winter
2019-09-06tool: Rework decryption.Justus Winter
2019-09-06openpgp: Rework streaming encryptor.Justus Winter
2019-09-03tool: Hexdump unknown and invalid subpackets.Justus Winter
2019-09-02tool: Hexdump packet bodies.Justus Winter
2019-09-02tool: Implement compression and padding.Justus Winter
2019-09-02openpgp: Make compression level configurable.Justus Winter
2019-08-27tool: Add 'sq packet join', the inverse to split.Justus Winter
2019-08-27tool: Refactor armor kind parsing.Justus Winter
2019-08-27openpgp: Remove redundant accessors.Neal H. Walfield
2019-08-26tool: Annotate generated keys and revocation certificates.Justus Winter
2019-08-26tool: Annotate TPKs returned from WKD queries.Justus Winter
2019-08-26tool: Annotate TPKs retrieved from keyservers.Justus Winter
2019-08-23openpgp: Use marker types to denote a Key's type.Neal H. Walfield
2019-08-23openpgp: Use a KeyBinding to store the primary key binding in a TPKNeal H. Walfield
2019-08-23openpgp: Rename SubkeyBinding to KeyBinding.Neal H. Walfield
2019-08-23openpgp: Rename SecretKey to SecretKeyMaterial.Neal H. Walfield
2019-08-22Bump rpassword to 0.4.Justus Winter
2019-08-20openpgp: Make choice of AEAD algorithm explicit.Justus Winter
2019-08-20tool: Use consistent terminology in usage.Justus Winter
2019-08-20tool: Update documentation.Justus Winter
2019-08-20tool: Use Cv25519 as the default cipher suite.Justus Winter
2019-08-20tool: Fix creation of TPKs w/o encryption subkey.Justus Winter
2019-08-20net: Drop SKS pool in favor of keys.openpgp.org.Justus Winter
2019-08-19net: Drop the sync variant.Justus Winter
2019-08-19openpgp: Rename sigtype to typ, set_sigtype to set_typ.Justus Winter
2019-07-18openpgp: Move tpk::armor::Encoder to serialize, add constructor.Justus Winter
2019-07-16openpgp: Rework unencrypted secret key handling.Justus Winter
2019-07-15Make more variables immutable.Justus Winter
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