[opensc-devel] remove cardmod pcsc driver from internal.

2010-02-16 Thread François Leblanc
Hello, In file src/libopensc/ctx.c: since 'cardmod' driver is a subset of pcsc drivers it should not be use with pcsc driver, if we use the internal keyword (by default) cardmod is loaded too and may conflict with pcsc reader. So I propose to change this with joined patch if someone get better

Re: [opensc-devel] Envoi d'un message : build-ming w32.patch

2010-02-16 Thread Andreas Jellinghaus
Am Dienstag 16 Februar 2010 13:57:07 schrieb François Leblanc: > This is needed to cross build opensc with cardmod support with mingw32 > since winscard.h not present in this case. So to configure --enable-carmod > witch detect cardmod.h header and in this header we need winscard.h or > internal-wi

Re: [opensc-devel] Envoi d'un message : build-min gw32.patch

2010-02-16 Thread François Leblanc
>if some file inside opensc source is not found, then it is propably >an issue with some Makefile (e.g. FOO_CFLAGS += -I${srcdir} needed). >can you give details why/when this is needed, so we can find out >what is wrong? This is needed to cross build opensc with cardmod support with mingw32 si

Re: [opensc-devel] Envoi d'un message : build-ming w32.patch

2010-02-16 Thread Andreas Jellinghaus
you should never need this part: --- trunk/build (révision 100) +++ trunk/build (copie de travail) @@ -239,7 +239,7 @@ echo "Build opensc" cd "${BUILDROOT}/opensc"* || die "cd opensc" ./configure ${CONFIGOPTS} ${EXTRA_OPENSC_CONFIG} \ - CFLAGS="${CFLAGS} --inc

Re: [opensc-devel] Envoi d'un message : build-mingw32.patch

2010-02-16 Thread Alon Bar-Lev
Looks nice. I think that something like: #include "../src/libopensc/internal-winscard.h" Is simpler, no? 2010/2/16 François Leblanc > > Hello Alon, > > Can you have a look on joined patch if it's ok for you. > > It's for building process for mingw32 using internal-winscard.h instead of > > Winsc

[opensc-devel] Envoi d'un message : build-mi ngw32.patch

2010-02-16 Thread François Leblanc
Hello Alon, Can you have a look on joined patch if it's ok for you. It's for building process for mingw32 using internal-winscard.h instead of Winscard.h (like we add cardmod.h I think we can add this minors modification). What do you think about? François. build-mingw32.patch Descripti

Re: [opensc-devel] move to "dist-xz" format / use .tar.xz instead of.tar.gz

2010-02-16 Thread Kalev Lember
On 02/16/2010 11:05 AM, Ralf Schlatterbeck wrote: > On Tue, Feb 16, 2010 at 09:02:29AM +0100, Andreas Jellinghaus wrote: >> distributions like slackware and fedora moved to the "xz" compression >> a while ago, even the kernel developers think about abandoning the >> ".tar.gz" file format in favor o

[opensc-devel] New OpenSC and OpenCT released

2010-02-16 Thread Andreas Jellinghaus
New versions of OpenSC and OpenCT are released today, with improvements for Rutoken S driver mostly. New in OpenCT 0.6.20; 2010-02-16; Andreas Jellinghaus * Modify Rutoken S binary interfaces by Aktiv Co. * Makefiles fixed in doc/ directory http://www.opensc-project.org/files/openct/openct-0.6.20.

Re: [opensc-devel] opensc-pkcs11.so displaying certs differently?since opensc 0.11.10?

2010-02-16 Thread Andreas Jellinghaus
btw, can't you simply download your certificate as file, place it in /etc/ somewhere, and specify it in strongsswan.conf with leftcert= as filename (instead of %smartcard syntax)? that should work well. Regards, Andreas ___ opensc-devel mailing list ope

Re: [opensc-devel] opensc-pkcs11.so displaying certs differently?since opensc 0.11.10?

2010-02-16 Thread Andreas Jellinghaus
I haven't re-read all log files and emails. but this is my general impression as summary: * your card is "strange", as several certificates have the same ID. * I guess the problem is: the old certificate was not deleted or hidden or whatever, so opensc has no reason to not show it. * now the appl

Re: [opensc-devel] move to "dist-xz" format / use .tar.xz instead of.tar.gz

2010-02-16 Thread Ralf Schlatterbeck
On Tue, Feb 16, 2010 at 09:02:29AM +0100, Andreas Jellinghaus wrote: > > distributions like slackware and fedora moved to the "xz" compression > a while ago, even the kernel developers think about abandoning the > ".tar.gz" file format in favor of alternatives with better compression > like ".tar.

Re: [opensc-devel] opensc-pkcs11.so displaying certs differently?since opensc 0.11.10?

2010-02-16 Thread Christian Horn
Found some time to look at this again, was working with opensc 0.11.9 last days in my setup here. On Thu, Feb 04, 2010 at 11:23:20AM +0100, Andreas Jellinghaus wrote: > Am Donnerstag 04 Februar 2010 10:20:37 schrieb Christian Horn: > > > Also the nonworking opensc-rev hands out my personalized c

[opensc-devel] move to "dist-xz" format / use .tar.xz instead of.tar.gz

2010-02-16 Thread Andreas Jellinghaus
Hi, distributions like slackware and fedora moved to the "xz" compression a while ago, even the kernel developers think about abandoning the ".tar.gz" file format in favor of alternatives with better compression like ".tar.bz2" or ".tar.xz" (or short: ".txz"). if we want to try doing something li