summaryrefslogtreecommitdiffstats
path: root/tool
AgeCommit message (Expand)Author
2020-04-02openpgp: Drop Fingerprint::from_hex in favor of FromStr.Justus Winter
2020-04-02openpgp: Drop KeyID::from_hex in favor of FromStr.Justus Winter
2020-03-27openpgp: Explain binding signature lookup failures.Justus Winter
2020-03-25openpgp: Improve performance of detached signature verification.Justus Winter
2020-03-18openpgp: Move ASCII dumping code to the library.Justus Winter
2020-03-18tool: Add `--known-notation` option to `sq`Wiktor Kwapisiewicz
2020-03-16tool: Improve documentation.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09Reduce use of explicit failure::Fallible.Justus Winter
2020-03-06sq,sqv: Further relax dependency on colored.Daniel Kahn Gillmor
2020-03-04Release 0.15.0.v0.15.0Justus Winter
2020-03-01openpgp: Change KeyIter::subkeys' return type.Neal H. Walfield
2020-02-26openpgp: Don't unnecessarily use ComponentAmalgamation::bundle.Neal H. Walfield
2020-02-26openpgp: Rework KeyAmalgamation to preserve the key's role.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-21openpgp: Remove bare implementations of serialized_len on MPIs.Justus Winter
2020-02-21openpgp: Mark enum Ciphertext as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum SecretKeyMaterial as non-exhaustive.Justus Winter
2020-02-21openpgp: Mark enum PublicKey as non-exhaustive.Justus Winter
2020-02-20openpgp: Add the bundle method to the Amalgamation trait.Neal H. Walfield
2020-02-20openpgp: Typo.Justus Winter
2020-02-20openpgp: Split the ValidAmalgamation trait.Neal H. Walfield
2020-02-20openpgp: Rename the Amalgamation trait to ValidAmalgamation.Neal H. Walfield
2020-02-20sq, sqv: Relax dependency on colored.Daniel Kahn Gillmor
2020-02-19openpgp: Move RevocationStatus to module types.Justus Winter
2020-02-19openpgp: Split VerificationResult.Justus Winter
2020-02-18openpgp: Improve tracking of secret keys.Justus Winter
2020-02-14openpgp: Add an option to change the cipher suite used for subkeys.Neal H. Walfield
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-11sq: Don't round-down validity periods.Justus Winter
2020-02-11openpgp: Use absolute expiration time in cert builder.Justus Winter
2020-02-11openpgp: Call 'expiration time' a 'validity period'.Justus Winter
2020-02-10openpgp: New type RevocationKey.Justus Winter
2020-02-07Release 0.14.0.v0.14.0Justus Winter
2020-02-07Pin dependencies to keep our MSRV stable.Justus Winter
2020-02-07openpgp: Rename CertBuilder::set_expiration.Justus Winter
2020-02-06autocrypt: New crate.Justus Winter
2020-02-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-02-06openpgp: Expose all component-related types in cert::components.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-02-05sq: Inspect user attributes, unknown components and bad sigs.Justus Winter
2020-02-05sq: Fix handling of armored writers.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-24openpgp: Impl Amalgamation for ValidKeyAmalgamation.Justus Winter
2020-01-24openpgp: Reduce the usage of Cert::primary_key_signature.Justus Winter
2020-01-22openpgp: Rework default component lookup functions.Justus Winter
2020-01-21openpgp: Rename Cert::primary to Cert::primary_key.Justus Winter
2020-01-21openpgp: Remove Cert::direct_signatures() and friends.Justus Winter
2020-01-21tool: When inspecting a key, also show keys that are not valid now.Neal H. Walfield