Sorry for the little OT.

I would like to know if OpenSC PKCS#11 module added on
Firefox/Thunderbird has the same "problem" im having on my PKCS#11
library.

Seems that Mozilla its invoking C_FindObjectsInit asking for objects
with CK_OBJECT_CLASS = 0xCE534351 or 0xCE534352 or 0xCE534353 or
0xCE534354 around 171 times.
This type is a mask for VENDOR_DEFINED ones, and seems to be related to NSS.

As far as i know, returning CKR_OK and 0 objects, or even better
CKR_ATTRIBUTE_TYPE_INVALID should tell Mozilla "I DONT HAVE ANY OF
THIS", and Mozilla "should" stop asking.
Instead of this, it asks again...again...and again until boredom
(maybe its because i have 171 CAs on my keystore? No clue.

Mozilla/NSS people doesnt seem to know anything about this (or they
look to other side).
As im not an OpenSC user, and have no idea of how to trace/log this
stuff, i ask for the guys that would have been fighting against this.
Is this also happening to you? Do you implement that VENDOR_DEFINED
(undocumented?) types? Could you give me a hand?

Thanx a lot anyway.
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to