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
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
>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
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
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
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
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
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.
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
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
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.
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
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
13 matches
Mail list logo