summaryrefslogtreecommitdiffstats
path: root/openpgp-ffi/include/sequoia
AgeCommit message (Expand)Author
2019-05-11openpgp: Make {is,possible}_{message,keyring,tpk} return a ResultNeal H. Walfield
2019-05-10Fix typo.Neal H. Walfield
2019-05-09openpgp: Communicate message structure from the decryptor.Justus Winter
2019-05-09openpgp-ffi: Wrap RevocationStatus.Justus Winter
2019-05-09openpgp-ffi: Fix commentNeal H. Walfield
2019-05-09openpgp-ffi: Add some bindings for TPKParserNeal H. Walfield
2019-05-08openpgp-ffi: Add functions to instantiate UserIDsNeal H. Walfield
2019-05-07openpgp-ffi: Fix return typeNeal H. Walfield
2019-05-07openpgp-ffi: Wrap TPKBuilder::general_purposeNeal H. Walfield
2019-05-07openpgp-ffi: Fix C interface.Neal H. Walfield
2019-05-07openpgp-ffi: Add missing values to pgp_tpk_cipher_suite_tNeal H. Walfield
2019-05-07openpgp: Rename TPKBuilder::default to TPKBuilder::newNeal H. Walfield
2019-05-07openpgp-ffi: Add a function to convert a Status to a stringNeal H. Walfield
2019-05-07openpgp-ffi: Add functions to extract the various parts of a User IDNeal H. Walfield
2019-04-29openpgp: New TSK type.Justus Winter
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-04-09openpgp: Guard signature verifications with a time.Justus Winter
2019-04-01openpgp-ffi: Add a convenience function to pretty print a packetNeal H. Walfield
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-22openpgp-ffi: Add convenience functions to work with pgp_reader_t:s.Neal H. Walfield
2019-03-21openpgp-ffi: Reify the verification wrapper.Justus Winter
2019-03-21openpgp-ffi: Reify the decryption wrapper.Justus Winter
2019-03-18openpgp: Make cipher algorithm configurable in streaming Encryptor.Justus Winter
2019-03-18openpgp: Make hash algorithm configurable in streaming Signer.Justus Winter
2019-03-14openpgp-ffi: Fix naming.Neal H. Walfield
2019-03-14openpgp-ffi: Fix prototype.Neal H. Walfield
2019-03-14openpgp: Replace TPK::select_keys with an iterator.Neal H. Walfield
2019-03-11openpgp-ffi: Fix declarations.Neal H. Walfield
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-12openpgp-ffi: Wrap openpgp::packet::Key.Justus Winter
2019-02-12openpgp-ffi: Use the correct type.Justus Winter
2019-02-12openpgp-ffi: Reduce FFI additions.Justus Winter
2019-02-12openpgp-ffi: Wrap openpgp::packet::signature::Signature.Justus Winter
2019-02-12openpgp-ffi: Rename function.Justus Winter
2019-02-06openpgp: New error for unsupported packet types.Justus Winter
2019-02-05openpgp-ffi: Fix pgp_armor_header_t.Justus Winter
2019-01-29openpgp-ffi: Derive Parse.Justus Winter
2019-01-29openpgp-ffi: Use generated to_string() function.Justus Winter
2019-01-29openpgp-ffi: Add missing declaration.Justus Winter
2019-01-29openpgp-ffi: Convert TSK.Justus Winter
2019-01-28openpgp-ffi: Rust bool -> C bool, not int.Neal H. Walfield
2019-01-23openpgp-ffi: Remove pgp_tpk_dump.Justus Winter
2019-01-23openpgp-ffi: Wrap TPK.Justus Winter
2019-01-22openpgp-ffi: Wrap KeyID.Justus Winter