summaryrefslogtreecommitdiffstats
path: root/openpgp/src/cert/bindings.rs
AgeCommit message (Expand)Author
2021-10-05Fix typos.Neal H. Walfield
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-03-30Fix terminology: certificate vs. certification.Heiko
2020-12-15openpgp: Make ComponentAmalgamation return iterator for signatures.Wiktor Kwapisiewicz
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-01openpgp: take ownership of KeyFlags bitfieldAzul
2020-10-14Use 'Examples' for the examples section.Justus Winter
2020-10-02openpgp: Rename Cert::merge_packets to Cert::insert_packets.Justus Winter
2020-09-16openpgp: Improve documentation.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-24openpgp: Fix hiding imports in doctests.Wiktor Kwapisiewicz
2020-06-29openpgp: Don't unnecessarily set signature subpackets.Neal H. Walfield
2020-04-29openpgp: Change Cert::merge_packets to take an IntoIterator.Neal H. Walfield
2020-04-21openpgp: Rename signature::Builder to signature::SignatureBuilder.Wiktor Kwapisiewicz
2020-04-03Change function names to align to Rust naming conventions.Wiktor Kwapisiewicz
2020-02-26openpgp: Don't unnecessarily use ComponentAmalgamation::bundle.Neal H. Walfield
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-23openpgp: Remove redundant use of Key::mark_role_primary_ref.Neal H. Walfield
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: 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-06openpgp: Consistently use key_flags.Justus Winter
2020-01-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
2020-01-04openpgp: Change KeyIter::key_flags to not require an owned KeyFlags.Neal H. Walfield
2019-12-20openpgp: Simplify key iteration interface.Neal H. Walfield
2019-12-18openpgp: Make type aliases for keys pub(crate).Justus Winter
2019-12-06openpgp: Rename signature types.Justus Winter
2019-12-05openpgp: Make crypto::{Signer,Decryptor} non-polymorphic.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-12-03openpgp: Remove all calls to Time::canonicalize.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter