Karsten Ohme wrote:
Hello,

I have ported the PKCS#11 module from the MuscleCard project to support my card terminal which has a pin pad and display. So I can enter the PIN with it. I use for the PC/SC command SCardControl and the CT-BCS standard. A special parameter for the SCardControl function is necessary. I believe this parameter is proprietary for each reader. Is this true? Is there a possibility to support all readers with a pin pad and display?

If your question is about the SCardControl command, or musclecard, this newsgroup is not the best place to ask.


If your question is about mozilla's support of PKCS11 modules for
devices with their own PIN pads, the answer is that the PKCS11 module
must set the CKF_PROTECTED_AUTHENTICATION_PATH flag attribute in the CK_TOKEN_INFO structure. When mozilla prompts for a password, enter
an empty password, and then use the pin pad instead.



Bye, Karsten


--
Nelson B
_______________________________________________
mozilla-crypto mailing list
[email protected]
http://mail.mozilla.org/listinfo/mozilla-crypto

Reply via email to