According to the users guide, openssl 1.0.0d is not supported with fips object module. You have to use any 0.9.8j+ series of regular library but not 1.0.0+ . Verify it in the latest available users guide. All the procedures are mentioned in the guide to link your application to the FIPS object module. You have to strictly follow the guide and security policy.
On Fri, Apr 22, 2011 at 10:27 AM, kiran s <[email protected]> wrote: > Hi Team, > > > We are using OpenSSL-Win32 (OpenSSL 1.0.0d) > > We downloaded openssl-fips-1.2.2.tar.gz . > > My application for which we are using OpenSSL needs to run in OpenSSL Fips > mode. > > What is the procedure ? How do I call contents of openssl-fips-1.2.2.tar.gz > from OpenSSL 1.0.0d and make my application compatible and assure it's using > OpenSSL FIPS ? > > > > Please help us. > > > > Regards, > > Varma. >
