Hi OpenSSl ,

I have followed the below method . Can you please check if i am following
the correct procedure

=================================
    1. Compile openssl-fips1.2 module
    =================================
        a. Extract the contents of openssl-fips-1.2.tar.gz to
C:\openssl-fips-1.2\  - Success
        b. Open Visual Studio 2005 Command Prompt.
        c. cd C:\Pradeep\Builds\openssl\1_2\  - Success
        d. ms\do_fips no-asm  - Success
e. nmake -f ms\ntdll.mak  - Success
f. nmake -f ms\ntdll.mak install  - Success

        Compiled FIPS module is located at
C:\Pradeep\Builds\openssl\1_2\out32dll - Success

    =======================================================
    2. Integrate compiled openssl-fips1.2 in openssl-0.9.8za
    =======================================================
        a. Extract the contents of tar file to
C:\Pradeep\Builds\openssl\0_9_8za
        b. Open Visual Studio 2008 Command Prompt.
        c. cd C:\openssl-1.0.1e-fips-compliant\
        e. perl Configure VC-WIN64A fips
--with-fipslibdir=C:\Pradeep\Builds\openssl\1_2\out32dll  - Success
        f. ms\do_64a - Success
        g. nmake -f ms\ntdll.mak - Success
        h. nmake -f ms\ntdll.mak install - Success
        i. Compiled FIPS compliant OpenSSL exe is located at
C:\Pradeep\Builds\openssl\0_9_8za\out32dll\openssl.exe  - Success
        j. Run C:\usr\local\ssl\bin\openssl.exe and type "version".-
Success
        k. Compiled FIPS compliant OpenSSL fipslibeay32.lib, ssleay32.lib
 are located at C:\Pradeep\Builds\openssl\0_9_8za\out32dll
 However if i run a sample x64 program using the generated library i am
getting the error - The application was unable to start correctly.
Please let me know if i have missed any steps and the reason behind the
error.

Regards,
Pradeep

Reply via email to