summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert
AgeCommit message (Expand)Author
2020-02-20openpgp: Fix lifetime.Neal H. Walfield
2020-02-20openpgp: Add the with_policy method to the Amalgamation trait.Neal H. Walfield
2020-02-20openpgp: Have ComponentAmalgamation deref to its bundle.Neal H. Walfield
2020-02-20openpgp: Add the bundle method to the Amalgamation trait.Neal H. Walfield
2020-02-20openpgp: Split the ValidAmalgamation trait.Neal H. Walfield
2020-02-20openpgp: Rename the Amalgamation trait to ValidAmalgamation.Neal H. Walfield
2020-02-19openpgp: Add test.Justus Winter
2020-02-19openpgp: Improve tracing output.Justus Winter
2020-02-19openpgp: Improve test.Justus Winter
2020-02-19openpgp: Add test.Justus Winter
2020-02-19openpgp: Move RevocationStatus to module types.Justus Winter
2020-02-19openpgp: New type CertAmalgamation that fixes policy and time.Justus Winter
2020-02-18openpgp: Improve tracking of secret keys.Justus Winter
2020-02-18openpgp: Use predicate Key4::has_secret.Justus Winter
2020-02-18openpgp: Change KeyAmalgamation to Deref to a KeyBundle.Neal H. Walfield
2020-02-18openpgp: Implement Deref for ComponentBundle.Neal H. Walfield
2020-02-17openpgp: Move secret predicates.Justus Winter
2020-02-17openpgp: Reduce use of Key4::set_secret.Justus Winter
2020-02-17openpgp: Test that we preserve secret keys.Justus Winter
2020-02-17openpgp: Reduce the number of explicit key conversions.Justus Winter
2020-02-14openpgp: More carefully validate a KeyAmalgamation.Neal H. Walfield
2020-02-14openpgp: Improve error messages.Neal H. Walfield
2020-02-14openpgp Add KeyAmalgamation::primary.Neal H. Walfield
2020-02-14openpgp: Add an option to change the cipher suite used for subkeys.Neal H. Walfield
2020-02-13openpgp: Provide a hook to allow the user to validate keys.Neal H. Walfield
2020-02-13openpgp: Generalize the conversion functions to reduce duplication.Neal H. Walfield
2020-02-12openpgp: Improve docs.Justus Winter
2020-02-12openpgp: Don't unnecessarily reimplement Amalgamation::with_policy.Neal H. Walfield
2020-02-11openpgp: Use absolute expiration time in cert.Justus Winter
2020-02-11openpgp: Use absolute expiration time in cert builder.Justus Winter
2020-02-11openpgp: Add getter for absolute expiration times in Amalgamation.Justus Winter
2020-02-11openpgp: Call 'expiration time' a 'validity period'.Justus Winter
2020-02-11openpgp: Provide all possible conversions between KeyAmalgamations.Justus Winter
2020-02-11openpgp: Simplify bundle conversions in key amalgamations.Justus Winter
2020-02-11openpgp: Simplify key conversions in key amalgamations.Justus Winter
2020-02-10openpgp: Allow for more than one designated revoker.Justus Winter
2020-02-10openpgp: New type RevocationKey.Justus Winter
2020-02-10openpgp: Extend StandardPolicy to consider hash algorithms.Neal H. Walfield
2020-02-09openpgp: Tidy up code.Neal H. Walfield
2020-02-09openpgp: Check the user's policy before returning a revocation.Neal H. Walfield
2020-02-07openpgp: Conclude this patch series.Justus Winter
2020-02-07openpgp: Add trait cert::Preferences.Justus Winter
2020-02-07openpgp: Implement Amalgamation for ValidPrimaryKeyAmalgamation.Justus Winter
2020-02-07openpgp: Expose ValidPrimaryKeyAmalgamation.Justus Winter
2020-02-07openpgp: Add and use Amalgamation::map.Justus Winter
2020-02-07openpgp: Add Amalgamation::revocation_key.Justus Winter
2020-02-07openpgp: Move ValidKeyAmalgamation::key_expiration_time.Justus Winter
2020-02-07openpgp: Move key flags methods to trait Amalgamation.Justus Winter
2020-02-07openpgp: Rename CertBuilder::set_expiration.Justus Winter
2020-02-07openpgp: Rename Cert::set_expiry to set_expiration_time.Justus Winter