summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/builder.rs
AgeCommit message (Expand)Author
2020-05-13openpgp: Set the primary User ID flag on the first User IDNeal H. Walfield
2020-04-29openpgp: Change Cert::merge_packets to take an IntoIterator.Neal H. Walfield
2020-04-28openpgp: Simplify Cert::try_from conversions from packets.Wiktor Kwapisiewicz
2020-04-28openpgp: Convert `Cert::from_packet_pile` into `TryFrom`Wiktor Kwapisiewicz
2020-04-28openpgp: Rename Cert::revoked, etc. to revocation_statusNeal H. Walfield
2020-04-21openpgp: Rename signature::Builder to signature::SignatureBuilder.Wiktor Kwapisiewicz
2020-04-15openpgp: Drop Cert::primary_userid.Justus Winter
2020-04-15openpgp: Consider all self signatures for designated revokers.Justus Winter
2020-04-15openpgp: Make test more robust.Justus Winter
2020-04-07openpgp: Support setting designated revocations on new keysNeal H. Walfield
2020-04-02openpgp: Change Cert::subkeys to return KeyAmalgamations.Neal H. Walfield
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-18openpgp: Change cert::Builder::set_creation_time to take an Option.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-19openpgp: Move RevocationStatus to module types.Justus Winter
2020-02-18openpgp: Improve tracking of secret keys.Justus Winter
2020-02-17openpgp: Reduce the number of explicit key conversions.Justus Winter
2020-02-14openpgp: Add an option to change the cipher suite used for subkeys.Neal H. Walfield
2020-02-11openpgp: Use absolute expiration time in cert builder.Justus Winter
2020-02-11openpgp: Call 'expiration time' a 'validity period'.Justus Winter
2020-02-07openpgp: Rename CertBuilder::set_expiration.Justus Winter
2020-02-06autocrypt: New crate.Justus Winter
2020-02-06openpgp: Fix name of setter.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-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-24openpgp: Introduce trait Amalgamation.Justus Winter
2020-01-24openpgp: Reduce the usage of Cert::primary_key_signature.Justus Winter
2020-01-21openpgp: Split ConponentAmalgamation.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: Move KeyIter::primary to Cert::primary.Neal H. Walfield
2020-01-21openpgp: Rename Cert::primary to Cert::primary_key.Neal H. Walfield
2020-01-21openpgp: Split KeyAmalgamation.Neal H. Walfield
2020-01-21openpgp: Remove debugging artifacts.Justus Winter
2020-01-21openpgp: Make the various keyflags() methods return an Option.Justus Winter
2020-01-21openpgp: Reduce use of Cert::primary_key_signature.Justus Winter
2020-01-21openpgp: Enforce that KeyAmalgamations have a binding signature.Neal H. Walfield
2020-01-20openpgp: Use the new framework for Cert::userid.Justus Winter
2020-01-08openpgp: Add a creation time setting to the certificate builder.Justus Winter
2020-01-08openpgp: Remove creation time argument from *::bind.Justus Winter
2020-01-08openpgp: Include a reference time in KeyAmalgamation.Neal H. Walfield
2020-01-06openpgp: Consistently use key_flags.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-19openpgp: Change KeyIter to return a struct instead of a tuple.Neal H. Walfield
2019-12-16openpgp: Add methods for primary key binding signatures.Justus Winter
2019-12-16openpgp: Fix terminology.Justus Winter