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.
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
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
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