RE: How to build a FIPS-capable OpenSSL on Ubuntu Linux from the latest snapshots?

2012-01-19 Thread Breakthrough
r/bin/openssl.save > sudo ln -s /usr/local/ssl/fips-1.0/bin/openssl /usr/bin/openssl > # Test > openssl version > > > > > > > > > > - >> -Original Message- >> From: owner-openssl-us...@openssl.org >> [mailto:owne

RE: How to build a FIPS-capable OpenSSL on Ubuntu Linux from the latest snapshots?

2011-11-02 Thread Jack D. Pond
s...@openssl.org [mailto:owner-openssl-us...@openssl.org] > On Behalf Of Bill Durant > Sent: Wednesday, November 02, 2011 1:25 AM > To: openssl-users@openssl.org > Cc: Bill Durant > Subject: Re: How to build a FIPS-capable OpenSSL on Ubuntu Linux from the latest > snapshots? > >

Re: How to build a FIPS-capable OpenSSL on Ubuntu Linux from the latest snapshots?

2011-11-01 Thread Bill Durant
On Nov 1, 2011, at 4:34 PM, Bill Durant wrote: > On Nov 1, 2011, at 4:23 PM, Dr. Stephen Henson wrote: >> On Tue, Nov 01, 2011, Bill Durant wrote: >> >>> Hello, >>> >>> What is the procedure for building a FIPS-capable OpenSSL snapshot on >>> Ubuntu 8.04.4 LTS from the following snapshots: >>>

Re: How to build a FIPS-capable OpenSSL on Ubuntu Linux from the latest snapshots?

2011-11-01 Thread Bill Durant
On Nov 1, 2011, at 4:23 PM, Dr. Stephen Henson wrote: > On Tue, Nov 01, 2011, Bill Durant wrote: > >> Hello, >> >> What is the procedure for building a FIPS-capable OpenSSL snapshot on Ubuntu >> 8.04.4 LTS from the following snapshots: >> > > >> ftp://ftp.openssl.org/snapshot/openss

Re: How to build a FIPS-capable OpenSSL on Ubuntu Linux from the latest snapshots?

2011-11-01 Thread Dr. Stephen Henson
On Tue, Nov 01, 2011, Bill Durant wrote: > Hello, > > What is the procedure for building a FIPS-capable OpenSSL snapshot on Ubuntu > 8.04.4 LTS from the following snapshots: > > ftp://ftp.openssl.org/snapshot/openssl-1.0.1-stable-SNAP-20111031.tar.gz > > ftp://ftp.ope

How to build a FIPS-capable OpenSSL on Ubuntu Linux from the latest snapshots?

2011-11-01 Thread Bill Durant
Hello, What is the procedure for building a FIPS-capable OpenSSL snapshot on Ubuntu 8.04.4 LTS from the following snapshots: ftp://ftp.openssl.org/snapshot/openssl-1.0.1-stable-SNAP-20111031.tar.gz ftp://ftp.openssl.org/snapshot/openssl-fips-2.0-test-20111031.tar

Re: attempting to build a FIPS Capable OpenSSL on Win32

2009-01-07 Thread Kyle Hamilton
OpenSSL 0.9.8i does not have the fips code in it. Currently, one must download one of the snapshots from ftp://ftp.openssl.org/snapshot/ (one of the openssl-0.9.8-stable-SNAP-*.tar.gz files) to build a library that can use the FIPS canister. The last word from Dr. Henson is that 0.9.8j is delayed

attempting to build a FIPS Capable OpenSSL on Win32

2009-01-07 Thread Gbenga Taylor
Hi, I've been able to build and install the FIPS object Module from the source. However, when trying to build the OpenSSl distribution (openssl-0.9.8i) with the FIPS object mobile with the following command (according to the user guide): perl Configure VC-WIN32 fips --with-fipslibdir=c:\fips\

Build a FIPS capable openSSL

2007-02-15 Thread Wei Weng
Hi all. I want to know whether this is correct in building a FIPS capable openSSL binaries. download openssl-fips-1.1.1.tar.gz and openssl-0.9.7l.tar.gz, unzip them into their own directories. cd openssl-fips-1.1.1, do ./config fips --prefix=/opt/fips and make; make install is going to in