Re: FIPS module loading problem on windows 10 (ms vc 2015)

2022-01-26 Thread Matt Caswell
You might want to dump out the OpenSSL error queue to see if there are any hints. For example: ERR_print_errors_fp(stdout); Matt On 26/01/2022 16:11, Gregory Letaille wrote: Hi  I retrieved and compiled official openssl 3 version from openssl site configure the project with such command l

FIPS module loading problem on windows 10 (ms vc 2015)

2022-01-26 Thread Gregory Letaille
Hi I retrieved and compiled official openssl 3 version from openssl site configure the project with such command line perl Configure enable-fips VC-WIN32 --debug --prefix=D:\outssl\Dll\x32\debug --openssldir=D:\outssl\ssl nmake nmake install debug and release version tested all seems fine eve