summaryrefslogtreecommitdiffstats
path: root/tool/src/commands/decrypt.rs
AgeCommit message (Expand)Author
2020-03-09Switch from failure to anyhow.Justus Winter
2020-02-18openpgp: Improve tracking of secret keys.Justus Winter
2020-02-12openpgp: Add optional cipher argument to DecryptionHelper::decrypt.Justus Winter
2020-02-12openpgp: Add optional cipher argument to PKESK3::decrypt.Justus Winter
2020-02-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-22openpgp: Rework default component lookup functions.Justus Winter
2020-01-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-18openpgp: Use Cert::keys instead of Cert::subkeys.Justus Winter
2020-01-10openpgp: Pass MessageStructure by value, not reference.Neal H. Walfield
2019-12-18openpgp: Make type aliases for keys pub(crate).Justus Winter
2019-12-12tool: Prefer crossterm library over termsize.Igor Matuszewski
2019-12-06tool: Add packet decrypt that unwraps encryption containers.Justus Winter
2019-12-05openpgp: Make crypto::{Signer,Decryptor} non-polymorphic.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-27openpgp: Fix issuer handling in the streaming verifier.Justus Winter
2019-11-26openpgp: Implement From<Fingerprint> for KeyID.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.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-18store: Rename store::Store to Mapping.Justus Winter
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-06tool: Support decrypting messages with wildcard recipients.Justus Winter
2019-09-06tool: Rework decryption.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-07-15Prepare for Rust 2018.Justus Winter
2019-06-24openpgp, tool: Fix decryption.Justus Winter
2019-05-30openpgp: Make PKESK::decrypt use crypto::Decryptor.Justus Winter
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-04-12tool: Indent based on the terminal size.Justus Winter
2019-04-12tool: Improve packet dumper.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-03-26tool: Read passwords from the tty.Justus Winter
2019-03-25tool: Dump session keys.Justus Winter
2019-03-25openpgp: Rework the DecryptionHelper trait.Justus Winter
2018-12-12openpgp: Move SecretKey to packet::key.Justus Winter
2018-12-07openpgp: Make PacketParser's header field private.Justus Winter
2018-12-07openpgp: Make PacketParser's map field private.Justus Winter
2018-11-24Rename the openpgp crate to sequoia-openpgp.Justus Winter
2018-10-09openpgp: Drop redundant recursive_depth field.Neal H. Walfield
2018-10-06tool: Dump output belongs on stderr.Neal H. Walfield
2018-09-28openpgp: Check intended recipients in the decryptor.Justus Winter