Re: Problem building Openssl-0.9.8j with fips

2009-01-14 Thread Justin A
Thanks, Justin --- On Wed, 1/14/09, Dr. Stephen Henson wrote: From: Dr. Stephen Henson Subject: Re: Problem building Openssl-0.9.8j with fips To: openssl-users@openssl.org Date: Wednesday, January 14, 2009, 2:11 PM On Wed, Jan 14, 2009, Justin A wrote: > Hello Dr. Steve, > > Tha

Re: Problem building Openssl-0.9.8j with fips

2009-01-14 Thread Dr. Stephen Henson
On Wed, Jan 14, 2009, Justin A wrote: > Hello Dr. Steve, > > Thank you for your response. > > I tried the workaround you mentioned (util\pl\VC-32.pl )  changed line 408 to > $ret.= "$mwex \$(EX_LIBS) " if ($files =~ /O_FIPSCANISTER/ && > !$fipscanisterbuild); > > Still getting the same error

Re: Problem building Openssl-0.9.8j with fips

2009-01-14 Thread Justin A
Okie by adding this one  bufferoverflowU.lib, I was able to surpass the error. Thanks, Justin --- On Wed, 1/14/09, Justin A wrote: From: Justin A Subject: Re: Problem building Openssl-0.9.8j with fips To: openssl-users@openssl.org Date: Wednesday, January 14, 2009, 11:13 AM Hello Dr. Steve

Re: Problem building Openssl-0.9.8j with fips

2009-01-14 Thread Justin A
tin --- On Wed, 1/14/09, Dr. Stephen Henson wrote: From: Dr. Stephen Henson Subject: Re: Problem building Openssl-0.9.8j with fips To: openssl-users@openssl.org Date: Wednesday, January 14, 2009, 4:18 AM On Tue, Jan 13, 2009, Justin A wrote: > Dr. Stephen, > > Thanks for your reply. A

Re: Problem building Openssl-0.9.8j with fips

2009-01-14 Thread Dr. Stephen Henson
On Tue, Jan 13, 2009, Justin A wrote: > Dr. Stephen, > > Thanks for your reply. After changing to what you have mentioned I am getting > this security error during linking. > > > ===Error log === > C:\openssl-0.9.8j>nmake -f ms\nt.mak > > Microsoft (R) Program Maintenance Utility   Version 7.

Re: Problem building Openssl-0.9.8j with fips

2009-01-14 Thread Dr. Stephen Henson
On Tue, Jan 13, 2009, Blasdel, Jerry wrote: > Fips - > > bash-3.00$ ./config -t > Operating system: sun4u-whatever-solaris2 > Configuring for solaris64-sparcv9-cc > /usr/bin/perl ./Configure solaris64-sparcv9-cc > /WWW/netuser/GTSAPU/build/extract/openssl-fips/openssl-fips-1.2 > > Openssl - >

Re: Problem building Openssl-0.9.8j with fips

2009-01-13 Thread Justin A
in function .hmac_init out32\fips_standalone_sha1.exe : fatal error LNK1120: 2 unresolved externals NMAKE : fatal error U1077: 'link' : return code '0x460' Stop. Thanks, Justin --- On Tue, 1/13/09, Dr. Stephen Henson wrote: From: Dr. Stephen Henson Subject: Re: P

RE: Problem building Openssl-0.9.8j with fips

2009-01-13 Thread Blasdel, Jerry
- From: owner-openssl-us...@openssl.org [mailto:owner-openssl-us...@openssl.org] On Behalf Of Dr. Stephen Henson Sent: Tuesday, January 13, 2009 10:08 AM To: openssl-users@openssl.org Subject: Re: Problem building Openssl-0.9.8j with fips On Tue, Jan 13, 2009, Blasdel, Jerry wrote: > St

Re: Problem building Openssl-0.9.8j with fips

2009-01-13 Thread Dr. Stephen Henson
On Tue, Jan 13, 2009, Blasdel, Jerry wrote: > Steve, > > The platform is Solaris 10. > > PATH=/usr/ccs/bin:/usr/openwin/bin:/opt/SUNWspro/bin:/usr/bin:/usr/local > /bin:/opt/viscobol:/usr/perl5/bin > > Steps: > 1. extract openssl-fips-1.2 > 2. ./config fipscanisterbuild > 3. make > 4. make

RE: Problem building Openssl-0.9.8j with fips

2009-01-13 Thread Blasdel, Jerry
1.o ../crypto/sha/sha1dgst.o ../crypto/sha/sha256.o ../crypto/sha/sha512.o ../crypto/uid.o' THIS=${THIS:-build_fips} MAKEFILE=Makefile MAKEOVERRIDES= TOP=.. DIR=$dir $target ) || exit 1; fi; fi make: Fatal error: Command failed for target `build_fips' I got the same errors when I too

Re: Problem building Openssl-0.9.8j with fips

2009-01-13 Thread Dr. Stephen Henson
On Mon, Jan 12, 2009, Justin A wrote: > > Hi All, > > I am getting this error ( below)  while building fips capable  OpenSSL on > version 0.9.8j on WIN-IA64  showing possible loss of data and bails out. > > 1) I did NOT have any issues building the fips - 1.2 ( fipscanister build - > FIPS MOD

Re: Problem building Openssl-0.9.8j with fips

2009-01-12 Thread Dr. Stephen Henson
On Mon, Jan 12, 2009, Blasdel, Jerry wrote: > I am having a problem trying to build OpenSSL-0.9.8j fips enabled. If > I do not add ${EX_LIBS) to the end of the line below I get errors > building fips_standalone_sha1. It cannot find socket and connect > functions. > > > > Am I missing some e