[opensc-devel] Problem with OpenSSL and engine_pkcs11

2008-02-14 Thread Antonio Nastasi
Hi, I have compiled libp11 and engine_pkcs11 under windows with Visual C++ 2005 express + Microsoft Platform SDK. Now, when I test engine with openssl with this command: OpenSSL engine -t dynamic -pre SO_PATH:c:\windows\system32\engine_pkcs11.dll -p re ID:pkcs11 -pre LIST_ADD:1 -pre LOAD -pre

Re: [opensc-devel] [opensc-commits] Opensc for OSX Leopard (10.5)

2008-02-14 Thread JP Szikora
Martin Paljak a écrit : On Feb 13, 2008, at 2:18 PM, JP Szikora wrote: The main problem with Leopard is bug in pcscd, which is still not fixed in 10.5.2. The daemon appends 0x00 to the ATR, and probably your card is not recognized anymore by OpenSC The attached patch for

Re: [opensc-devel] [opensc-commits] Opensc for OSX Leopard (10.5)

2008-02-14 Thread Ludovic Rousseau
On Thu, Feb 14, 2008 at 1:15 PM, JP Szikora [EMAIL PROTECTED] wrote: Any feedbacks will be very welcome. Not a feedback on the .dmg but on the Makefile. The Makefile tries to get http://www.opensc-project.org/files/opensc/opensc-0.11.4-svn-r3387.tar.gz but this files does not exist. I also

Re: [opensc-devel] [opensc-commits] Opensc for OSX Leopard (10.5)

2008-02-14 Thread JP Szikora
Ludovic Rousseau a écrit : On Thu, Feb 14, 2008 at 1:15 PM, JP Szikora [EMAIL PROTECTED] wrote: Any feedbacks will be very welcome. Not a feedback on the .dmg but on the Makefile. The Makefile tries to get http://www.opensc-project.org/files/opensc/opensc-0.11.4-svn-r3387.tar.gz

Re: [opensc-devel] Problem with OpenSSL and engine_pkcs11

2008-02-14 Thread Peter Stuge
On Thu, Feb 14, 2008 at 12:09:27PM +0100, Antonio Nastasi wrote: Hi, I have compiled libp11 and engine_pkcs11 under windows with Visual C++ 2005 express + Microsoft Platform SDK. Now, when I test engine with openssl with this command: OpenSSL engine -t dynamic I've broken down the command a

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-14 Thread Martin Paljak
Hi Alon! On Feb 13, 2008, at 10:09 PM, Alon Bar-Lev wrote: I've been working on a new build system for OpenSC. Cool! This has needed attention for a while now. Please provide feedback or review branch [4], so I can request merge. I've not yet had the time to test it on a Debian box but I'll try

Re: [opensc-devel] Problem with OpenSSL and engine_pkcs11

2008-02-14 Thread SiFcenter
But here you're using d:\windows\system32. Why? Windows is on D:\ ...anyway I have tried in other computer with windows in C: * 3664:error:260B6084:engine routines:DYNAMIC_LOAD:dso not found:.\crypto\engine\eng_dyn.c:450: ** [Failure]: MODULE_PATH:d:\windows\system32\opensc-pkcs11.dll * And

Re: [opensc-devel] [TEST REQUEST] OpenSC New Build System

2008-02-14 Thread Alon Bar-Lev
On Thu, Feb 14, 2008 at 7:01 PM, Martin Paljak [EMAIL PROTECTED] wrote: 4. openct, pcsc and nsplugins features are disabled by default. I don't think it's a good idea to by default disable most used reader interfaces by default, as I'd expect most software to behave nicely after a

Re: [opensc-devel] Problem with OpenSSL and engine_pkcs11

2008-02-14 Thread Antonio Nastasi
SiFcenter ha scritto: But here you're using d:\windows\system32. Why? Windows is on D:\ ...anyway I have tried in other computer with windows in C: / 3664:error:260B6084:engine routines:DYNAMIC_LOAD:dso not found:.\crypto\engine\eng_dyn.c:450: // [Failure]: