cryptosense / pkcs11

OCaml bindings for the PKCS#11 cryptographic API
BSD 2-Clause "Simplified" License
23 stars 6 forks source link

Deprecate the "stubs" load mode #100

Closed emillon closed 6 years ago

emillon commented 6 years ago

This mode relies on some C code with globals that is linked into the library. The only advantage of it is that it does not rely on libffi, but that library is available virtually everywhere, even in obscure Unix systems.

This load mode will be removed in a future release, and in particular --indirect will be removed as well.