summaryrefslogtreecommitdiffstats
path: root/ffi
AgeCommit message (Expand)Author
2018-11-07ffi: fix examplesKai Michaelis
2018-11-06Use nettle 1.0Kai Michaelis
2018-11-02openpgp: Create revocation certificates for TPKs.Justus Winter
2018-11-02openpgp: Move the packet type definitions around.Justus Winter
2018-10-23openpgp: Move the Password type to openpgp::crypto.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-10-09openpgp: Drop redundant recursive_depth field.Neal H. Walfield
2018-09-28openpgp: Introduce and use a type holding passwords.Justus Winter
2018-09-28openpgp: Add and use a type holding session keys.Justus Winter
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-10ffi: Use -Werror when compiling examples.Neal H. Walfield
2018-09-08Change Makefiles to support CARGO_TARGET_DIR.Neal H. Walfield
2018-09-07ffi: Update openpgp.h.Neal H. Walfield
2018-09-06openpgp: Autocrypt version arg for TPKBuilderKai Michaelis
2018-09-06openpgp: cleanup TPK::add_userid()Kai Michaelis
2018-09-06ffi: Use PacketParserResult instead of PacketParser.Neal H. Walfield
2018-08-27ffi: Tweak CFLAGS for building tests.Justus Winter
2018-08-24openpgp: Make PacketParser's next() and recurse() return two tuples.Justus Winter
2018-08-24openpgp: Make struct UserAttribute opaque, add getters and setters.Justus Winter
2018-08-24openpgp: Make struct UserID opaque, add getters and setters.Justus Winter
2018-08-16ffi: Generate a pkgconfig file for the debug build.Justus Winter
2018-08-16ffi: Fix pkgconfig generation.Justus Winter
2018-08-16openpgp: Delete deprecated TPK::new().Justus Winter
2018-08-16ffi: Bind the new TPK builder.Justus Winter
2018-08-15Bump version of failure.Justus Winter
2018-08-13openpgp: Rework armor kind handling.Justus Winter
2018-07-28ffi: Fix paths when building c tests.Neal H. Walfield
2018-07-28ffi: Support builds that use CARGO_TARGET_DIR.Neal H. Walfield
2018-07-27ffi: Be quiet when building the shared object for the tests.Justus Winter
2018-07-26ffi: Improve c doctests.Justus Winter
2018-07-26ffi: Enable syntax-highlighting for all c snippets.Justus Winter
2018-07-26ffi: Add glue and tests for the armor reader methods.Justus Winter
2018-07-26ffi: Make sure the shared object is built before running doctests.Justus Winter
2018-07-26ffi: Fix c doctest extraction.Justus Winter
2018-07-26ffi: Improve test.Justus Winter
2018-07-25ffi: Use highlight.js to syntax-highlight the c examples.Justus Winter
2018-07-25ffi: Write and execute doctests for C.Justus Winter
2018-07-25ffi: Expose armor header writing.Justus Winter
2018-07-25ffi: Fix formatting.Justus Winter
2018-07-25ffi: Fix prototype and example.Justus Winter
2018-07-25ffi: Fix sq_armor_writer_new.Justus Winter
2018-07-24openpgp: Support setting ASCII-armor's headersNeal H. Walfield
2018-07-22ffi: Expose the TSK functions.Justus Winter
2018-07-20ffi: New example.Justus Winter
2018-07-20ffi: Expose the streaming serialization functions.Justus Winter