cryptosense / pkcs11

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

P11.RV.of_string does not know about CKR_ACTION_PROHIBITED #94

Closed emillon closed 6 years ago

emillon commented 6 years ago
utop # P11.RV.of_string "CKR_ACTION_PROHIBITED";;
Exception:
Invalid_argument "Pkcs11_CK_RV.of_string: cannot find CKR_ACTION_PROHIBITED".