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 loadsCan 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 *****************
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.10: C_OpenSession [in] slotID = 0x0 [in] flags = 0x6 pApplication=0295D808 Notify=6019DC70 [out] *phSession = 0x0 Returned: 0 CKR_OK
(Note '0' is also a reserved object handle). bob
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