summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include
AgeCommit message (Expand)Author
2020-05-06openpgp: Streamline iteration over MessageStructure.Justus Winter
2020-04-28openpgp: Rework Cert::revoke_in_place.Neal H. Walfield
2020-04-28openpgp: Rename Cert::revoked, etc. to revocation_statusNeal H. Walfield
2020-04-08openpgp: Move methods mapping and inspect to VerificationHelper.Justus Winter
2020-04-06openpgp: Rename VerificationHelper::get_public_keys to get_certs.Justus Winter
2020-04-03openpgp: Rename KeyIter to KeyAmalgamationIterNeal H. Walfield
2020-04-02openpgp-ffi: Use UserIDAmalgamations, not UserIDBundles.Neal H. Walfield
2020-04-02openpgp-ffo: Fix typo.Neal H. Walfield
2020-04-02openpgp-ffi: A Rust bool is a C _Bool, not a C int.Neal H. Walfield
2020-03-27openpgp: Explain binding signature lookup failures.Justus Winter
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-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-ffi: Add missing argument to pgp_cert_primary_user_id.Neal H. Walfield
2020-03-03openpgp: Only impl Serialize for objects that are normally exported.Neal H. Walfield
2020-02-26openpgp: Complete the binding -> bundle rename.Neal H. Walfield
2020-02-19openpgp: Split VerificationResult.Justus Winter
2020-02-12openpgp: Add optional cipher argument to DecryptionHelper::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-07openpgp: Rename Cert::set_expiry to set_expiration_time.Justus Winter
2020-02-06autocrypt: New crate.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-02-05openpgp-ffi: Provide pgp_armor_writer_finalize.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-16openpgp: Remove variant VerificationResult::BadChecksum.Justus Winter
2020-01-13openpgp: Add Error variant to VerificationResult.Neal H. Walfield
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-09openpgp: Remove Signature::key_expired.Justus Winter
2019-12-09openpgp: Remove Signature::signature_expired.Justus Winter
2019-12-09openpgp: Return result from Cert::alive, remove Cert::expired.Justus Winter
2019-12-09openpgp: Return Result from Signature::key_alive.Justus Winter
2019-12-09openpgp: Return Result from Signature::signature_alive.Justus Winter
2019-12-09openpgp: New errors Expired and NotYetLive.Justus Winter
2019-12-09openpgp, openpgp-ffi: Fix small issues introduced when renaming TPK.Justus Winter
2019-12-04openpgp: Refine CertBuilder::add_encryption_subkey.Justus Winter
2019-12-04openpgp: Rename KeyFlag's accessors.Justus Winter
2019-12-04openpgp: Rename KeyIter filters.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-27openpgp: Make variants of VerificationResult struct-like, add infos.Justus Winter
2019-11-25OpenPGP User ID convention is "de facto" not "de factor"Daniel Kahn Gillmor
2019-11-25openpgp: Specialize key iterator to return Key<SecretParts, _>.Justus Winter
2019-11-21openpgp: When parsing User IDs, recognize URIs.Neal H. Walfield
2019-11-19openpgp: Use the builder pattern for stream::Signer.Justus Winter