Re: [opensc-devel] HAL proposal for smart cards (clarification)

2009-01-29 Thread Andreas Jellinghaus
Am Mittwoch 28 Januar 2009 19:30:52 schrieb Stanislav Brabec: How to name the main category smart_card_reader or crypto_token? I think it is easer to explain, that a usb crypto token is a device consisting of a reduced smart card reader and a fixed build in smart card. I guess this is quite

Re: [opensc-devel] HAL proposal for smart cards (clarification)

2009-01-29 Thread Andreas Jellinghaus
Am Mittwoch 28 Januar 2009 19:02:39 schrieb Stanislav Brabec: In case of Smart Cards, it might be GID writability for scard group, allowing to run smart card daemon without root privileges. if pcscd or openct should run as non-root, then there should be: * one way how openct/pcscd can access

Re: [opensc-devel] HAL proposal for smart cards (clarification)

2009-01-29 Thread Andreas Jellinghaus
Am Mittwoch 28 Januar 2009 19:05:08 schrieb Alon Bar-Lev: Running software as root is the worst solution. Especially security centric software. not a good solution, but not the worst. remember old linux/unix systems with a bin user and group, and all binaries owned by them? that was worse.

Re: [opensc-devel] HAL proposal for smart cards (clarification)

2009-01-29 Thread Alon Bar-Lev
On 1/29/09, Andreas Jellinghaus a...@dungeon.inka.de wrote: Am Mittwoch 28 Januar 2009 19:02:39 schrieb Stanislav Brabec: In case of Smart Cards, it might be GID writability for scard group, allowing to run smart card daemon without root privileges. if pcscd or openct should run as

Re: [opensc-devel] patch for Rutoken

2009-01-29 Thread Aktiv Co. Aleksey Samsonov
Alon Bar-Lev: Can you please update the openct trunk so that Rutoken use the new event interface? OK, the updated patch is attached. On 1/28/09, Alon Bar-Lev alon.bar...@gmail.com wrote: Thanks. Applied. Thanks! diff -u -r openct-0.6.15.trunk-r1127/src/ifd/ifd-rutoken.c

Re: [opensc-devel] patch for Rutoken

2009-01-29 Thread Alon Bar-Lev
On 1/29/09, Aktiv Co. Aleksey Samsonov samso...@guardant.ru wrote: Alon Bar-Lev: Can you please update the openct trunk so that Rutoken use the new event interface? OK, the updated patch is attached. Thanks! Alon. ___ opensc-devel mailing

[opensc-devel] Fix for O2 Micro CCID SC Reader

2009-01-29 Thread Andrey Jivsov
I am attaching the tested patch to the file ifd-ccid.c to add support for the reader. The reader's USB IDs that I tested with are 0b97:7762 and 0b97:7772. Without this patch the ifd-ccid.c code will not work with these readers. The patch is based on the work done in the pcsc-lite project. The