summaryrefslogtreecommitdiffstats
path: root/tool
AgeCommit message (Expand)Author
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
2020-01-21openpgp: Rename Cert::primary to Cert::primary_key.Neal H. Walfield
2020-01-21openpgp: Change KeyIter to return KeyAmalgamations.Neal H. Walfield
2020-01-21openpgp: Make the various keyflags() methods return an Option.Justus Winter
2020-01-21openpgp: Enforce that KeyAmalgamations have a binding signature.Neal H. Walfield
2020-01-20openpgp: Rename ComponentIter::components to bindings.Neal H. Walfield
2020-01-20openpgp: Rename ComponentAmalgamation::component_binding.Justus Winter
2020-01-20openpgp: Rename {Key,Component}Amalgamation::component.Justus Winter
2020-01-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-20openpgp: Simplify code.Neal H. Walfield
2020-01-20openpgp: Fix comment.Neal H. Walfield
2020-01-20tool: Drop unnecessary clone.Neal H. Walfield
2020-01-18openpgp: Use Cert::keys instead of Cert::subkeys.Justus Winter
2020-01-17tool: Add an option to specify the signing time.Neal H. Walfield
2020-01-16openpgp: Remove variant VerificationResult::BadChecksum.Justus Winter
2020-01-14openpgp: Remove unneeded fields from VerificationResult::NotAlive.Neal H. Walfield
2020-01-13openpgp: Add Error variant to VerificationResult.Neal H. Walfield
2020-01-10openpgp: Pass MessageStructure by value, not reference.Neal H. Walfield
2020-01-07openpgp: Include the signing key's amalgamation in results.Justus Winter
2020-01-07Revert "tool: Report whether a regex subpacket has a trailing NUL"Neal H. Walfield
2020-01-07tool: Report whether a regex subpacket has a trailing NULNeal H. Walfield
2020-01-06openpgp: Consistently use key_flags.Justus Winter
2020-01-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
2020-01-04openpgp: Change KeyIter::key_flags to not require an owned KeyFlags.Neal H. Walfield
2020-01-03openpgp: Abbreviate CompressedData::algorithm to algo.Justus Winter
2020-01-03openpgp: Move crypto::s2k::S2K to crypto.Justus Winter
2020-01-02openpgp: Mark enum SignatureValue non-exhaustive.Justus Winter
2020-01-02openpgp: Change SubpacketValue::Unknown to store the tag.Justus Winter
2020-01-02openpgp: Mark packet version enums as non-exhaustive.Justus Winter
2020-01-02openpgp: Mark enum Packet non-exhaustive.Justus Winter
2019-12-20Release 0.13.0.v0.13.0Justus Winter
2019-12-20sq: When splitting packets, add Unkown if we don't understand them.Justus Winter
2019-12-20openpgp: Simplify key iteration interface.Neal H. Walfield