Re: FIPS build questions

2012-05-12 Thread Dr. Stephen Henson
On Fri, May 11, 2012, Bill Reister wrote: > Hi all, noobie here. No experience with Linux compiling, and having some > issues trying to get a validated FIPS compatible build. > > Using Ubuntu 12.04, fresh install. By default it already has GNU C and GPG > installed, that part all worked fine.

Re: FIPS build questions

2012-05-12 Thread Dr. Stephen Henson
On Sat, May 12, 2012, Simon Convey wrote: > Hi Bill, > Try the following recipe.. > > 1) Clean your system. By default, openssl installs to /usr/local/ssl, and > you existing Ubuntu install will be in /usr, so you are safe to rm -rf > /usr/local/ssl > > 2) get http://www.openssl.org/sou

Re: FIPS build questions

2012-05-12 Thread Simon Convey
Hi Bill, Try the following recipe.. 1) Clean your system. By default, openssl installs to /usr/local/ssl, and you existing Ubuntu install will be in /usr, so you are safe to rm -rf /usr/local/ssl 2) get http://www.openssl.org/source/openssl-1.0.1c.tar.gz 3) get ftp://ftp.openssl.org/sn

FIPS build questions

2012-05-12 Thread Bill Reister
Hi all, noobie here. No experience with Linux compiling, and having some issues trying to get a validated FIPS compatible build. Using Ubuntu 12.04, fresh install. By default it already has GNU C and GPG installed, that part all worked fine. I followed the instructions verbatim from the OpenS