cryptosense / pkcs11

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

Derive P11_mechanism.compare #81

Closed emillon closed 6 years ago

emillon commented 6 years ago

There was a bug in this function: AES-CTR params would always compare equal.

This is fixed by deriving the compare and equal functions.