cryptosense / pkcs11

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

Test get_attribute_optimized #116

Closed leamingrad closed 4 years ago

leamingrad commented 4 years ago

While I was investigating the slow query behaviour for some HSMs, I added some characterization tests to check the behaviour of the get_attribute_optimized function.

Since these are probably generally useful, particularly if we want to change the behaviour in the future, I think we should merge them in.