summaryrefslogtreecommitdiffstats
path: root/openpgp/src/serialize/cert.rs
AgeCommit message (Expand)Author
2021-11-29Remove unnecessary borrows.Nora Widdecke
2021-09-30Drop unnecessary lifetime notationsLars Wirzenius
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-08-19openpgp: Implement PartialEq for TSK.Justus Winter
2021-08-18openpgp: Simplify TSK's filter mechanism.Justus Winter
2021-04-09Lint: Use next instead of nth(0).Nora Widdecke
2021-03-19openpgp: Simplify key serialization code.Justus Winter
2021-01-12openpgp: Simplify certificate serialization.Justus Winter
2020-12-22openpgp: Implement TSK::armored.Neal H. Walfield
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