Could you some one explain me the steps for dynamic linking of openssl
fips libraries into my application?

 

I have generated following openssl and fips modules

 

ssleay32.dll

libeay32.dll

ssleay32.lib

libeay32.lib

 

fipscanister.lib

 

I am trying to execute my application with openssl fips 1.2 by linking
above modules dynamically. But FIPS_mode_set(1) function is not setting
the FIPS mode for reason. Could someone tell me if I am doing the right?

Reply via email to