On Thu, 2010-09-02 at 12:21 +0200, Johannes Becker wrote:
> Hello,
> 
> unfortunately I have to repeat my message about the TCOS2 card:
> 
> 
> When using opensc-0.12.0-svn-r4647 with our Uni Giessen Card (TCOS 2),
> firefox presents the certificate to use without asking the PIN.

I'm not absolutely sure but I think, that mozilla (firefox included)
asks for a pin, only when the following expression evaluates to true:
(pkcs11_token_info.flags & CKF_LOGIN_REQUIRED) == CKF_LOGIN_REQUIRED

Check the presents of this flag with pkcs11-tool:
$pkcs11-tool -L
token flags: rng, login required, PIN initialized, token initialized
                  ^^^^^^^^^^^^^^

> Subsequently the web page called can't be displayed.
> 
> On the other hand CardOS 4.3 works with that release.
> There were no problems with opensc 0.11 and TCOS 2.
> 
> I tested on Debian squeeze.
> 
> 
>   Johannes
> 
> 
> _______________________________________________
> opensc-devel mailing list
> opensc-devel@lists.opensc-project.org
> http://www.opensc-project.org/mailman/listinfo/opensc-devel

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

Reply via email to