summaryrefslogtreecommitdiffstats
path: root/tool/src/commands
AgeCommit message (Expand)Author
2020-10-14sq: Rename module to 'sequoia-sq'.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-09-02tool: Improve description.Neal H. Walfield
2020-08-20openpgp: Add optional parameters to unknown S2K variants.Justus Winter
2020-08-20openpgp: Make SKESK?::esk and SKESK5::aead_iv fallible.Justus Winter
2020-08-20openpgp: Make key::Encrypted::ciphertext fallible.Justus Winter
2020-08-17openpgp: Move crypto::Keygrip to the ipc crate.Justus Winter
2020-08-17openpgp: Rename PublicKey::keygrip to Keygrip::of.Justus Winter
2020-08-12openpgp: Change accessors to return all issuers.Neal H. Walfield
2020-08-11openpgp: Mark S2K as non-exhaustive to allow future extensions.Justus Winter
2020-08-11openpgp: Mark S2K::Simple and S2K::Salted as deprecated.Justus Winter
2020-08-06sq: Make dumping corrupted OpenPGP data more robust.Justus Winter
2020-08-05openpgp: Don't implement Default for the Bitflags types.Justus Winter
2020-08-04sq: Remove superfluous use.Justus Winter
2020-08-03openpgp: Change CertBuilder to use a relative expiration time.Neal H. Walfield
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-07-24openpgp: Improve PacketParserResult::as_ref, as_mut, and map.Justus Winter
2020-07-15sq: Dump header length if available.Justus Winter
2020-07-06sq: Improve rendering of revocations.Justus Winter
2020-07-06sq: Typo.Justus Winter
2020-06-16tool: Fix whitespace.Neal H. Walfield
2020-06-16tool: Have 'sq inspect' show whether the secret key is encryptedNeal H. Walfield
2020-06-16tool: Make 'sq packet dump' always summarize the secret key materialNeal H. Walfield
2020-05-28openpgp: Change the `decrypt` proxy in the decryption helper.Justus Winter
2020-05-28openpgp: Change PKESK::decrypt to return an Option<_>.Justus Winter
2020-05-13openpgp: Unawkwardify Encryptor::add_password.Justus Winter
2020-05-07openpgp: Configure mapping in the builder, remove from Helper trait.Justus Winter
2020-05-07openpgp: Use a builder to construct Decryptor.Justus Winter
2020-05-07openpgp: Use a builder to construct Verifier.Justus Winter
2020-05-07openpgp: Use a builder to construct DetachedVerifier.Justus Winter
2020-05-06openpgp: Streamline iteration over MessageStructure.Justus Winter
2020-04-28openpgp: Convert `Cert::from_packet_pile` into `TryFrom`Wiktor Kwapisiewicz
2020-04-28openpgp: Rename Cert::revoked, etc. to revocation_statusNeal H. Walfield
2020-04-21sq: Use the new armoring filter.Justus Winter
2020-04-21sq: Rework recipient handling.Justus Winter
2020-04-20openpgp: Add armor::Writer::with_headers.Justus Winter
2020-04-16Revert "openpgp: Make PacketParserResult a std::result::Result."Justus Winter
2020-04-15openpgp: Drop Cert::primary_userid.Justus Winter
2020-04-09openpgp: Make PacketParserResult a std::result::Result.Justus Winter
2020-04-09openpgp: Remove convenience functions.Justus Winter
2020-04-09openpgp: Rename PacketParserBuilder::finalize to build.Justus Winter
2020-04-08sq: Improve error handling.Justus Winter
2020-04-08openpgp: Replace PacketParser::decrypted with PP::encrypted.Justus Winter
2020-04-08openpgp: Move methods mapping and inspect to VerificationHelper.Justus Winter
2020-04-08openpgp: Rename Field::data to as_bytes.Justus Winter
2020-04-08openpgp: Rename crypto::mpis to crypto::mpiIgor Matuszewski
2020-04-06openpgp: Rename VerificationHelper::get_public_keys to get_certs.Justus Winter
2020-04-03openpgp: Unawkwardify the streaming encryptor.Justus Winter
2020-04-02openpgp: Move the padding module to serialize::stream.Justus Winter
2020-03-27openpgp: Explain binding signature lookup failures.Justus Winter