summaryrefslogtreecommitdiffstats
path: root/ffi/examples
AgeCommit message (Expand)Author
2020-03-13ffi, openpgp-ffi: Properly use LDLIBS to link against Sequoia.Justus Winter
2019-11-28Call TPKs Certificates, update identifiers, documentation.Justus Winter
2019-08-20net: Drop SKS pool in favor of keys.openpgp.org.Justus Winter
2019-05-15core, store, tool: Use realm instead of domain.Justus Winter
2019-03-22openpgp-ffi: Replace glibc's error function.Justus Winter
2019-01-29openpgp-ffi: Use generated to_string() function.Justus Winter
2019-01-29openpgp-ffi: Build examples below CARGO_TARGET_DIR.Justus Winter
2019-01-23openpgp-ffi: Remove pgp_tpk_dump.Justus Winter
2019-01-17openpgp-ffi: Change prefix from 'sq' to 'pgp'.Justus Winter
2019-01-17openpgp-ffi: New crate.Justus Winter
2019-01-17ffi: Do not use a context where an errp suffices.Justus Winter
2019-01-15ffi: Allocate returned strings using libc.Justus Winter
2019-01-08ffi: Add armor example.Justus Winter
2018-11-24Make cargo package happy.Justus Winter
2018-11-07ffi: fix examplesKai Michaelis
2018-09-10ffi: Provide an FFI to work with sq_packet_parser_result_t's.Neal H. Walfield
2018-09-10ffi: Use -Werror when compiling examples.Neal H. Walfield
2018-09-08Change Makefiles to support CARGO_TARGET_DIR.Neal H. Walfield
2018-07-25ffi: Expose armor header writing.Justus Winter
2018-07-25ffi: Fix prototype and example.Justus Winter
2018-07-20ffi: New example.Justus Winter
2018-07-17ffi: Add parser example.Justus Winter
2018-04-10ffi: Fix type of buffers.Justus Winter
2018-03-15ffi: Add .gitignore file for the examples.Justus Winter
2018-03-15ffi: Improve error reporting when creating contexts.Justus Winter
2018-03-15ffi: Improve error reporting.Justus Winter
2018-02-28ffi: Bind {reader,writer}-related functions in the openpgp module.Justus Winter
2018-02-16ffi: Split header up at the module boundaries.Justus Winter
2018-02-14ffi: Split into several modules.Justus Winter
2018-02-13ffi: Introduce type definitions.Justus Winter
2018-02-13ffi: Improve error reporting.Justus Winter
2018-01-15ffi: Delete compiled examples.Justus Winter
2018-01-09core,ffi: Convert 'core::NetworkPolicy' to and from u8.Justus Winter
2017-12-14ffi: Move the examples.Justus Winter