Skip to content

v0.4.0

Compare
Choose a tag to compare
@emillon emillon released this 03 Nov 16:14
· 383 commits to master since this release

v0.4.0 2016-11-03

Breaking changes:

  • Changed the type of some low-level fields from Ctypes.ptr to
    Ctypes_helpers.Reachable_ptr.t. Those can be accessed using the setf and
    getf functions in the same module.
  • Make Pkcs11_data.t abstract.

Fixes:

  • Fix several use-after-free bugs (#10)

Build system:

  • Add merlin configuration (#11)