summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/amalgamation.rs
AgeCommit message (Expand)Author
2021-01-12openpgp: Add an accessor for all component signatures.Justus Winter
2020-12-15openpgp: Use hash_algo_security for self signatures and revocations.Wiktor Kwapisiewicz
2020-12-15openpgp: Make ComponentAmalgamation return iterator for signatures.Wiktor Kwapisiewicz
2020-12-11openpgp: Remove ComponentAmalgamation::revocation_keys.Wiktor Kwapisiewicz
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-11openpgp: Replace `.unwrap()` in doctests with `?`Azul
2020-12-11openpgp: Add functions that only return valid signatures.Wiktor Kwapisiewicz
2020-12-11openpgp: Pass the hash algo's security reqs to Policy::signature.Neal H. Walfield
2020-12-08openpgp: Tweak the assert_send_and_sync macro.Justus Winter
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Require Policies to be Send and Sync.Azul
2020-12-08openpgp: Allow generic types in assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-11-24openpgp: seal traits in cert::amalgamationAzul
2020-10-26openpgp: Use std::matches! instead of custom destructures_to macroIgor Matuszewski
2020-10-26openpgp: seal the Preferences traitAzul
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-09-21openpgp: Fix typos.Nora Widdecke
2020-08-06openpgp: Fix formatting of vector and array literals in examples.Justus Winter
2020-04-28openpgp: Rename Cert::revoked, etc. to revocation_statusNeal H. Walfield
2020-04-15openpgp: Drop Cert::primary_userid.Justus Winter
2020-04-15openpgp: Consider all self signatures for designated revokers.Justus Winter
2020-04-14openpgp: Fix typos.Neal H. Walfield
2020-04-11openpgp: Improve documentation of the cert moduleNeal H. Walfield
2020-04-11openpgp: Remove unused types.Neal H. Walfield
2020-04-10openpgp: Make cert::amalgamation::key a public moduleNeal H. Walfield
2020-04-08openpgp: Add some type aliases.Neal H. Walfield
2020-04-07openpgp: Avoid unnecessarily duplicating the revocation keysNeal H. Walfield
2020-04-07openpgp: Move key related functionality to KeyAmalgamation.Neal H. Walfield
2020-04-07openpgp: Remove convenience methods that don't improve convenienceNeal H. Walfield
2020-04-07openpgp: Remove redundant implementations of direct_key_signatureNeal H. Walfield
2020-04-07openpgp: Add forwarders to ComponentAmalgamation.Neal H. Walfield
2020-04-03openpgp: Rename ComponentBundleIter to ComponentAmalgamationIter.Neal H. Walfield
2020-04-03openpgp: Rename cert/amalgamation/iter.rs to keyiter.rsNeal 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-03-31openpgp: Implement Preferences for ValidCert.Neal H. Walfield
2020-03-31openpgp: Import Result instead of using an absolute path.Neal H. Walfield
2020-03-27openpgp: Align wording of context with Error::NoBindingSignature.Justus Winter
2020-03-27openpgp: Explain binding signature lookup failures.Justus Winter
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-10openpgp: Qualify trait objects using 'dyn'.Justus Winter
2020-03-01openpgp: Avoid unnecessary liveness check.Neal H. Walfield
2020-02-26openpgp: Rework KeyAmalgamation to preserve the key's role.Neal H. Walfield
2020-02-26openpgp: Use a slightly less ambiguous name.Neal H. Walfield
2020-02-26openpgp: Fix lifetime.Neal H. Walfield