on 2019 Aug 07 7:33 PM
FIPS support is not available for 32-bit software on 64-bit Windows
Why not?
Request clarification before answering.
When you load a FIPS DLL, the DLL must first do some integrity checking to make sure it hasn't been tampered with. Basically the DLL calculates some sort of checksum on its own memory space and ensures that the result is what it expects.
I don't remember the details, but something about the way that 32-bit DLLs are loaded by 64-bit Windows caused the DLL to get that memory check wrong, and so it always thinks the DLL has been modified and refuses to load. This is OpenSSL FIPS-validated code (not ours) and so we are not allowed to change it.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
What do mean by that? AFAIK, there should be a 64-bit FIPS DLL in your install when you have the according license, see here...
I'd suggest a vacation at the beach, but that can be perilous too...
User | Count |
---|---|
62 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.