itspki wrote:

Hi bob:
The list is new log file content, you can see NSS call C_Initialize on time, and load my pkcs#11 library twice(DLL_PROCESS_ATTACH and DLL_THREAD_ATTACH), and the problem still exist - login failed.

That doesn't mean your PKCS #11 library is loaded twice.
When a process loads your PKCS #11 library, you will get
a DLL_PROCESS_ATTACH and at least one DLL_THREAD_ATTACH,
because a process has at lease one thread.

Wan-Teh

_______________________________________________
mozilla-crypto mailing list
mozilla-crypto@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to