Re: [openssl-users] FIPS Static Library linked into Win32 Dll builds but fails self test

2016-02-03 Thread Jakob Bohm
On 02/02/2016 20:03, Dr. Stephen Henson wrote: On Tue, Feb 02, 2016, Neptune wrote: FIPS Object Module 2.0.9 OpenSSL 1.0.1l Platform: Win32 I am attempting to statically link a FIPS-capable library into a .dll. The .dll is built without errors and by viewing the .dll in a hex editor I can see

Re: [openssl-users] FIPS Static Library linked into Win32 Dll builds but fails self test

2016-02-02 Thread Neptune
Thank you...that would explain why I'm suddenly having success when I give our .dll a fixed address. Unfortunately, this is something we are trying to avoid. Even more unfortunate is we are stuck with Win32 (at least for another year) and linking to the executable is not a solution because the dll

Re: [openssl-users] FIPS Static Library linked into Win32 Dll builds but fails self test

2016-02-02 Thread Dr. Stephen Henson
On Tue, Feb 02, 2016, Neptune wrote: > FIPS Object Module 2.0.9 > OpenSSL 1.0.1l > Platform: Win32 > > I am attempting to statically link a FIPS-capable library into a .dll. The > .dll is built without errors and by viewing the .dll in a hex editor I can > see the correct HMAC is embedded with

[openssl-users] FIPS Static Library linked into Win32 Dll builds but fails self test

2016-02-02 Thread Neptune
FIPS Object Module 2.0.9 OpenSSL 1.0.1l Platform: Win32 I am attempting to statically link a FIPS-capable library into a .dll. The .dll is built without errors and by viewing the .dll in a hex editor I can see the correct HMAC is embedded within and correct, but the self test is failing. Orig