summaryrefslogtreecommitdiffstats
path: root/tool
AgeCommit message (Expand)Author
2019-11-27openpgp: Make variants of VerificationResult struct-like, add infos.Justus Winter
2019-11-26openpgp: Implement From<Fingerprint> for KeyID.Justus Winter
2019-11-25Release 0.12.0.v0.12.0Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-21openpgp: Replace time crate with std::time.Justus Winter
2019-11-20openpgp: Use the builder pattern for stream::Encryptor.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::Compressor.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::LiteralWriter.Justus Winter
2019-11-19openpgp: Use the builder pattern for stream::Signer.Justus Winter
2019-11-19openpgp: Be tolerant when deciding wheter a signature is alive.Neal H. Walfield
2019-11-18Fix more spellingDaniel Kahn Gillmor
2019-11-15tool: Clarify default handling.Justus Winter
2019-11-15openpgp: Add tpk::builder::CipherSuite::RSA4k.Leonhard Markert
2019-11-13tool: Fix indentation of embedded signature packets.Justus Winter
2019-11-13tool: Dump the most important information first.Justus Winter
2019-11-12tool: Print fingerprints and keyids when dumping keys.Justus Winter
2019-11-10openpgp: Distinguish bad signatures from those that are not alive.Neal H. Walfield
2019-11-06openpgp: Replace RFC 2822 parser with a de factor parserNeal H. Walfield
2019-11-05openpgp: Make fields of SubpacketValue private.Justus Winter
2019-10-31Change license to GPLv2+.Neal H. Walfield
2019-10-30Update authors.Neal H. Walfield
2019-10-25Release 0.11.0.v0.11.0Justus Winter
2019-10-24tool: Allow generation of keys with multiple userids.Justus Winter
2019-09-27linting: Clear up bare trait object warningsDaniel Silverstone
2019-09-18openpgp: Change TPK::primary to return the key and not the bindingNeal H. Walfield
2019-09-18openpgp: Combine Signature4::signature_alive and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine Signature4::signature_expired and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine Signature4::key_alive and its _at variant.Neal H. Walfield
2019-09-18openpgp: Combine Signature4::key_expired and its _at variant.Neal H. Walfield
2019-09-18store: Rename store::Pool to Store.Justus Winter
2019-09-18store: Rename store::Store to Mapping.Justus Winter
2019-09-17openpgp: Rename TPK::revocation_status to TPK::revoked.Neal H. Walfield
2019-09-17openpgp: Change TPK::primary_key_signature to take a time.Neal H. Walfield
2019-09-17openpgp: Add a timestamp arg to ComponentBinding::binding_signatureNeal H. Walfield
2019-09-11openpgp: Move packet::KeyFlags to constants.Justus Winter
2019-09-11openpgp: Move packet::BodyLength to packet::header.Justus Winter
2019-09-11openpgp: Move the ctb module to the header module.Justus Winter
2019-09-10openpgp: Make fields of packet::Header private.Justus Winter
2019-09-10openpgp: Make fields of parse::map::Field private.Justus Winter
2019-09-10openpgp: Make password argument polymorphic.Justus Winter
2019-09-10openpgp: Make 'LiteralWriter::new's arguments optional.Justus Winter
2019-09-09tool: Rework 'sq wkd generate's argument handling.Justus Winter
2019-09-09tool: Avoid copy.Justus Winter
2019-09-09net: Introduce enum wkd::Variant.Justus Winter
2019-09-09net: Rework WKD building, insert one TPK at a time.Justus Winter
2019-09-09net: Do not diddle with the permissions.Justus Winter
2019-09-09tool: Add 'wkd generate' subcommand.juga
2019-09-06Release 0.10.0.v0.10.0Justus Winter
2019-09-06tool: Support decrypting messages with wildcard recipients.Justus Winter
2019-09-06tool: Rework decryption.Justus Winter