Re: [opensc-devel] [opensc-commits] svn opensc changed [3757] add GOST R 34.10-2001 algorithm (only PKCS#11) by Aktiv Co.

2009-10-06 Thread Andreas Jellinghaus
When updating pkcs11.h, please sync with scut [1] Maintainer is at [2]. no worries, I will take care of that. is the patch ok otherwise? then I will apply it. Regards, Andreas ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org

Re: [opensc-devel] new opensc 0.11.* release?

2009-10-06 Thread Andreas Jellinghaus
Am Montag 05 Oktober 2009 08:48:07 schrieb François Leblanc: Hi, shall we create a new opensc 0.11.* release? things to wait for before we create such a release? Hi Andreas, Maybe you should add my patch to permit building opensc without openssl and patch from Aktiv Co. Aleksey Samsonov

Re: [opensc-devel] new opensc 0.11.* release?

2009-10-06 Thread Andreas Jellinghaus
Am Samstag 03 Oktober 2009 10:05:37 schrieb Andreas Jellinghaus: Hi, shall we create a new opensc 0.11.* release? things to wait for before we create such a release? Aleksey commited the latest rutoken changes for GOST algorithm, I added the pending patches for westcos driver and GemsafeV2

Re: [opensc-devel] [opensc-commits] svn opensc changed [3757] add GOST R 34.10-2001 algorithm (only PKCS#11) by Aktiv Co.

2009-10-06 Thread Alon Bar-Lev
The pkcs11.h hank looks right. On Tue, Oct 6, 2009 at 8:08 AM, Andreas Jellinghaus a...@dungeon.inka.de wrote: When updating pkcs11.h, please sync with scut [1] Maintainer is at [2]. no worries, I will take care of that. is the patch ok otherwise? then I will apply it. Regards, Andreas

Re: [opensc-devel] [opensc-user] Gemalto Classic TPC IM

2009-10-06 Thread Georges Bart
2009/9/21 Andreas Jellinghaus a...@dungeon.inka.de: Am Donnerstag 22 Mai 2008 15:42:19 schrieb Georges Bart: I bought a card from gemalto (Classic TPC IM) and I've got some problem to interact with it and opensc. I think your card is using the GemSafe v2 applet with a PKCS#15 mapping. I

Re: [opensc-devel] [opensc-user] Gemalto Classic TPC IM

2009-10-06 Thread Andreas Jellinghaus
Am Dienstag 06 Oktober 2009 09:00:19 schrieb Georges Bart: This patch is not finished and will lock many cards. ok, thanks for letting me know. I reverted the changes. I do not use/work on this code any more so I can't really help. so I guess it is best to leave the code out of opensc, unless

Re: [opensc-devel] [opensc-commits] svn opensc changed [3757] add GOST R 34.10-2001 algorithm (only PKCS#11) by Aktiv Co.

2009-10-06 Thread Aktiv Co. Aleksey Samsonov
Alon Bar-Lev: The pkcs11.h hank looks right. On Tue, Oct 6, 2009 at 8:08 AM, Andreas Jellinghaus a...@dungeon.inka.de wrote: When updating pkcs11.h, please sync with scut [1] Maintainer is at [2]. no worries, I will take care of that. is the patch ok otherwise? then I will apply it.

Re: [opensc-devel] [PATCH] pam_pkcs11: fix buildsystem

2009-10-06 Thread Diego Elio “Flameeyes” Pettenò
Il giorno Tue, 06/10/2009 alle 10.10 +0200, Ludovic Rousseau ha scritto: According to gcc(1): You're looking at the wrong command's man page (and actually, you cannot find it on any manpage): that -shared is part of libtool's interface (it's LTLIBRARY for a reason). See my own guide at

[opensc-devel] changeset 3765 and sc_keycache_set_pin_name

2009-10-06 Thread Aktiv Co. Aleksey Samsonov
Hello, Rutoken initialization failed after http://www.opensc-project.org/opensc/changeset/3765#file8 only (trunk/src/pkcs15init/keycache.c) Example: $ pkcs15-init -E -C --so-pin 87654321 --so-puk OK! $ pkcs15-init -l Rutoken ECP User PIN -a 02 --pin 12345678 --puk -P --so-pin 87654321 -F

Re: [opensc-devel] [PATCH] pam_pkcs11: fix buildsystem

2009-10-06 Thread Ludovic Rousseau
2009/10/6 Diego Elio “Flameeyes” flamee...@gmail.com: Il giorno Tue, 06/10/2009 alle 10.10 +0200, Ludovic Rousseau ha scritto: According to gcc(1): You're looking at the wrong command's man page (and actually, you cannot find it on any manpage): that -shared is part of libtool's interface

Re: [opensc-devel] [PATCH] Fix OpenSC PKCS#11 object grouping

2009-10-06 Thread Aktiv Co. Aleksey Samsonov
Hello, Pierre Ossman: On Mon, 5 Oct 2009 11:28:12 +0300 Martin Paljak mar...@paljak.pri.ee wrote: On 05.10.2009, at 11:01, Pierre Ossman wrote: New attempt, this time against r3756 (r18006 was our internal repo, for those curious :)), as an attachment and without a signature on the mail.

Re: [opensc-devel] changeset 3765 and sc_keycache_set_pin_name

2009-10-06 Thread Aktiv Co. Aleksey Samsonov
Aktiv Co. Aleksey Samsonov: Hello, Rutoken initialization failed after http://www.opensc-project.org/opensc/changeset/3765#file8 $ pkcs15-init -l Rutoken ECP User PIN -a 02 --pin 12345678 --puk -P --so-pin 87654321 -F Failed to store PIN: Requested object not found = new_entry - calloc

Re: [opensc-devel] changeset 3765 and sc_keycache_set_pin_name

2009-10-06 Thread Martin Paljak
Hello Aleksey and others, Those of you who have used pkcs15init API, can anyone explain the way keycache works? There is some extra magic happening that does not only USER_PIN/SO_PIN - PIN value mapping but deals with naming PINs? What is this used for in keycache.c:

Re: [opensc-devel] new opensc 0.11.* release?

2009-10-06 Thread Aktiv Co. Aleksey Samsonov
Andreas Jellinghaus: Am Dienstag 06 Oktober 2009 10:17:08 schrieb Aktiv Co. Aleksey Samsonov: I want to make a few changes to cleanup. It takes me a few hours to do it. ok. no hurries, let me know when its done. a few days more or less before the next release doesn't matter. And there is

Re: [opensc-devel] changeset 3765 and sc_keycache_set_pin_name

2009-10-06 Thread Andreas Jellinghaus
Am Dienstag 06 Oktober 2009 16:06:52 schrieb Aktiv Co. Aleksey Samsonov: Aktiv Co. Aleksey Samsonov: Hello, Rutoken initialization failed after http://www.opensc-project.org/opensc/changeset/3765#file8 $ pkcs15-init -l Rutoken ECP User PIN -a 02 --pin 12345678 --puk -P --so-pin