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
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?
>
>
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:
>>>
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
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
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
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
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\
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