cryptosense / pkcs11

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

Remove JSON serializers from pkcs11 #114

Open NathanReb opened 5 years ago

NathanReb commented 5 years ago

Having serializers in the library is a liability. Given that they are hand written it's fairly easy to break things and that might slow down pkcs11 development.

Letting users define their own allows them to control their json protocol, handle retro-compatibility and use the json library they desire.