Re: [opensc-devel] Activcard usb 2.0 ccid and openct.usermap

2006-04-17 Thread Andreas Jellinghaus
Hi Jim, the usermap format was defines in the modutils package many years ago. basically it has a flag at the beginning, and then a number of fields. only those with the bit set to 1 are checked. all except one entry start with "openct 0x0003". copy one of those entries, and edit the second value

[opensc-devel] Activcard usb 2.0 ccid and openct.usermap

2006-04-17 Thread Jim Rees
I'm trying to use my new Activcard usb 2.0 reader. I added an entry to /etc/openct.conf for it, under the ccid section, "usb:09c3/0008," (I got this from lsusb). But apparently I need something in openct.usermap, and I can't find anything that describes the format of this file, either in the open

Re: [opensc-devel] [PATCH] PertoSmart/ACR AC-1038 driver - debug messages filtering, fix bug in ps_get_status

2006-04-17 Thread Andreas Jellinghaus
Hi Carlos, thanks, both patches commited. Andreas ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel

[opensc-devel] [PATCH] PertoSmart/ACR AC-1038 driver - debug messages filtering

2006-04-17 Thread Carlos Henrique Bauer
Hi, The included patches add debug messages filtering to the PertoSmart/ACR AC-1038 driver. Regards, Carlos Henrique Bauer --- ifd-pertosmart1030.c.orig 2006-04-16 22:49:12.0 -0300 +++ ifd-pertosmart1030.c2006-04-16 22:49:42.0 -0300 @@ -166,7 +166,8 @@ for (i

[opensc-devel] [PATCH] PertoSmart/ACR AC-1038 driver - debug messages filtering, fix bug in ps_get_status

2006-04-17 Thread Carlos Henrique Bauer
Hi, The patch I sent in the previous message is for the PertoSmart/ACR-1030 driver. Sorry for the typo. The included patch adds debug messages filtering to the PertoSmart/ACR AC-1038 driver and fixes a bug for ps_get_status() not returning correctly the flag IFD_CARD_STATUS_CHANGED. Regards, Ca

Re: [opensc-devel] Eutron CryptoCombo FIPS

2006-04-17 Thread Andreas Jellinghaus
Am Montag, 17. April 2006 13:22 schrieb Justin Karneges: > On Monday 17 April 2006 03:20, Andreas Jellinghaus wrote: > > so I guess your problem is the hotplugging. are you using hotplug, udev > > or hald for that? > > I have /etc/hotplug, so I'm guessing hotplug. Is there some trick to > making i

Re: [opensc-devel] Eutron CryptoCombo FIPS

2006-04-17 Thread Justin Karneges
On Monday 17 April 2006 03:20, Andreas Jellinghaus wrote: > so I guess your problem is the hotplugging. are you using hotplug, udev > or hald for that? I have /etc/hotplug, so I'm guessing hotplug. Is there some trick to making it work with OpenCT? -Justin __

Re: [opensc-devel] Eutron CryptoCombo FIPS

2006-04-17 Thread Andreas Jellinghaus
Am Montag, 17. April 2006 12:20 schrieb Andreas Jellinghaus: > - if you plugin some ifdhandler, either hotplug, udev or hald will get a ^^ usb crypto token I meant of course... > notification from kernel and start "openct-control attach ..." which in > turn runs

Re: [opensc-devel] Eutron CryptoCombo FIPS

2006-04-17 Thread Andreas Jellinghaus
Am Montag, 17. April 2006 10:52 schrieb Justin Karneges: > Nit: OpenCT still reports the card as "CryptoIdendity", which is not proper > spelling. > > Side note: OpenCT is very picky about running for me. openct-control's > 'init' seems to have no effect unless I have a card plugged in, and if I >

Re: [opensc-devel] Eutron CryptoCombo FIPS

2006-04-17 Thread Justin Karneges
On Sunday 16 April 2006 23:53, Chaskiel Grundman wrote: > The attached patch implements the eutron changes from my last message, > including the T=1 fix. It also adds an ifsd negotiation function to > proto-t1.c (taken from the copy of proto-t1.c in the pcsc-lite ccid > driver), and makes use of it