summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/key_amalgamation.rs
AgeCommit message (Expand)Author
2020-02-20openpgp: Add the with_policy method to the Amalgamation trait.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: Move RevocationStatus to module types.Justus Winter
2020-02-18openpgp: Change KeyAmalgamation to Deref to a KeyBundle.Neal H. Walfield
2020-02-17openpgp: Move secret predicates.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-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: Don't unnecessarily reimplement Amalgamation::with_policy.Neal H. Walfield
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-07openpgp: Add trait cert::Preferences.Justus Winter
2020-02-07openpgp: Implement Amalgamation for ValidPrimaryKeyAmalgamation.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-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-24openpgp: Make 'direct_key_signature' a part of trait Amalgamation.Justus Winter
2020-01-24openpgp: Impl Amalgamation for ValidKeyAmalgamation.Justus Winter
2020-01-24openpgp: Typo.Justus Winter
2020-01-24openpgp: Introduce trait Amalgamation.Justus Winter
2020-01-24openpgp: Remove last user of Cert::primary_key_signature.Justus Winter
2020-01-24openpgp: Fix doc.Justus Winter
2020-01-24openpgp: Impl From<ValidKeyAmalgamation> for KeyAmalgamation.Justus Winter
2020-01-24openpgp: Consider direct key signatures in key amalgamations.Justus Winter
2020-01-23openpgp: Have Cert::primary_key return a PrimaryKeyAmalgamation.Neal H. Walfield
2020-01-22openpgp: Use named constructors.Neal H. Walfield
2020-01-21openpgp: Typo.Justus Winter
2020-01-21openpgp: Implement Deref<Target = Key<..>> for KeyAmalgamation.Justus Winter
2020-01-21openpgp: Split KeyAmalgamation.Neal H. Walfield
2020-01-21openpgp: Make the various keyflags() methods return an Option.Justus Winter
2020-01-21openpgp: Synchronize the key_flags API.Neal H. Walfield
2020-01-21openpgp: Enforce that KeyAmalgamations have a binding signature.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: Restructure KeyAmalgamation.Neal H. Walfield
2020-01-20openpgp: New module cert::components.Justus Winter
2020-01-18openpgp: Typo.Justus Winter
2020-01-18openpgp: Introduce private helper to reduce public constraints.Justus Winter
2020-01-18openpgp: Add KeyAmalgamation::component.Justus Winter
2020-01-14openpgp: Add methods to KeyAmalgamation to query the Cert.Neal H. Walfield
2020-01-14openpgp: Add KeyAmalgamation::cert.Neal H. Walfield