Problem solved. :)
I also need to install g++ compiler for minGW.
Thanks
Wei
__
OpenSSL Project http://www.openssl.org
User Support Mailing Listopenssl-users@openssl.org
Auto
Hi all.
I followed every single step described in the User's guide about how to
build FIPS under win32.
I downloaded and installed MinGW and MSYS, started MSYS, untared the
openfips-1.1.1.tar.gz, and then went in the directory and did a ./config
fips; make;
I got this error message after w
Hi.
I am trying to build openSSL0.9.7m against FIPS object module.
FIPs is installed with standard
./config fips
make
make install.
From openSSL-FIPs-1.1.1.tar.gz.
And I downloaded openSSL0.9.7m, and configured it with
./config fips shared --with-fipslibdir=/usr/local/ssl/lib/
--prefix=/opt
openssl-fips-1.1.1 is all that is
required.
If you want an openssl utility of a more recent 0.9.7 version that the one
fips-1.1.1 is based on,
then you would have to do a two pass build as you outlined using one of the
0.9.7 snapshots.
Is that correct everyone?
Chris Marshall
--- Wei Weng <[EM
Hi. Sorry I can not answer your question, but it seems that you are the
only one that is working on getting openssl-fips-1.1.1 to work these
days, so I had to bug you for some trivial questions. :)
Do you think the process I had gone into making openssl-fips-1.1.1 work
is correct? (I do realiz
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