summaryrefslogtreecommitdiffstats
path: root/openpgp/src/packet/key
AgeCommit message (Expand)Author
2021-09-30Allow a pointer-to-pointer transmutationLars Wirzenius
2020-06-02openpgp: Break up packet::keyNeal H. Walfield
2020-04-01openpgp: Rename.Justus Winter
2020-03-27openpgp: Define equality using the serialized OpenPGP form.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09openpgp: Update nettle to 7.0.0.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-02-26openpgp: Rework KeyAmalgamation to preserve the key's role.Neal H. Walfield
2020-02-26openpgp: Fix macro.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-18openpgp: Improve tracking of secret keys.Justus Winter
2020-02-18openpgp: Use predicate Key4::has_secret.Justus Winter
2020-02-18openpgp: In the key conversions, add a lifetime to all references.Neal H. Walfield
2020-02-17openpgp: Move secret predicates.Justus Winter
2020-02-17openpgp: Make PKESK3::for_recipient polymorphic over key parts.Justus Winter
2020-02-13openpgp: Generalize the conversion functions to reduce duplication.Neal H. Walfield
2020-02-12openpgp: Add optional cipher argument to PKESK3::decrypt.Justus Winter
2020-02-11openpgp: Provide ValidKeyAmalgamation conversion in marker trait.Justus Winter
2020-02-11openpgp: Provide bundle conversion functions in marker traits.Justus Winter
2020-02-11openpgp: Provide key conversion functions in marker traits.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-01-24openpgp: Drop SubpacketArea{,s}::empty in favor of Default.Justus Winter
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-21openpgp: Removed unused indices.Justus Winter
2020-01-20openpgp: New module cert::components.Justus Winter
2020-01-16openpgp: Return Result<()> from Signature::verify*.Justus Winter
2020-01-16openpgp: Move the high-level methods to packet::Signature.Justus Winter
2020-01-13openpgp: Add a function to return a Key's KeyHandle.Neal H. Walfield
2020-01-08openpgp: Explicitly implement PartialEq, Hash for packets.Justus Winter
2020-01-07openpgp: Include the signing key's amalgamation in results.Justus Winter
2020-01-03openpgp: Move crypto::s2k::S2K to crypto.Justus Winter
2020-01-03openpgp: Fix PartialEq, Hash for mem::Encrypted.Justus Winter
2020-01-03openpgp: Explicitly implement Eq and Hash if PartialEq is.Justus Winter
2019-12-19openpgp: Make crypto::mem public and improve the documentation.Justus Winter
2019-12-18openpgp: Fix name of conversion functions.Justus Winter
2019-12-18openpgp: Make type aliases for keys pub(crate).Justus Winter
2019-12-17openpgp: Improve test.Justus Winter
2019-12-13openpgp: Make Key4::set_creation_time more flexible.Justus Winter
2019-12-05openpgp: Allow Key4?::public_cmp to compare different key flavors.Justus Winter
2019-12-05openpgp: Turn Key4?::public_cmp into a method.Justus Winter
2019-12-03openpgp: Use Timestamp in SignatureCreationTime.Justus Winter
2019-12-03openpgp: Use Timestamp in packet::Key.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-26openpgp: Implement From<Fingerprint> for KeyID.Justus Winter
2019-11-25openpgp: Rename openpgp::constants to openpgp::types.Justus Winter
2019-11-22openpgp: Make constructors specific to their public parts.Justus Winter