>On Jan 18, 2010, at 12:28 PM, François Leblanc wrote:
>> I wish to add sc_apdu_log, sc_apdu_get_octets and sc_apdu_set_resp to
>Why do you want to do that? These are internal functions and should not be 
>>used outside of libopensc.


>> I need doing this since I wan't to provide a pcsc drivers in separate dll
>What do you need to change and why the builtin pcsc driver does not work >for 
>you (or what kind of changes would it need)?


For windows minidrivers to use opensc with standard windows crytographics API I 
need to run opensc with a SCardHandle and ScardContext set by windows and not 
open my own context and handle to the card. To do this I first provide my own 
pcsc driver without connect, disconnect and other I keep mainly transmit 
function. I give the availability to set card handle and so I use my own driver 
with opensc but I need to access to apdu.

If it's not possible, I can add my driver to libopensc and put my code into 
libopensc but anyway I need to add some export function to libopensc.export too 
to give windows access to newly added functions.

It's certainly not clear because it's quite difficult to explain for me in 
english, but if you help me I'll can provide a patch to show why I need so you 
can accept or reject this patch...

François.
_______________________________________________
opensc-devel mailing list
opensc-devel@lists.opensc-project.org
http://www.opensc-project.org/mailman/listinfo/opensc-devel

Reply via email to