Re: Installing openssl-fips-1.2

2008-12-01 Thread Dr. Stephen Henson
On Sat, Nov 29, 2008, Jatheen Anand wrote: I think looking at the errors there is a mismatch between 32 and 64 bit ( ELFCLASS32 error ). If you are using cc on solaris and want to configure fips 32 you could use the ./Configure solaris-sparcv9-cc fipscanisterbuild (fips binaries)..then

RE: Installing openssl-fips-1.2

2008-12-01 Thread Donald Dukelow
capable openssl use the ./Configure solaris-sparcv9-cc   fips  --with-fipslibdir ( wherever you have installed the fips libs)..then make..and install… --- On Sat, 11/29/08, Jatheen Anand [EMAIL PROTECTED] wrote: From: Jatheen Anand [EMAIL PROTECTED] Subject: RE: Installing openssl-fips-1.2

Re: Installing openssl-fips-1.2

2008-12-01 Thread Donald Dukelow
Then how would I fix it so it would compil and not violation any security policy --- On Mon, 12/1/08, Dr. Stephen Henson [EMAIL PROTECTED] wrote: From: Dr. Stephen Henson [EMAIL PROTECTED] Subject: Re: Installing openssl-fips-1.2 To: openssl-users@openssl.org Date: Monday, December 1, 2008, 5

RE: Installing openssl-fips-1.2

2008-12-01 Thread David Schwartz
Then how would I fix it so it would compil and not violation any security policy Getting a FIPS build just right is a major pain and requires all kinds of trade offs. I just wouldn't bother unless you absolutely, positively must have a FIPS build for some reason. What you have to do is find

RE: Installing openssl-fips-1.2

2008-12-01 Thread Donald Dukelow
The only reasion I'm installing openSSL is because Perl SSH2 requires it.  Am I getting to deep into this or is there another way I can get the library I need?   --- On Mon, 12/1/08, David Schwartz [EMAIL PROTECTED] wrote: From: David Schwartz [EMAIL PROTECTED] Subject: RE: Installing openssl

RE: Installing openssl-fips-1.2

2008-12-01 Thread David Schwartz
The only reasion I'm installing openSSL is because Perl SSH2 requires it. Am I getting to deep into this or is there another way I can get the library I need? Get OpenSSL-0.9.8e or any other version that SSH2 supports. Then how would I fix it so it would compil and not violation any

RE: Installing openssl-fips-1.2

2008-12-01 Thread Donald Dukelow
I loaded OpenSSL-0.9.8e  which worked for my putpose.   Thank You Don Dukelow --- On Mon, 12/1/08, David Schwartz [EMAIL PROTECTED] wrote: From: David Schwartz [EMAIL PROTECTED] Subject: RE: Installing openssl-fips-1.2 To: openssl-users@openssl.org Date: Monday, December 1, 2008, 1:31 PM

RE: Installing openssl-fips-1.2

2008-11-30 Thread Jatheen Anand
I think looking at the errors there is a mismatch between 32 and 64 bit ( ELFCLASS32 error ). If you are using cc on solaris and want to configure fips 32 you could use the ./Configure solaris-sparcv9-cc fipscanisterbuild (fips binaries)..then make ...and install.. and to build the fips capable