Re: [opensc-devel] Comments on the OpenSC cardmod mini-driver

2011-01-18 Thread Douglas E. Engert
Well, I am look at passing the handles in the ctx params, and that part appears to work, but there is an issue with refreshing the attributes. The reader name point is bad. On 1/18/2011 2:55 AM, Martin Paljak wrote: > Hello Douglas, > > On Jan 18, 2011, at 12:09 AM, Douglas E. Engert wrote: >> U

Re: [opensc-devel] Comments on the OpenSC cardmod mini-driver

2011-01-18 Thread Martin Paljak
Hello Douglas, On Jan 18, 2011, at 12:09 AM, Douglas E. Engert wrote: > Using the registry for this does not look correct for a > number of reasons: > > (1) there maybe multiple mini-drivers being run at the same > time. > (2) The location in the registry can only be written be the system, >

[opensc-devel] Comments on the OpenSC cardmod mini-driver

2011-01-17 Thread Douglas E. Engert
I have some questions about the cardmod mini-driver in OpenSC 0.12.0 It appears that the code in CardAcquireContext is trying to store in the registry two handles, pcsc_ctx and pcscd_card in the HKEY_LOCAL_MACHINE, "SOFTWARE\\OpenSC Project\\Opensc" Using the registry for this does not look corre