Error in building openssl-1.0.0-beta4 in AIX

2009-11-13 Thread joshi chandra
Hi ALL , I tried to build openssl-1.0.0-beta4 version of Openssl for AIX . I am getting error while building . I have followed the following step. 1. ./Configure -DSSL_ALLOW_ADH --prefix=/usr --openssldir=/var/ssl no-idea no-rc5 no-ec no-symlinks shared threads aix-cc Configuring for

Fips Capable Openssl 9.8 J fails for xlc_r compiler

2009-01-27 Thread joshi chandra
Hi All, I am facing problem when i am trying to build shared library of fips capable openssl 9.8J. I am using aix-xlc_r to build openssl 9.8j and whenever i try to run and aix-cc compiler for opensslfips 1.2 (I was able to build static library with no-shared option ) sh testfipsssl test SSL

Make test fails for openssl fips 1.2 for 64 bit

2009-01-20 Thread joshi chandra
Hi All, I have came across the error when i build openssl fips 1.2 for 64 bit . ./Configure fipscanisterbuild aix64-cc make was successful make test results the following error $ sh testss make a certificate request using 'req' rsa Generating a 1024 bit RSA private key ..++

validating certificate chain

2009-01-16 Thread joshi chandra
Hi All, I have chain of certificate in a single file (Bundle of certificate in a single file ).How can i verify the validity of certificate chain . Is there any openssl utility (openssl -verify) which i can use to validate it or is there any way to do the same thing Thanks In Advance Joshi

How to use ssl V3 version for openssl 9.8h

2008-12-14 Thread joshi chandra
Hi All, I have a requirement to use only SSL v3 version of openssl 9.8h . I believe, both ssl V2 and ssl V3 is used now . So to implement this ,what all changes i have to make to implement this requirement.I believe only i have to change some configuration file. Please Help. Thanks in Advance

What would cause a seg fault?

2008-10-22 Thread joshi chandra
Hi All, I have recompiled the shared object file SSLeay.so to link to the version of libssl.a provided by openssl.base. Previously, this shared object linked to the libssl.a (openssl 9.8h) provided by the RPM on the Linux Toolbox for AIX.Now that the shared object is linked against the newer

OpenSSL 'zlib' Compression Memory Leak Remote Denial of Service Vulnerability in openssl 0.9.8h

2008-10-14 Thread joshi chandra
Hi All, I am using openssl 9.8h and i have found Compression Memory Leak Remote Denial of Service Vulnerability in it. The vulnerability info can be found in the following link http://www.securityfocus.com/bid/31692/info. Is there any patches i can apply on openssl 0.9.8h please help Thanks

Openssl Fips Shared Library

2008-09-18 Thread joshi chandra
Hi I was trying to build shared library of fips and i am facing some problem with that .This is the step i have done 1. I have created the fips object module (used openssl fips 1.1.2) 2. Used openssl 0.9.7m to create fips capable module and when i use shared option in ./configure ,all the

Re: Openssl Fips Shared Library

2008-09-18 Thread joshi chandra
Chandran Patrick Patterson-3 wrote: Hi Joshi: On September 18, 2008 11:01:28 am joshi chandra wrote: Hi I was trying to build shared library of fips and i am facing some problem with that .This is the step i have done 1. I have created the fips object module (used openssl fips 1.1.2) 2

Re: Openssl Fips Shared Library

2008-09-18 Thread joshi chandra
when i have used shared option in the ./Configure , i was able to compile the openssl 0.9.7m successfully but when i tested the fips function in the test folder ,that time it was producing the error message and when i removed shared option by no-shared option in the ./Configure command in the