Re: How do I build fips under win32?

2007-03-13 Thread Wei Weng
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

How do I build fips under win32?

2007-03-12 Thread Wei Weng
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

Failed to build openssl0.9.7m with FIPS

2007-02-23 Thread Wei Weng
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

Re: compiling openssl-fips-1.1.1 on HP-UX 11.11

2007-02-23 Thread Wei Weng
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

Re: compiling openssl-fips-1.1.1 on HP-UX 11.11

2007-02-15 Thread Wei Weng
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

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