Re: [opensc-devel] Problems developing with Starcos 2.3

2010-02-06 Thread Fernando Sanchez Chaparro
Hi Andreas, Thank you very much for your answer. 2010/2/4 Andreas Jellinghaus > Hi Fernando, > > your problem is this: >starcos_ops.delete_file = NULL; > > the starcos driver does not implement delete file. > > I'm not sure of the details, maybe it is a limitation of the card > (i.e. sta

Re: [opensc-devel] Fwd: Problems developing with Starcos 2.3

2010-02-03 Thread Fernando Sanchez Chaparro
Thank you very much for your answer. I have already solve my problem. The problem was that I had initialized the smart card with only the SO Pin, and therefore the opensc-pkcs11.dll didn't find any slot. Using the onepin profile (pkcs15-init -ECT -p pkcs15+onepin) now I can interact with the smart

Re: [opensc-devel] Problems developing with Starcos 2.3

2010-02-03 Thread Fernando Sanchez Chaparro
Thank you for your answer Viktor. 2010/2/2 Viktor TARASOV > Fernando Sanchez Chaparro wrote: > > Finally, I found how to solve my problem thank to your answers. I > > really appreciate the help I have received from this list. > > > > The problem was that I had init

[opensc-devel] Fwd: Problems developing with Starcos 2.3

2010-02-03 Thread Fernando Sanchez Chaparro
Thank you very much for your kind answers. 2010/1/27 Andreas Jellinghaus Hi Fernando, > > it is best to check the command line utilities like > "pkcs11-tool --test --login" to see if these is a general > problem. if there is not, you could use pkcs#11 spy > (pkcs11-spy.dll) and hook it between y

Re: [opensc-devel] Problems developing with Starcos 2.3

2010-02-02 Thread Fernando Sanchez Chaparro
Finally, I found how to solve my problem thank to your answers. I really appreciate the help I have received from this list. The problem was that I had initialized the smart card with only the SO Pin, and therefore the opensc-pkcs11.dll didn't find any slot. Using the onepin profile (pkcs15-init -

[opensc-devel] Problems developing with Starcos 2.3

2010-01-27 Thread Fernando Sanchez Chaparro
Hello everybody, It is the first time I'm developing a code with opensc (I have experience developing smart card application, but with the pkcs11 manufacturer libraries). I have found some problems trying to migrate a code base on the manufacturer pkcs11 libreries of a Starcos 2.3 smartcard to ope