libp11
libp11 copied to clipboard
Thread warning
From the readme:
However, many of the main PKCS11_* API functions are currently not fully thread safe. Work to fix this is pending.
What does it mean ? Which API functions ?
The PKCS11_* functions of libp11 are defined in https://github.com/OpenSC/libp11/blob/master/src/libp11.exports so I assume these are meant by this comment.
Note, that these are not in the API for engine, but I think they are used internally anyway.