cryptosense / pkcs11

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

Do not pass `Dl.RTLD_DEEPBIND` #38

Closed emillon closed 7 years ago

emillon commented 7 years ago

It was believed to be necessary in cases where the reverse bindings are used with forwards bindings, but after some testing it does not seem to be necessary. This will also improve portability on systems which do not support it.

hannesm commented 7 years ago

this is great! I updated #37 to exclude the non-emission of RTLD_DEEPBIND on FreeBSD.

emillon commented 7 years ago

Great, I was about to ping you about that :)