libp11 icon indicating copy to clipboard operation
libp11 copied to clipboard

Thread warning

Open vjardin opened this issue 2 years ago • 1 comments

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 ?

vjardin avatar Apr 28 '22 19:04 vjardin

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.

Jakuje avatar May 05 '22 18:05 Jakuje