Re: [opensc-devel] Unsing engine_pks11 with openssl-fips 2.0

2012-08-12 Thread Douglas E. Engert
I don't anything in this, other then it looks like it never called OpenSC. OpenSC is compiled with OpenSSL, and it could be conflicts with two different versions of OpenSSL. ldd /usr/lib/engines/engine_pkcs11.so would show what version it wants to use. You may have to recompile OpenSC and use

[opensc-devel] Unsing engine_pks11 with openssl-fips 2.0

2012-08-10 Thread Mathias Tausig
Hello! Has anybody been able to use engine_pkcs11 with the recently released FIPS approved version of openssl? I failed to do so. I was trying to sign a certificate with a FIPS enabled build of openssl (1.0.1c, FIPS object module 2.0) and the PKCS#11 engine (using a Safenet eToken). Opensc and

Re: [opensc-devel] Unsing engine_pks11 with openssl-fips 2.0

2012-08-10 Thread Mathias Tausig
On 08/10/2012 03:41 PM, Douglas E. Engert wrote: Not much to go on below. Sorry. I will provide more information below. Is there a core file produced? No. Can you get a stack trace? Can the fips version be complied with debugging? Can you run this under a debugger? Three times yes. Here