i implemented a pkcs#11 device using an external pinpad for pin input. Therefore the CKF_PROTECTED_AUTHENTICATION_PATH flag has been set in the CK_TOKEN_INFO struct returned by C_GetTokenInfo().
Altough this flag has been set the Mozilla/Firebird prompts the user with a Pin Dialog for pin input!?! Normally he should recognize the flag and pass NULL_PTR to C_Login() like the pkcs#11 standard says!
How can i prevent NSS from prompting the user with a pin input dialog? Is this a known bug? Why does all Mozilla/Firebirds ignore the flag? Is there a solution for the problem?
regards
Chris _______________________________________________ mozilla-crypto mailing list [EMAIL PROTECTED] http://mail.mozilla.org/listinfo/mozilla-crypto
