Re: [opensc-devel] pkcs15-rtecp.c question

2010-02-17 Thread Aleksey Samsonov
Hello Viktor, Viktor TARASOV wrote: > rv = sc_change_reference_data(card, pin_info->type, pin_info->reference, ... > > My humble question is: does there any mis-usage of the 'type' member of > the 'pin_info' data? > > Afaik, > 'type' in 'sc_pkcs15_pin_info' structure holds the PKCS#15 > PinAt

[opensc-devel] pkcs15-rtecp.c question

2010-02-17 Thread Viktor TARASOV
Hello Aleksey, in http://www.opensc-project.org/opensc/browser/trunk/src/pkcs15init/pkcs15-rtecp.c#L216 there is a call rv = sc_change_reference_data(card, pin_info->type, pin_info->reference, ... My humble question is: does there any mis-usage of the 'type' member of the 'pin_info' data? Afaik

Re: [opensc-devel] remove cardmod pcsc driver from internal.

2010-02-17 Thread François Leblanc
Sorry I certainly bad explain what I mean, I will try to be more clear: >> So I propose to change this with joined patch if someone get better idea >> I can have a look. > >how does it exactly work? it is fine for me to "hide" the cardmod driver >under normal operations. and people should be abl

Re: [opensc-devel] remove cardmod pcsc driver from internal.

2010-02-17 Thread Andreas Jellinghaus
Am Mittwoch 17 Februar 2010 08:58:49 schrieb François Leblanc: > Hello, > > In file src/libopensc/ctx.c: > > since 'cardmod' driver is a subset of pcsc drivers it should not be use > with pcsc driver, if we use the internal keyword (by default) cardmod is > loaded too and may conflict with pcsc r