Re: [opensc-devel] Developing an emv driver

2009-04-16 Thread Andreas Jellinghaus
Am Donnerstag 16 April 2009 12:25:40 schrieb Egon: > I dont know how can I write a pks15-emulator, is there any example? sure, have a look at the estid code or the tcos code or piv code. all those cards are initialized in formats other than pkcs#15, thus they have en emulation layer in opensc. >

Re: [opensc-devel] Developing an emv driver

2009-04-16 Thread Andreas Jellinghaus
Am Donnerstag 16 April 2009 09:18:19 schrieb Egon: > How can I write this two files in order to get pkcs15 filesystem support to > my card... Can I create a dedicated EF into my card and create all pkcs15 > structure on it? Must I create all the architecture of pkcs15 into my card? > My card is rea

Re: [opensc-devel] Developing an emv driver

2009-04-16 Thread Egon
Thanks for your quick response > Hi Egon, > > On 16.04.2009, at 10:18, Egon wrote: > > I have a smartcard that opensc identifies as an emv > card and it says that it is unsupported. > OpenSC does not support EMV cards. There is a dummy driver > that detects your card as an EMV compatible one, bu

Re: [opensc-devel] Developing an emv driver

2009-04-16 Thread Martin Paljak
Hi Egon, On 16.04.2009, at 10:18, Egon wrote: > I have a smartcard that opensc identifies as an emv card and it says > that it is unsupported. OpenSC does not support EMV cards. There is a dummy driver that detects your card as an EMV compatible one, but that's it. > I know that i must to wri

[opensc-devel] Developing an emv driver

2009-04-16 Thread Egon
Hi everybody I have a smartcard that opensc identifies as an emv card and it says that it is unsupported. I know that i must to write libopensc/card-mycard.c and libopensc/pkcs15-mycard.c in order to get a driver with read-only support. But I dont know how to do this step. I have several com