summaryrefslogtreecommitdiffstats
path: root/ffi/include/sequoia/openpgp.h
AgeCommit message (Expand)Author
2019-01-17openpgp-ffi: New crate.Justus Winter
2019-01-17ffi: Do not use a context where an errp suffices.Justus Winter
2019-01-10openpgp: Use Signer when revoking TPKs.Justus Winter
2019-01-10ffi: New function sq_p_key_into_key_pair.Justus Winter
2019-01-10ffi: New module openpgp/crypto.Justus Winter
2019-01-08ffi: Add sq_p_key_clone.Justus Winter
2018-12-28ffi: Add sq_signature_to_packet.Justus Winter
2018-12-28ffi: Add sq_tpk_merge_packets.Justus Winter
2018-12-27ffi: Fix function prototype and formatting.Justus Winter
2018-12-27ffi: Add sq_signature_free.Justus Winter
2018-12-17ffi: Add support to sq_verify for verifying detached signatures.Neal H. Walfield
2018-12-17ffi: Add a function to return the value of a TPK's primary user idNeal H. Walfield
2018-12-17ffi: Add a function to return a UserID Binding's self signature.Neal H. Walfield
2018-12-17ffi: Add function to query a Key's the public key algo.Neal H. Walfield
2018-12-17ffi: Add a function to get the tag of a packet in a PacketParserResultNeal H. Walfield
2018-12-17ffi: Wrap TPK::from_packet_parser.Neal H. Walfield
2018-12-17ffi: Wrap Key's alive and expired methods.Neal H. Walfield
2018-12-17ffi: Wrap TPK's alive and expired methods.Neal H. Walfield
2018-12-17ffi: Wrap Signature's alive and expired methods.Neal H. Walfield
2018-12-17ffi: Export getters for signature key flags.Neal H. Walfield
2018-12-17openpgp: Change KeyIter to also return the RevocationStatus.Neal H. Walfield
2018-12-17ffi: Avoid inline function.Justus Winter
2018-11-22Fix typos.Neal H. Walfield
2018-11-22ffi: Fix sq_tsk_new's signature.Neal H. Walfield
2018-11-22ffi: Add a convenience function to convert a tag to a string.Neal H. Walfield
2018-11-22ffi: Wrap PacketParserEOF::is_message.Neal H. Walfield
2018-11-22ffi: Wrap the Decrypt and Verifier interfaces.Neal H. Walfield
2018-11-22ffi: Wrap PKESK::Recipient.Neal H. Walfield
2018-11-22ffi: Wrap PKESK::decrypt.Neal H. Walfield
2018-11-22ffi: Wrap Secret.Neal H. Walfield
2018-11-22ffi: Provide an interface to iterate over Keys in a TPK.Neal H. Walfield
2018-11-22ffi: Wrap tpk::UserIDBinding.Neal H. Walfield
2018-11-22ffi: Wrap TPK.Neal H. Walfield
2018-11-22ffi: Provide an interface to convert a tsk into a tpk.Neal H. Walfield
2018-11-22ffi: Wrap Key::creation_time.Neal H. Walfield
2018-11-22ffi: Wrap some of Signature's methods.Neal H. Walfield
2018-11-22ffi: Wrap RevocationStatus.Neal H. Walfield
2018-11-22ffi: Add sq_writer_stack_write_all.Neal H. Walfield
2018-11-02openpgp: Create revocation certificates for TPKs.Justus Winter
2018-11-02openpgp: Move the packet type definitions around.Justus Winter
2018-10-16openpgp: Improve the streaming writer API.Justus Winter
2018-10-09openpgp: Don't return the depth from PacketParser::{next,recurse}Neal H. Walfield
2018-09-10ffi: Provide an FFI to work with sq_packet_parser_result_t's.Neal H. Walfield
2018-09-07ffi: Update openpgp.h.Neal H. Walfield
2018-08-16openpgp: Delete deprecated TPK::new().Justus Winter
2018-08-16ffi: Bind the new TPK builder.Justus Winter
2018-08-13openpgp: Rework armor kind handling.Justus Winter
2018-07-26ffi: Add glue and tests for the armor reader methods.Justus Winter
2018-07-25ffi: Expose armor header writing.Justus Winter
2018-07-25ffi: Fix prototype and example.Justus Winter