Re: [opensc-devel] Wrong dialogue to enter PIN at Keypad

2006-11-01 Thread Martin Paljak
On 31.10.2006, at 13:18, Johannes Becker wrote: Kobil's own drivers provide a special dialogue for pinpad readers using Firefox (even Netscape) But I would prefer the opensc drivers for various reasons. I *think* this comes from reader driver rather than card driver. So if we used the pin

[opensc-devel] MuscleCard patch...

2006-11-01 Thread Thomas Harning
In working with OpenSC, I found that sc_list_files doesn't return the length of the applicable buffer, but instead the # of files. Here's a patch which fixes my wrong assumption in card-muscle.c -- Thomas Harning @ Identity Alliance Index: card-muscle.c ==

Re: [opensc-devel] MuscleCard patch...

2006-11-01 Thread Andreas Jellinghaus
Thomas Harning wrote: In working with OpenSC, I found that sc_list_files doesn't return the length of the applicable buffer, but instead the # of files. Here's a patch which fixes my wrong assumption in card-muscle.c ok, commited. thanks! Andreas __