Hi! I am currently trying to configure a STARCOS 2.3 developer card (bought at cryptoshop), through a Gemalto USB Shell Token. According to the OpenSC documentation it seems that it should work, and the card seems to be detected correctly as well. Some additional information:
c:\Program Files\OpenSC Project\OpenSC\tools>pkcs15-tool -L Using reader with a card: Gemplus USB Key Smart Card Reader 0 PKCS#15 binding failed: Unsupported card So, it seems like pcks15-tool does not accept the card. Erasing the card works just fine, but when trying to init it with pcks15-init, it gives: Using reader with a card: Gemplus USB Key Smart Card Reader 0 Failed to read PIN: Not supported Failed to create PKCS #15 meta structure: Generic PKCS#15 initialization error Further it then seems like it is not pkcs15 compatible (?). That moved me on to the PCKS11 module. When using pcks11-tool, trying to initialize the card the following error occurs: c:\Program Files\OpenSC Project\OpenSC\tools>pkcs11-tool.exe --module C:\Windows\System32\opensc-pkcs11.dll --init-token --label "Tommy" --so-pin 123456 Using slot 1 with a present token (0x1) Please enter the new SO PIN: Please enter the new SO PIN (again): error: PKCS11 function C_InitToken failed: rv = CKR_USER_NOT_LOGGED_IN (0x101) Aborting. Adding the -l option does not help, and as far as I can documentation and guides it should not be necessary either. Would appreciate any help to resolve the issue and getting my token up and running. Best regards, Tommy _______________________________________________ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel