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
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
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
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