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
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
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
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
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 -
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