summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/cert_armored.rs
AgeCommit message (Expand)Author
2020-12-22openpgp: Implement TSK::armored.Neal H. Walfield
2020-12-22openpgp: Clean up documentation.Neal H. Walfield
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-11-28openpgp: seal the serialize traits.Azul
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-07-27openpgp: Avoid monomorphization of generic_serialize_into.Justus Winter
2020-04-28openpgp: Rename Cert::revoked, etc. to revocation_statusNeal H. Walfield
2020-04-20openpgp: Add armor::Writer::with_headers.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-03-01openpgp: Use a policy to determine what components are valid.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-19openpgp: Move RevocationStatus to module types.Justus Winter
2020-02-06openpgp: Use CertBuilder::general_purpose in tests.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-02-05openpgp: Fix serialization of armored certificates.Justus Winter
2020-01-31openpgp: Add a policy object.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
2019-12-09openpgp: Return Result from Signature::signature_alive.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter