summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/cert.rs
AgeCommit message (Expand)Author
2020-04-21openpgp: Rename signature::Builder to signature::SignatureBuilder.Wiktor Kwapisiewicz
2020-04-07openpgp: Improve documentation for the serialize module.Justus Winter
2020-04-03Change function names to align to Rust naming conventions.Wiktor Kwapisiewicz
2020-03-27openpgp: Explain binding signature lookup failures.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-02-26openpgp: Remove unnecessary use of .mark_role_primary{,_ref}().Neal H. Walfield
2020-02-26openpgp: Don't unnecessarily use ComponentAmalgamation::bundle.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-20openpgp: Add the bundle method to the Amalgamation trait.Neal H. Walfield
2020-02-20openpgp: Rename the Amalgamation trait to ValidAmalgamation.Neal H. Walfield
2020-02-18openpgp: Use predicate Key4::has_secret.Justus Winter
2020-02-17openpgp: Move secret predicates.Justus Winter
2020-02-17openpgp: Reduce the number of explicit key conversions.Justus Winter
2020-02-10openpgp: Consider sensitive designated revokers when exporting sigs.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-02-05openpgp: Make Cert::into_packets() and to_vec() agree on sig order.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: Reduce the usage of Cert::primary_key_signature.Justus Winter
2020-01-21openpgp: Rename Cert::primary to Cert::primary_key.Justus Winter
2020-01-21openpgp: Avoid use of Cert::primary_key.Justus Winter
2020-01-21openpgp: Remove Cert::direct_signatures() and friends.Justus Winter
2020-01-21openpgp: Rename Cert::primary to Cert::primary_key.Neal H. Walfield
2020-01-20openpgp: Rename ComponentIter::components to bindings.Neal H. Walfield
2020-01-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-20openpgp: New lookup interface for user attributes.Justus Winter
2020-01-08openpgp: Remove creation time argument from *::bind.Justus Winter
2020-01-07Fix broken links in the documentation.Justus Winter
2020-01-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
2019-12-20openpgp: Simplify key iteration interface.Neal H. Walfield
2019-12-06openpgp: Rename signature types.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter