Re: [opensc-devel] new revision of ccid standard?

2006-04-19 Thread Ludovic Rousseau
On 18/04/06, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: > Is there a new revision of ccid standard? > does anyone know what changed / what we need to > do to get devices with it working? > > Jim Rees has an Activcard usb smart card reader. > With normal ccid devices the interface is > bIn

Re: [opensc-devel] ISO 7816-4 questions and eToken PRO.

2006-04-19 Thread Chaskiel M Grundman
http://www.ttfn.net/techno/smartcards/iso7816123.html This does not include the T=1 annex suppose that some "mysterious" data send to the eToken that I have seen and I didn't understand like 00 90 00 90 or 00 80 00 80 is also part of the T=1 protocol these are T1_R_BLOCKS, and this partic

[opensc-devel] Fwd: [opensc-commits] [OpenSC] #76: Cannot perform sign operation with SIGN-key on SignTrust Card

2006-04-19 Thread Andreas Jellinghaus
Hi Holger, I think I know what the issue is. How exactly are you trying to create signatures? what padding mode etc. are you using? The reason I'm asking is this: if I remember correctly, opensc so far only has flags what a card can do (in theory), but it has these flags once per card. Each key

Re: [opensc-devel] Issue with SignTrust TCOS Card

2006-04-19 Thread Nils Larsch
Holger Smolinski wrote: Happy Easter Holidays! I have run into an issue using a SignTrust TCOS Card (issuer: Deutsche Telekom) in a Reiner SCT cyberjack smart card reader. I am using the CTAPI driver supplied by ReinerSCT (libctapi-cyberjack). which opensc version ? I can't create signature

Re: [opensc-devel] ISO 7816-4 questions and eToken PRO.

2006-04-19 Thread Andreas Jellinghaus
Am Mittwoch, 19. April 2006 17:48 schrieb Sergio C: > Does anyone know some free online resources about ISO 7816-3? there is some content in http://www.ttfn.net/techno/smartcards/iso7816123.html if you find new valuable links, please add them to http://www.opensc-project.org/openct/wiki/Resources

Re: [opensc-devel] ISO 7816-4 questions and eToken PRO.

2006-04-19 Thread Sergio C
Thank you guys! I'll try to read about ISO 7816-3 then... I suppose that some "mysterious" data send to the eToken that I have seen and I didn't understand like 00 90 00 90 or 00 80 00 80 is also part of the T=1 protocol defined in the 3rd part of the ISO 7816. That explains all :) Does anyo

Re: [opensc-devel] opensc / pkcs11 / pcsc-lite locking

2006-04-19 Thread Ludovic Rousseau
On 19/04/06, Andreas Jellinghaus <[EMAIL PROTECTED]> wrote: > Hi, Hello, > does anyone know how we can solve this problem? > using two cards at the same time does currently > not work: You have two cards and only one reader or also two readers? > if C_Initialize is called the second card blocks

[opensc-devel] looking for card information and pictures

2006-04-19 Thread Andreas Jellinghaus
Hi, in preparation for the linuxtag we are looking for detailed card information and pictures. for example: what exactly is that card that opensc supports? is it common? does everyone have one in your country or only a few people? is it one of several popluar alternative or the only card available

[opensc-devel] opensc / pkcs11 / pcsc-lite locking

2006-04-19 Thread Andreas Jellinghaus
Hi, does anyone know how we can solve this problem? using two cards at the same time does currently not work: if C_Initialize is called the second card blocks if there is already an open session. C_Initialize looks at all readers, whether in use or not. The calling chain is: C_Initialize -> __ca