How can i get PKCS#11 test suite

2005-10-17 Thread itspki
thanks itspki ___ mozilla-crypto mailing list mozilla-crypto@mozilla.org http://mail.mozilla.org/listinfo/mozilla-crypto

Re: About mozilla load pkcs#11 module

2005-10-19 Thread itspki
itspki 写道: I load my PKCS#11 module to mozilla, and print log to my log file. i can't find C_Opensession() being called, and mozilla execute C_SetAttributeValue() to do something, then error occured. Can you tell me Why? Regards, Robin From - Wed

PKCS#11 modules called by mozilla

2005-10-20 Thread itspki
is 0xce534353, but it's a fact. Who can tell me why? thanks, itspki - it's public key infrastructure. ___ mozilla-crypto mailing list mozilla-crypto@mozilla.org http://mail.mozilla.org/listinfo/mozilla-crypto

PKCS#11 modules called by mozilla

2005-10-20 Thread itspki
, but it's a fact. Who can tell me why? thanks, itspki - it's public key infrastructure. ___ mozilla-crypto mailing list mozilla-crypto@mozilla.org http://mail.mozilla.org/listinfo/mozilla-crypto

Problems when Mozilla call My PKCS#11 modules

2005-10-20 Thread itspki
, but it's a fact. Who can tell me why? thanks, === itspki - it's public key infrastructure. ___ mozilla-crypto mailing list mozilla-crypto@mozilla.org http://mail.mozilla.org/listinfo/mozilla-crypto

Re: Problems when Mozilla call My PKCS#11 modules

2005-10-20 Thread itspki
itspki wrote: Hi all: I load my pkcs#11 modules to mozilla explore and it is worked. I log all the calling process, I found when i open the security device manager, the function C_FindObjectsInit called, and the CKA_CLASS is 0xce534353, ulCount is 1. I'm very disbelieve about the CKA_CLASS

Re: PKCS#11 modules called by mozilla

2005-10-23 Thread itspki
Bob Relyea wrote: Wan-Teh Chang wrote: itspki wrote: Hi all: I load my pkcs#11 modules to mozilla explore and it is worked. I log all the calling process, I found when i login my token in the security device manager, the function C_FindObjectsInit called, and the CKA_CLASS is 0xce534353

Re: Another problem with my PKCS#11

2005-10-24 Thread itspki
Bob Relyea wrote: itspki wrote: Hi all: I load my pkcs#11 module to mozilla, it's worked. But when i log in to my token, some error occurred, mozilla give the dialog Log in Error. Look up the log file, i found the session, the first session create by mozilla, has been closed by mozilla

Re: Another problem with my PKCS#11 - my new log files(with process and thread identifer)

2005-10-25 Thread itspki
? (2)Mozilla call pkcs11 library close the session '1', which created by the main process of mozilla(I think), and then use this session to do communication with token(call C_FindObjectsInit), is this right? ... Thanks advanced. yours itspki

Re: Another problem with my PKCS#11

2005-10-25 Thread itspki
Wan-Teh Chang wrote: 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