summaryrefslogtreecommitdiffstats
path: root/ffi/include
AgeCommit message (Expand)Author
2018-11-26ffi: Add new error code.Neal H. Walfield
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: Wrap Pool::lookup_by_keyid and Pool::lookup_by_subkeyid.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-17openpgp: Remove unused errors.Justus Winter
2018-10-16openpgp: Improve the streaming writer API.Justus Winter
2018-10-09openpgp: Add error for unsupported AEAD algorithms.Justus Winter
2018-10-09openpgp: Don't return the depth from PacketParser::{next,recurse}Neal H. Walfield
2018-09-28openpgp,ffi: Add an error indicating a message has been manipulated.Justus Winter
2018-09-28ffi: Update error.h.Justus Winter
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
2018-07-22ffi: Expose the TSK functions.Justus Winter
2018-07-20ffi: Expose the streaming serialization functions.Justus Winter
2018-07-20ffi: Add a new allocating writer.Justus Winter
2018-07-20ffi: Bind Fingerprint::as_slice().Justus Winter
2018-07-20ffi: Fix documentation.Justus Winter
2018-07-17openpgp: Add function to query the parsed packets tag.Justus Winter
2018-07-17ffi: Add some accessor functions.Justus Winter
2018-07-17ffi: Add missing packet types.Justus Winter
2018-06-25openpgp: Drop the alias for Kind::SecretKey.Justus Winter
2018-06-20Consistently call passwords password, not passwd or passphrase.Justus Winter
2018-06-20openpgp: Fix 99d0dbe486e0fdd1e1b9cf266f93a726abcf2444.Justus Winter
2018-06-18openpgp: Propagate errors in `PacketParser::finish`.Justus Winter
2018-04-26openpgp: Add an error for invalid arguments.Justus Winter
2018-04-10ffi: Fix type of buffers.Justus Winter
2018-04-09ffi: Add destructor for Packets.Justus Winter
2018-03-27ffi: Add glue for low-level parsing machinery.Justus Winter