summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include/sequoia/openpgp
AgeCommit message (Expand)Author
2020-05-28openpgp: Change the `decrypt` proxy in the decryption helper.Justus Winter
2020-04-06openpgp: Rename VerificationHelper::get_public_keys to get_certs.Justus Winter
2020-04-02openpgp-ffi: Use UserIDAmalgamations, not UserIDBundles.Neal H. Walfield
2020-04-02openpgp-ffi: A Rust bool is a C _Bool, not a C int.Neal H. Walfield
2020-03-25openpgp: Improve performance of detached signature verification.Justus Winter
2020-03-20openpgp-ffi: Change key iterator to return key amalgamations.Neal H. Walfield
2020-03-13openpgp: Add a Null Policy.Neal H. Walfield
2020-02-19openpgp: Split VerificationResult.Justus Winter
2020-02-12openpgp: Add optional cipher argument to DecryptionHelper::decrypt.Justus Winter
2020-02-06openpgp: Rename ComponentBinding to ComponentBundle, etc.Justus Winter
2020-01-31openpgp: Add a policy object.Neal H. Walfield
2020-01-16openpgp: Remove variant VerificationResult::BadChecksum.Justus Winter
2020-01-06openpgp: Pass a timestamp to the KeyIter instead of each filter.Neal H. Walfield
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-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-11-18Fix more spellingDaniel Kahn Gillmor
2019-11-15openpgp: Add tpk::builder::CipherSuite::RSA4k.Leonhard Markert
2019-11-10openpgp: Distinguish bad signatures from those that are not alive.Neal H. Walfield
2019-10-28openpgp-ffi: Fix returning pgp_tag_t.Justus Winter
2019-09-06openpgp: Rework streaming encryptor.Justus Winter
2019-08-27openpgp: Limit size of non-data packets.Justus Winter
2019-06-27openpgp: Rework secret key handling.Justus Winter
2019-05-21openpgp: New error for unsupported compression algorithms.Justus Winter
2019-05-15openpgp-ffi: Add some bindings for Literal data packetsNeal H. Walfield
2019-05-15openpgp-ffi: Expose the inspect callback in the C APINeal H. Walfield
2019-05-15openpgp: Support generating 2k RSA keysNeal H. Walfield
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-05-09openpgp-ffi: Add some bindings for TPKParserNeal H. Walfield
2019-05-07openpgp-ffi: Add missing values to pgp_tpk_cipher_suite_tNeal H. Walfield
2019-05-07openpgp-ffi: Add a function to convert a Status to a stringNeal H. Walfield
2019-04-29openpgp-ffi: Introduce a new Packet type.Justus Winter
2019-04-29openpgp-ffi: Move packet prototypes to a new file.Justus Winter
2019-03-25openpgp: Rework the DecryptionHelper trait.Justus Winter
2019-03-25openpgp-ffi: Wrap crypto::SessionKey and crypto::Password.Justus Winter
2019-03-25openpgp-ffi: Rename type.Justus Winter
2019-03-25openpgp-ffi: Rename types.Justus Winter
2019-03-11openpgp-ffi: Avoid C++ keywords in identifiersNeal H. Walfield
2019-03-11openpgp-ffi: Finish sq_ to pgp_ rename.Neal H. Walfield
2019-03-11openpgp-ffi: Move all type declarations to <sequoia/openpgp/types.h>Neal H. Walfield
2019-02-06openpgp: New error for unsupported packet types.Justus Winter
2019-01-29openpgp-ffi: Use generated to_string() function.Justus Winter
2019-01-17openpgp-ffi: Rename 'pgp_p_key*' to 'pgp_key*'.Justus Winter
2019-01-17openpgp-ffi: Change prefix from 'sq' to 'pgp'.Justus Winter
2019-01-17openpgp-ffi: New crate.Justus Winter