On Wed, Mar 13, 2013, Cipher wrote: > (Re-Aligning) > Hi, > I am trying to build FIPS capable openssl 1.0.1c.(Cross Compiling, but both > OS s are linux x86_64) > Following are the steps i followed- > > 1) Downloaded openssl-fips-2.0.2.tar.gz > untared and build object module in /common/openssl/openssl-fips-2.0.2/ > using - > ./config > make > > fipscanister.o and sha1 files are formed in > /common/openssl/openssl-fips-2.0.2/fips/ folder. >
You need to do: make install to install the module and associated files in an appropriate place. You can set the FIPSDIR environment variable to specify an alternative location. Steve. -- Dr Stephen N. Henson. OpenSSL project core developer. Commercial tech support now available see: http://www.openssl.org ______________________________________________________________________ OpenSSL Project http://www.openssl.org Development Mailing List [email protected] Automated List Manager [email protected]
