summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/prelude.rs
AgeCommit message (Expand)Author
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-05-05openpgp: Don't export internal data structures.Neal H. Walfield
2020-04-29openpgp: Reduce visibility of CertValidator.Wiktor Kwapisiewicz
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-03openpgp: Rename ComponentBundleIter to ComponentAmalgamationIter.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-02openpgp: Remove ComponentBundleIter and related types.Neal H. Walfield
2020-04-02openpgp: Rename cert::components to cert::bundle.Neal H. Walfield
2020-03-01openpgp: Rename CertAmalgamation to ValidCert.Neal H. Walfield
2020-02-26openpgp: Clean up exports.Neal H. Walfield
2020-02-26openpgp: Rework KeyAmalgamation to preserve the key's role.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield