Re: [opensc-devel] changeset 3765 and sc_keycache_set_pin_name

2009-10-08 Thread Aktiv Co. Aleksey Samsonov
Hello, Aktiv Co. Aleksey Samsonov: > I think, we need to rollback: > > Index: src/pkcs15init/keycache.c > === > --- src/pkcs15init/keycache.c (revision 3765) > +++ src/pkcs15init/keycache.c (working copy) > @@ -259,17 +259,11 @@

[opensc-devel] pkcs15-tool reading objects with no auth_id

2009-10-08 Thread João Poupino
Hi all, I'm wondering why does pkcs15-tool read an object with no auth_id by default. The code is this: printf("Path:%s\n", sc_print_path(&cinfo->path)); printf("Auth ID: %s\n", sc_pkcs15_print_id(&objs[i]- >auth_id)); if (objs[i]->auth_id.len ==

[opensc-devel] Opensc minidriver for base csp.

2009-10-08 Thread François Leblanc
Hi, I've joined a patch to build a windows minidriver useable with basecsp. This patch produce a dll named "opensccm.dll" (only for window of course) and a binary testcsp.exe You have to change "atr" value and put yours on "opensccm.reg" before to register. I've successfully have certifi

Re: [opensc-devel] changeset 3765 and sc_keycache_set_pin_name

2009-10-08 Thread Andreas Jellinghaus
Am Mittwoch 07 Oktober 2009 11:34:36 schrieb Aktiv Co. Aleksey Samsonov: > I think, we need to rollback: propably the best idea. the old code was working, I don't understand why the new code is necessary (ok, I don't understand the whole keycache stuff I admit), so going back to the old code that

Re: [opensc-devel] changeset 3765 and sc_keycache_set_pin_name

2009-10-08 Thread Aleksey Samsonov
Hello, Andreas Jellinghaus wrote: > Am Mittwoch 07 Oktober 2009 11:34:36 schrieb Aktiv Co. Aleksey Samsonov: >> I think, we need to rollback: > > propably the best idea. > the old code was working, I don't understand why the new code is > necessary (ok, I don't understand the whole keycache stuff