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 |