Re: [users@httpd] SSLFIPS invalid, rebuild httpd and openssl compiled for FIPS

2011-03-12 Thread William A. Rowe Jr.
On 3/11/2011 7:54 AM, Keith Theman wrote: > Thank you. but can you tell me, or point me to the directions to build > the fips > canister and openssl together ? You would NEVER NEVER want to do this. There's only one tarball you want to build for FIPS, and it grows very stale w.r.t. the overa

Re: [users@httpd] SSLFIPS invalid, rebuild httpd and openssl compiled for FIPS

2011-03-11 Thread J. Greenlees
Keith Theman wrote: > Thank you. but can you tell me, or point me to the directions to build > the fips canister and openssl together ? >>> ./config fipscanisterbuild --prefix=/u01/openssl >>> make >>> make install fips sources and openssl sources in the same tree, with executables being ins

RE: [users@httpd] SSLFIPS invalid, rebuild httpd and openssl compiled for FIPS

2011-03-11 Thread Keith Theman
Thank you. but can you tell me, or point me to the directions to build the fips canister and openssl together ? > Date: Fri, 11 Mar 2011 07:41:51 -0600 > From: wr...@rowe-clan.net > To: users@httpd.apache.org > Subject: Re: [users@httpd] SSLFIPS invalid, rebuild httpd

Re: [users@httpd] SSLFIPS invalid, rebuild httpd and openssl compiled for FIPS

2011-03-11 Thread William A. Rowe Jr.
On 3/11/2011 7:26 AM, Keith Theman wrote: > Hello, > > I am trying to build apache 2.2.17 with FIPS openssl on Red Hat 5. Any ideas > what could > be wrong?: > > 1.) I downloaded and installed FIPS > > http://www.openssl.org/source/openssl-fips-1.2.2.tar.gz > > ./config fipscanisterbuild --p

[users@httpd] SSLFIPS invalid, rebuild httpd and openssl compiled for FIPS

2011-03-11 Thread Keith Theman
Hello, I am trying to build apache 2.2.17 with FIPS openssl on Red Hat 5. Any ideas what could be wrong?: 1.) I downloaded and installed FIPS http://www.openssl.org/source/openssl-fips-1.2.2.tar.gz ./config fipscanisterbuild --prefix=/u01/fipsssl --openssldir=/u01/openssl make make install