summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/src
AgeCommit message (Expand)Author
2020-04-02openpgp: Drop KeyID::from_hex in favor of FromStr.Justus Winter
2020-03-31ffi: Move around UNIX-specifix importIgor Matuszewski
2020-03-27openpgp: Explain binding signature lookup failures.Justus Winter
2020-03-26Remove redundant field names.Wiktor Kwapisiewicz
2020-03-26openpgp: Have validated components return a validated cert.Neal H. Walfield
2020-03-25openpgp: Improve performance of detached signature verification.Justus Winter
2020-03-23openpgp-ffi: Add pgp_valid_key_amalgamation_with_policy.Neal H. Walfield
2020-03-20openpgp: Add a function to set the expiry of subkeys using the FFI.Neal H. Walfield
2020-03-20openpgp-ffi: Change key iterator to return key amalgamations.Neal H. Walfield
2020-03-20openpgp: Remove `to_hex` in KeyHandle, KeyID and Fingerprint.Wiktor Kwapisiewicz
2020-03-18openpgp-ffi: Add pgp_cert_builder_set_creation_time.Neal H. Walfield
2020-03-13openpgp: Add a Null Policy.Neal H. Walfield
2020-03-13openpgp: Change pgp_writer_stack_message to take a reference.Neal H. Walfield
2020-03-13openpgp-ffi: Add missing argument to pgp_cert_primary_user_id.Neal H. Walfield
2020-03-11openpgp-ffi: Avoid undefined behavior.Justus Winter
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-09Reduce use of explicit failure::Fallible.Justus Winter
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-02-27openpgp: Make KeyIter and ValidKeyIter generic over the key's role.Neal H. Walfield
2020-02-26openpgp: Complete the binding -> bundle rename.Neal H. Walfield
2020-02-26openpgp: Add a prelude file to import things related to certificatesNeal H. Walfield
2020-02-24openpgp: Check critical notations against good-list.Justus Winter
2020-02-20openpgp: Split the ValidAmalgamation 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-19openpgp: Split VerificationResult.Justus Winter
2020-02-17openpgp: Make Recipient::new polymorphic over key variants.Justus Winter
2020-02-12openpgp: Add optional cipher argument to DecryptionHelper::decrypt.Justus Winter
2020-02-12openpgp: Add optional cipher argument to PKESK3::decrypt.Justus Winter
2020-02-11openpgp: Use absolute expiration time in cert.Justus Winter
2020-02-11openpgp: Call 'expiration time' a 'validity period'.Justus Winter
2020-02-09openpgp: Add new error, PolicyViolation.Neal H. Walfield
2020-02-07openpgp: Rename Cert::set_expiry to set_expiration_time.Justus Winter
2020-02-06autocrypt: New crate.Justus Winter
2020-02-06openpgp: Rename methods 'set_policy' to 'with_policy'.Justus Winter
2020-02-06openpgp, openpgp-ffi, ipc: Add missing dyn.Justus Winter
2020-02-06openpgp: Expose all component-related types in cert::components.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-02-05openpgp-ffi: Provide pgp_armor_writer_finalize.Justus Winter
2020-02-05openpgp-ffi: Specialize armor writers.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-29openpgp-ffi: Add a general reader interface.Justus Winter
2020-01-29openpgp-ffi: Add a general writer interface.Justus Winter
2020-01-24openpgp: Impl Amalgamation for ValidKeyAmalgamation.Justus Winter
2020-01-22openpgp: Rework default component lookup functions.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: Rename Cert::primary to Cert::primary_key.Neal H. Walfield
2020-01-21openpgp: Change KeyIter to return KeyAmalgamations.Neal H. Walfield
2020-01-21openpgp: Make the various keyflags() methods return an Option.Justus Winter