Re: [opensc-devel] pkcs15-tool -D vs pkcs11-tool -O

2011-02-01 Thread Juan Antonio Martinez
El mar, 01-02-2011 a las 20:18 +0100, Andre Zepezauer escribió: > Hello Juan Antonio, > > On Mon, 2011-01-31 at 20:15 +0100, Juan Antonio Martinez wrote: > > Any hint to start debugging? > If you are using opensc-trunk, then try this one: Great!! works fine for me. Thanks a lot. Please, commit

Re: [opensc-devel] Some basic questions about the reader-pcscs.c modifications for cardmod

2011-02-01 Thread Douglas E. Engert
I have been doing some more testing. The current cardmod code is assuming the PCSC card handles are set at the CardAcquireContext and not changed. The cardmod then initializes OpenSC, and and connects to the card, and calls sc_pkcs15_bind, and reads objects off the card. But if the card is remove

Re: [opensc-devel] pkcs15-tool -D vs pkcs11-tool -O

2011-02-01 Thread Andre Zepezauer
Hello Juan Antonio, On Mon, 2011-01-31 at 20:15 +0100, Juan Antonio Martinez wrote: > Any hint to start debugging? If you are using opensc-trunk, then try this one: Index: pkcs11/framework-pkcs15.c === --- pkcs11/framework-pkcs15.c

Re: [opensc-devel] PCSC api questions

2011-02-01 Thread Ludovic Rousseau
2011/1/31 Andreas Jellinghaus : > one more question about return codes on SCard API: > is SCardTransmit supposed to return values other than 0 and 0x8000 ? > in windows scarderr.h it seems the upper two bits encode ok/info/warn/err > and the other bits define the detailed info/warning/status/er