From: Krzysztof R. <krz...@kr...> - 2013-02-18 16:51:36
|
Hi Working on PKCS11 interface in my app I want to have one initialization of libp11. So the question is: is PKCS11_CTX thread safe? If not, how to operate in optimal I/O point (not to load module every time we need to sign or decrypt something)? Regards |