Re: [opensc-devel] patch for entersafe driver to support FTCOS/PK-01C smart cards, and some bug fixes.

2009-04-02 Thread Weitao Sun
Andreas Jellinghaus wrote: I commited the change already to opensc trunk, is that ok? OK,thank you very much. I made some tests, it seems work fine. if you think the new code works, and need no further changes, we can push for a new opensc release. I think opensc has other changes too, thus

Re: [opensc-devel] [PATCH] openct: two new USB IDs for openct.conf

2009-04-02 Thread Alon Bar-Lev
2009/4/2 Stanislav Brabec : > Alon Bar-Lev wrote: >> Why aren't they detected by the CCID class attribute? > > They are detected correctly as "CCID Compatible" even without this > patch. > So why do we need this? Alon. ___ opensc-devel mailing list open

Re: [opensc-devel] [PATCH] openct: two new USB IDs for openct.conf

2009-04-02 Thread Stanislav Brabec
Alon Bar-Lev wrote: > Why aren't they detected by the CCID class attribute? They are detected correctly as "CCID Compatible" even without this patch. -- Best Regards / S pozdravem, Stanislav Brabec software developer - SUSE LIN

Re: [opensc-devel] [PATCH] openct: two new USB IDs for openct.conf

2009-04-02 Thread Alon Bar-Lev
Why aren't they detected by the CCID class attribute? 2009/4/2 Stanislav Brabec : > Attached patch defines two new readers: > OmniKey CardMan 3821 > ACS ACR38 with CCID firmware > > Both basically work, but I cannot test more, because I have no fully > supported test card. > > -- > Best Regards /

[opensc-devel] [PATCH] openct: two new USB IDs for openct.conf

2009-04-02 Thread Stanislav Brabec
Attached patch defines two new readers: OmniKey CardMan 3821 ACS ACR38 with CCID firmware Both basically work, but I cannot test more, because I have no fully supported test card. -- Best Regards / S pozdravem, Stanislav Brabec software developer

[opensc-devel] [PATCH] openct: HAL FDI update and basic PolicyKit support

2009-04-02 Thread Stanislav Brabec
Attached patches port openct to the latest hal and provide capabilities for the forthcoming PolicyKit smart card support: http://bugs.freedesktop.org/show_bug.cgi?id=19663 Patches should be applied in order or modified. openct-new-hal.patch: Fixes syntax for the new HAL. openct-hal-fdi-ccid.patc

Re: [opensc-devel] [PATCH] openct: prevent lock file orphans

2009-04-02 Thread Alon Bar-Lev
Thanks! Applied something similar. rev1139. 2009/4/2 Stanislav Brabec : > Attached patch prevents creating of temporary orphans > in /var/run/openct/status.lock.{pid}. > > -- > Best Regards / S pozdravem, > > Stanislav Brabec > software developer > -

[opensc-devel] [PATCH] openct: prevent lock file orphans

2009-04-02 Thread Stanislav Brabec
Attached patch prevents creating of temporary orphans in /var/run/openct/status.lock.{pid}. -- Best Regards / S pozdravem, Stanislav Brabec software developer - SUSE LINUX, s. r. o. e-mail: sbra...@suse.

Re: [opensc-devel] patch for entersafe driver to support FTCOS/PK-01C smart cards, and some bug fixes.

2009-04-02 Thread Andreas Jellinghaus
thanks, looks good. I commited the change already to opensc trunk, is that ok? if you think the new code works, and need no further changes, we can push for a new opensc release. I think opensc has other changes too, thus a new release in the next weeks would be good. I added to the NEWS file:

[opensc-devel] patch for entersafe driver to support FTCOS/PK-01C smart cards, and some bug fixes.

2009-04-02 Thread Weitao Sun
Hi list, New release of smart card middle-ware of Feitian, which is compatible with PKCS#15, is coming. OpenSC need attached patch to work with it. Changes in the patch: 1.Card type FTCOS/PK-01C added. (new) 2.Limit pin length in range [4,16). (bug fix) 3.Can not unblock PIN. (bug fix) Please