summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert
AgeCommit message (Expand)Author
2020-04-03openpgp: Keep the error from the most recent binding signature.Neal H. Walfield
2020-04-03openpgp: Remove unused type.Neal H. Walfield
2020-04-03openpgp: Rename Primary to PrimaryKey.Neal H. Walfield
2020-04-03openpgp: Move key_amalgamation.rs to amalgamation/key.rs.Neal H. Walfield
2020-04-03openpgp: Rename KeyIter to KeyAmalgamationIterNeal H. Walfield
2020-04-03openpgp: Rename ComponentIter to ComponentBundleIterNeal H. Walfield
2020-04-03openpgp: Define types before we use them.Neal H. Walfield
2020-04-03openpgp: Fix some documentation.Neal H. Walfield
2020-04-02openpgp: Remove ComponentBundleIter and related types.Neal H. Walfield
2020-04-02openpgp: Change Cert::subkeys to return KeyAmalgamations.Neal H. Walfield
2020-04-02openpgp: Change Cert::unknowns to return amalgamations.Neal H. Walfield
2020-04-02openpgp: Remove ComponentIter::bundles.Neal H. Walfield
2020-04-02openpgp: Rename cert::components to cert::bundle.Neal H. Walfield
2020-04-02openpgp: Drop KeyID::from_hex in favor of FromStr.Justus Winter
2020-03-31openpgp: Implement Preferences for ValidCert.Neal H. Walfield
2020-03-31openpgp: Add a direct_key_signature method for Cert and ValidCert.Neal H. Walfield
2020-03-31openpgp: Use a more accurate lifetime.Neal H. Walfield
2020-03-31openpgp: Import Result instead of using an absolute path.Neal H. Walfield
2020-03-31openpgp: Improve summary line of modules and types.Justus Winter
2020-03-30Allow unused parens on generated codeIgor Matuszewski
2020-03-27Fix merging UserIDs with other revocationsJakub Onderka
2020-03-27openpgp: Align wording of context with Error::NoBindingSignature.Justus Winter
2020-03-27openpgp: Explain binding signature lookup failures.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-26openpgp: A ValidComponent must come from a ValidCert.Neal H. Walfield
2020-03-26openpgp: Have validated components return a validated cert.Neal H. Walfield
2020-03-26openpgp: Embed a ValidCert in a ValidComponentAmalgamationNeal H. Walfield
2020-03-26openpgp: Fix lifetimes.Neal H. Walfield
2020-03-26openpgp: Implement Display for ValidCert.Neal H. Walfield
2020-03-26openpgp: Embed a ValidCert in a ValidKeyAmalgamationNeal H. Walfield
2020-03-26openpgp: Add a method to ValidCert to return the bare CertNeal H. Walfield
2020-03-26openpgp: ValidCert should implement Debug and Clone.Neal H. Walfield
2020-03-26openpgp: ValidCert::with_policy should be fallible.Neal H. Walfield
2020-03-20openpgp: Take a reference instead of ownership.Neal H. Walfield
2020-03-20openpgp: Remove `to_hex` in KeyHandle, KeyID and Fingerprint.Wiktor Kwapisiewicz
2020-03-18openpgp: Change cert::Builder::set_creation_time to take an Option.Neal H. Walfield
2020-03-10openpgp: Qualify trait objects using 'dyn'.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-06openpgp: Make ValidCert::primary_key infallible.Neal H. Walfield
2020-03-05openpgp: Make it easy to set the expiration time for subkeys.Neal H. Walfield
2020-03-01openpgp: Remove KeyBundleIter.Neal H. Walfield
2020-03-01openpgp: Rename CertAmalgamation to ValidCert.Neal H. Walfield
2020-03-01openpgp: Only create a CertAmalgamation if it is valid.Neal H. Walfield
2020-03-01openpgp: Avoid unnecessary liveness check.Neal H. Walfield
2020-03-01openpgp: Also add KeyIter::subkeys to ValidKeyIter.Neal H. Walfield
2020-03-01openpgp: Change KeyIter::subkeys' return type.Neal H. Walfield
2020-03-01openpgp: Add additional conversions for {,Valid}KeyAmalgamation.Neal H. Walfield
2020-03-01openpgp: Add a function to unwrap a ValidKeyAmgalamtion.Neal H. Walfield
2020-02-28openpgp: Implement Iterator for more variants of {,Valid}KeyIter.Neal H. Walfield
2020-02-28openpgp: Generalize TryFrom<{,Valid}ErasedKeyAmalgamation>.Neal H. Walfield