Re: [opensc-devel] Driver develop

2012-06-28 Thread helpcrypto helpcrypto
Hello again Alejandro (and others) Apart from these URLs, do you know any other HOWTO/guide (to add a card to OpenSC) ? https://www.opensc-project.org/opensc/wiki/DeveloperInformation/NewCardDriver https://www.opensc-project.org/opensc/wiki/DeveloperInformation/NewCardDriver/EnterSafeExample

Re: [opensc-devel] Driver develop

2012-06-26 Thread helpcrypto helpcrypto
> Maybe it's better that someone more implicated in OpenSC architecture would > answer this question. Volunteers? (The question was: shouldnt a 100% compliant pkcs#15 card work "out of the box" with opensc?) > You can export keys from a smartcard via pkcs15-tool, but this not mean that > you don

Re: [opensc-devel] Driver develop

2012-06-25 Thread Alejandro Díaz
2012/6/12 helpcrypto helpcrypto > Hello again Alejandro. > > The problem im currently having is conceptual, rather than technical. > > IIUC, the PKCS#15 standard defines a way of storing data into tokens. > Said so, i expect to ANY PKCS#15 compliant card work out of the box. > But seems it doesnt

Re: [opensc-devel] Driver develop

2012-06-12 Thread Alejandro Díaz
2012/6/12 helpcrypto helpcrypto > Hi Alejandro. > > Today im testing an opensc unsupported card, i have dumped the apdus > sent by pcscd when doing some operations and it seems its pkcs#15 > compliant. > > Apart from this link, have you made any progress? > > On Wed, Jun 6, 2012 at 10:21 AM, Alej

Re: [opensc-devel] Driver develop

2012-06-12 Thread helpcrypto helpcrypto
Hi Alejandro. Today im testing an opensc unsupported card, i have dumped the apdus sent by pcscd when doing some operations and it seems its pkcs#15 compliant. Apart from this link, have you made any progress? On Wed, Jun 6, 2012 at 10:21 AM, Alejandro Díaz wrote: > 2012/6/6 helpcrypto helpcryp

Re: [opensc-devel] Driver develop

2012-06-06 Thread Alejandro Díaz
2012/6/6 helpcrypto helpcrypto > > I'm not developing dnie driver, only I'm working with the documentation > for > > explain the way to develop a driver and I think that this knowledge can > be > > interesting for the community. > > That will be great. > > In the past we considered making a drive

Re: [opensc-devel] Driver develop

2012-06-06 Thread helpcrypto helpcrypto
> I'm not developing dnie driver, only I'm working with the documentation for > explain the way to develop a driver and I think that this knowledge can be > interesting for the community. That will be great. In the past we considered making a driver for our "very old not cryptographic either pkcs

Re: [opensc-devel] Driver develop

2012-06-04 Thread Eduardo Serrano
2012/6/4 Alejandro Díaz > Thanks! > > 2012/6/4 helpcrypto helpcrypto > >> > My objetive is to know how to write a OpenSC driver from APDU >> documentation. >> IIUC: You want to make your own "opensc-dnie", right? >> > > No. I want to know more about driver developing for OpenSC. > > >> >> > but

Re: [opensc-devel] Driver develop

2012-06-04 Thread Alejandro Díaz
Thanks! 2012/6/4 helpcrypto helpcrypto > > My objetive is to know how to write a OpenSC driver from APDU > documentation. > IIUC: You want to make your own "opensc-dnie", right? > No. I want to know more about driver developing for OpenSC. > > > but I've lost the way to connect the exercices

Re: [opensc-devel] Driver develop

2012-06-04 Thread helpcrypto helpcrypto
> My objetive is to know how to write a OpenSC driver from APDU documentation. IIUC: You want to make your own "opensc-dnie", right? > but I've lost the way to connect the exercices with the final driver. Dont understand what this means. > On the other hand, if this manual doesn't already exist o

[opensc-devel] Driver develop

2012-06-04 Thread Alejandro Díaz
Hi all!! I need some orientation in this terms. My objetive is to know how to write a OpenSC driver from APDU documentation. On the one hand, I've read the developer information wiki[1] and I've selected pyscard as base library to develop and write two sample scripts[2]. I've found some of this