Weird issue with 32 bit DLL involving FIPS

2013-03-16 Thread Glenn Smith
Ok, I've got a very weird issue involving OpenSSL 1.0.1e with FIPS. When I run my test application which uses a dynamic dll, every other attempt will fail with this error: error:2D09F086:FIPS routines:FIPS_digestupdate:selftest failed This happens with both checked and free builds. I'm using

Re: Need help with Windows and FIPS enabled OpenSSL libs

2013-02-28 Thread Glenn Smith
I wondered about that. I saw several mentions about that. -- View this message in context: http://openssl.6102.n7.nabble.com/Need-help-with-Windows-and-FIPS-enabled-OpenSSL-libs-tp43956p43975.html Sent from the OpenSSL - User mailing list archive at Nabble.com.

Re: Need help with Windows and FIPS enabled OpenSSL libs

2013-02-28 Thread Glenn Smith
Does the same apply to DLLs? I'm planning on using OpenSSL+Fips in a DLL that gets loaded either by other DLLs or directly from an application as a support DLL (the App won't be known, as we're doing DLL to be used by other vendors). -- View this message in context:

Re: Windows WinCrypt to OpenSSL - help

2013-02-26 Thread Glenn Smith
I gave up on WinCrypt. I never could get a IV or KEY that was usuable by the OpenSSL tool. -- View this message in context: http://openssl.6102.n7.nabble.com/Windows-WinCrypt-to-OpenSSL-help-tp43840p43955.html Sent from the OpenSSL - User mailing list archive at Nabble.com.

Need help with Windows and FIPS enabled OpenSSL libs

2013-02-26 Thread Glenn Smith
I'm trying to validate my build of the OpenSSL + Fips static libraries. I did verify that the OpenSSL.exe is fips enabled per some of the documentation I've seen. When I try to enable FIPs mode in my app, I get a failure in FIPS_check_incore_fingerprint. From what I can determine, sig has some

Windows WinCrypt to OpenSSL - help

2013-02-19 Thread Glenn Smith
Ok, I admit I'm a newbie and has probably been answered 1000s of times - although I haven't found the answer. I'm trying to do something simple. I'm trying to convert a simple string using AES-256 and the Windows WinCRYPT api and have the output be something I can then decrypt with OpenSSL on a