summaryrefslogtreecommitdiffstats
path: root/ffi
AgeCommit message (Expand)Author
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
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-20ffi: Improve Makefile.Justus Winter
2018-07-20openpgp: Add a formal grammar for validating and building TPKsNeal H. Walfield
2018-07-17ffi: Add parser example.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-07-10net, ffi: Bump native-tls and hyper-tls.Justus Winter
2018-06-25openpgp: Drop the alias for Kind::SecretKey.Justus Winter
2018-06-20Warn about public functions without documentation, add missing docs.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-06-17openpgp: Add a mechanism to modify PacketPiles.Neal H. Walfield
2018-06-16openpgp: Consolidate the two failure::Error definitionNeal H. Walfield
2018-06-13openpgp: Add support for checking OpenPGP messages.Neal H. Walfield
2018-06-13openpgp: Rename Message to PacketPileNeal H. Walfield
2018-06-11openpgp: Add Curve::Unknown(..) to deal with unknown Curves.Justus Winter
2018-06-08openpgp: Add and use an enum for identifying Curves.Justus Winter