Re: [opensc-devel] Initial ECDSA modifications to OpenSC for use with PIV cards in OpenSC #295

2010-12-09 Thread Aleksey Samsonov
Hello, Douglas E. Engert wrote: > Great for now. But in SVN pkcs15-sec.c:188,189: > > 187 switch (obj->type) { > 188 /* FIXME -DEE GOSTR is misusing the sc_card_find_rsa_alg */ > 189 case SC_PKCS15_TYPE_PRKEY_GOSTR3410: > 190 case SC_PKCS15_TYPE_PRKEY_RSA: > 191

Re: [opensc-devel] GOOZE discount and sales offer

2010-12-09 Thread Peter Stuge
Jean-Michel Pouré - GOOZE wrote: > > sells single pki cards starting at € > > (10 cost each). jcop dual interface starting at 1***€. > > At GOOZE we are waiting for plenty of new products and we make very > nice offers. > > I would like to make confirm: can we use the OpenSC mai

Re: [opensc-devel] win32: path to OpenSC windows registers

2010-12-09 Thread Viktor TARASOV
Viktor TARASOV wrote: > Nikolay Elenkov wrote: > >> On 2010/12/07 16:03, Martin Paljak wrote: >> >> >>> On Dec 7, 2010, at 4:41 AM, Nikolay Elenkov wrote: >>> >>> >>> On 2010/12/07 2:36, Viktor TARASOV wrote: >> [1] >> http://www.o

Re: [opensc-devel] [opensc-commits] svn opensc changed[4930] add to r4904: fix calculating of signature size for CKK_GOSTR3410

2010-12-09 Thread Martin Paljak
Hello, On Dec 9, 2010, at 9:23 AM, webmas...@opensc-project.org wrote: > Revision: 4930 > Author: s > Date: 2010-12-09 07:23:10 + (Thu, 09 Dec 2010) > > Log Message: > --- > add to r4904: fix calculating of signature size for CKK_GOSTR3410 > > -

Re: [opensc-devel] win32: path to OpenSC windows registers

2010-12-09 Thread Kalev Lember
On 12/07/2010 10:43 AM, Viktor TARASOV wrote: > The Gemalto and Oberthur (in the recent versions) middlewares install > their DLLs into the 'Program Files'. > My hidden motivation to do the same for the OpenSC MSI is that I do not > managed to build the MSI > that un-installs the DLLs installed in

Re: [opensc-devel] [opensc-commits] svn opensc changed[4930] add to r4904: fix calculating of signature size for CKK_GOSTR3410

2010-12-09 Thread Kalev Lember
On 12/09/2010 11:40 AM, Martin Paljak wrote: > Hello, > On Dec 9, 2010, at 9:23 AM, webmas...@opensc-project.org wrote: > >> Revision: 4930 >> Author: s >> Date: 2010-12-09 07:23:10 + (Thu, 09 Dec 2010) >> >> Log Message: >> --- >> add to r4904: fix calculating of signature size f

Re: [opensc-devel] llibopensc.pc is not installed

2010-12-09 Thread Kalev Lember
On 12/07/2010 05:21 PM, Frank Morgner wrote: > Hi! > >> You're not supposed to link against libopensc via the sc_* API but use >> PKCS#11. It is possible but not encouraged, thus the .pc file is >> removed. > > Why is it not encouraged? > >> Why do you need libopensc.pc (or what is linking agains l

Re: [opensc-devel] [opensc-commits] svn opensc changed[4930] add to r4904: fix calculating of signature size for CKK_GOSTR3410

2010-12-09 Thread Aleksey Samsonov
Hello, 2010/12/9 Martin Paljak : > Hello, > On Dec 9, 2010, at 9:23 AM, webmas...@opensc-project.org wrote: > >> Revision: 4930 >> Author:   s >> Date:     2010-12-09 07:23:10 + (Thu, 09 Dec 2010) >> >> Log Message: >> --- >> add to r4904: fix calculating of signature size for CKK_GOST

Re: [opensc-devel] 0.12.0 release date and windows installer

2010-12-09 Thread Kalev Lember
On 12/06/2010 01:25 PM, Martin Paljak wrote: > Hello, > > On Dec 6, 2010, at 12:37 PM, Johannes Becker wrote: > >> Am Donnerstag 02 Dezember 2010 schrieb Martin Paljak: >> Have you decided on a release date yet for 0.12.0? >>> >>> Either today or tomorrow. >> I didn't find any newer versions i

Re: [opensc-devel] [opensc-commits] svn opensc changed[4930] add to r4904: fix calculating of signature size for CKK_GOSTR3410

2010-12-09 Thread Andre Zepezauer
On Thu, 2010-12-09 at 14:31 +0300, Aleksey Samsonov wrote: > Hello, > > 2010/12/9 Martin Paljak : > > Hello, > > On Dec 9, 2010, at 9:23 AM, webmas...@opensc-project.org wrote: > > > >> Revision: 4930 > >> Author: s > >> Date: 2010-12-09 07:23:10 + (Thu, 09 Dec 2010) > >> > >> Log Messag

Re: [opensc-devel] [opensc-commits] svn opensc changed[4930] add to r4904: fix calculating of signature size for CKK_GOSTR3410

2010-12-09 Thread Douglas E. Engert
On 12/9/2010 8:41 AM, Andre Zepezauer wrote: > On Thu, 2010-12-09 at 14:31 +0300, Aleksey Samsonov wrote: >> Hello, >> >> 2010/12/9 Martin Paljak: >>> Hello, >>> On Dec 9, 2010, at 9:23 AM, webmas...@opensc-project.org wrote: >>> Revision: 4930 Author: s Date: 2010-12-09 07:2

Re: [opensc-devel] [opensc-commits] svn opensc changed[4930] add to r4904: fix calculating of signature size for CKK_GOSTR3410

2010-12-09 Thread Andre Zepezauer
On Thu, 2010-12-09 at 09:38 -0600, Douglas E. Engert wrote: > > On 12/9/2010 8:41 AM, Andre Zepezauer wrote: > > On Thu, 2010-12-09 at 14:31 +0300, Aleksey Samsonov wrote: > >> Hello, > >> > >> 2010/12/9 Martin Paljak: > >>> Hello, > >>> On Dec 9, 2010, at 9:23 AM, webmas...@opensc-project.org wro

Re: [opensc-devel] win32: path to OpenSC windows registers

2010-12-09 Thread Nikolay Elenkov
On 2010/12/09 20:22, Kalev Lember wrote: > Victor, that's a very good idea to use standard MSI generated with WiX! > > Instead of adding 'Program Files\OpenSC' directory to PATH, it might be > better to put all the deps (libopensc.dll, zlib.dll, iconv.dll, etc) > into WinSxS [1] and only put the