Re: [opensc-devel] [libp11] [PATCH] add missing MSVC build files to make dist target

2009-06-28 Thread Andreas Jellinghaus
Am Sonntag 28 Juni 2009 17:32:53 schrieb Kalev Lember: > Hello, > > libp11-0.2.5.tar.gz doesn't ship with Makefile.mak and winconfig.h files > that are needed for building with MSVC. Those files are, however, > present in SVN. The attached patch adds those two files to the "make > dist" target, so

[opensc-devel] [libp11] [PATCH] add missing MSVC build files to make dist target

2009-06-28 Thread Kalev Lember
Hello, libp11-0.2.5.tar.gz doesn't ship with Makefile.mak and winconfig.h files that are needed for building with MSVC. Those files are, however, present in SVN. The attached patch adds those two files to the "make dist" target, so that they'd get included in next release tarball. -- Kalev Lembe

Re: [opensc-devel] Fix: "rutoken" and "emv" detection

2009-06-28 Thread Martin Paljak
On 28.06.2009, at 10:11, Andreas Jellinghaus wrote: > Am Freitag 26 Juni 2009 16:13:42 schrieb Aktiv Co. Aleksey Samsonov: >> Hello, >> FIX: sc_get_rutoken_driver above EMV because the detection gets >> caught >> there first. >> Patch for trunk revision 3698 is in attachment. Could you please

Re: [opensc-devel] [PATCH] Fix onepin-opensc-pkcs11.dll manifest

2009-06-28 Thread Andreas Jellinghaus
Am Sonntag 28 Juni 2009 11:49:40 schrieb Kalev Lember: > Kalev Lember wrote: > > Hello, > > > > The attached patch fixes onepin-opensc-pkcs11.dll manifest embedding > > with Microsoft compilers. > > Sorry for replying to myself, but could someone please apply this > one-liner? Without this patch ma

Re: [opensc-devel] [PATCH] Fix onepin-opensc-pkcs11.dll manifest

2009-06-28 Thread Kalev Lember
Kalev Lember wrote: > Hello, > > The attached patch fixes onepin-opensc-pkcs11.dll manifest embedding > with Microsoft compilers. Sorry for replying to myself, but could someone please apply this one-liner? Without this patch manifest doesn't get embedded in onepin dll, and because of that the dy

Re: [opensc-devel] iso7816.c:set_security_env:OPERATION_DECIPHER

2009-06-28 Thread Andreas Jellinghaus
Am Freitag 26 Juni 2009 15:26:03 schrieb Aktiv Co. Aleksey Samsonov: > Ludovic Rousseau: > > 2009/6/23 Andreas Jellinghaus : > >> maybe we can obsolete some of those card specific implementations, > >> if the only difference was this value? > > > > Maybe. I had a look at card-setcos.c and the two >

Re: [opensc-devel] iso7816.c:set_security_env:OPERATION_DECIPHER

2009-06-28 Thread Andreas Jellinghaus
Am Freitag 26 Juni 2009 14:31:56 schrieb Aktiv Co. Aleksey Samsonov: > Patch for card-gemsafeV1.c is in attachment, but unfortunately I can't > test it. I don't have this device. neither to I. still, thanks for the patch: applied. Regards, Andreas ___ o

Re: [opensc-devel] iso7816.c:set_security_env:OPERATION_DECIPHER

2009-06-28 Thread Andreas Jellinghaus
Thanks Aleksey, all patches applied and commited. Regards, Andreas ___ opensc-devel mailing list opensc-devel@lists.opensc-project.org http://www.opensc-project.org/mailman/listinfo/opensc-devel

Re: [opensc-devel] Fix: "rutoken" and "emv" detection

2009-06-28 Thread Andreas Jellinghaus
Am Freitag 26 Juni 2009 16:13:42 schrieb Aktiv Co. Aleksey Samsonov: > Hello, > FIX: sc_get_rutoken_driver above EMV because the detection gets caught > there first. > Patch for trunk revision 3698 is in attachment. Could you please add it? > Thanks I rather moved emv to the end - not sure if anyo

Re: [opensc-devel] [Engine PKCS#11] [PATCH] Fix implicit declaration

2009-06-28 Thread Andreas Jellinghaus
Am Samstag 27 Juni 2009 22:45:59 schrieb Arfrever Frehtes Taifersar Arahesis: > fixes the following compiler warning: > > hw_pkcs11.c: In function ‘pkcs11_engine_ctrl’: > hw_pkcs11.c:146: warning: implicit declaration of function ‘set_init_args’ thanks, applied. Andreas __