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

2011-02-03 Thread francois . leblanc
"Douglas E. Engert" a écrit sur 01/02/2011 22:25:04 : > [image supprimée] > > Re: Some basic questions about the reader-pcscs.c modifications for cardmod > > Douglas E. Engert > > A : > > OpenSC-devel, François Leblanc > > 01/02/2011 22:27 > > I have been doing some more testing. > > Th

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

2011-02-03 Thread francois . leblanc
Hello, "Douglas E. Engert" a écrit sur 28/01/2011 23:24:27 : > [image supprimée] > > Some basic questions about the reader-pcscs.c modifications for cardmod > > Douglas E. Engert > > A : > > OpenSC-devel, François Leblanc > > 28/01/2011 23:26 > > > Other CSPs have been able to use the

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

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

2011-01-28 Thread Douglas E. Engert
Other CSPs have been able to use the OpenSC opensc-pkcs11.dll which uses the standard reader-pcsc.c code. This would imply that they let reader-pcsc.c get its own handles to the card, and don't use the one provided by the caller of the CSP. So why does cardmod require so many modifications to rea