Sideswipe wrote:
I am currently developing a PKCS11 module for the PIV card and for some
reason, the NSS subsytem in thunderbird infinintely loops on 7 startup
calls -- you know, all the 'getInfo' functions as well as the
C_OpenSession. Inlined is my spylisting using the opensc spy tool. The
module is already installed and this what happens once installed and FF
loads

Can someone explain to me what I might be telling thunderbird that
makes it think it's ok to go NUTS and query dll?

Christian

------------------------------



*************** OpenSC PKCS#11 spy *****************



10: C_OpenSession
[in] slotID = 0x0
[in] flags = 0x6
pApplication=0295D808
Notify=6019DC70
[out] *phSession = 0x0
Returned:  0 CKR_OK
Here's your problem. '0' is reserved as and invalid session handle. See Section 6.7.5 Session and Object handles in the PKCS #11 spec.
(Note '0' is also a reserved object handle).


bob

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

_______________________________________________
dev-tech-crypto mailing list
dev-tech-crypto@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-tech-crypto

Reply via email to