summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/cert.rs
AgeCommit message (Expand)Author
2020-12-15openpgp: Make ComponentAmalgamation return iterator for signatures.Wiktor Kwapisiewicz
2020-12-11openpgp: Fix example.Justus Winter
2020-12-01openpgp: take ownership of KeyFlags bitfieldAzul
2020-11-28openpgp: seal the serialize traits.Azul
2020-11-25openpgp: Add test.Justus Winter
2020-10-18openpgp: Harmonize the order that packets are serialized.Neal H. Walfield
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-06openpgp: Support encrypted keys protected by two octet sum.Justus Winter
2020-10-06openpgp: Add TSK::emit_secret_key_stubs.Justus Winter
2020-10-06openpgp: Improve documentation.Justus Winter
2020-10-02openpgp: Rename Cert::merge_packets to Cert::insert_packets.Justus Winter
2020-08-05openpgp: Don't implement Default for the Bitflags types.Justus Winter
2020-07-28openpgp: Reimplement the KeyFlags struct using Bitfield.Justus Winter
2020-07-27openpgp: Avoid monomorphization of generic_serialize_into.Justus Winter
2020-06-19openpgp: Change how SignatureBuilder emits the sig's creation time.Neal H. Walfield
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