Re: [SECURITY] OpenSSL 0.9.8d and 0.9.7l released

2006-09-29 Thread Haridharan
? Haridharan smime.p7s Description: S/MIME cryptographic signature

Re: [SECURITY] OpenSSL 0.9.8c and 0.9.7k released

2006-09-06 Thread Haridharan
with removal of unwanted code lines. Will these changes be commited to the OpenSSL releases 0.9.7k and 0.9.8c. If so, when will the tar-balls be available. --Haridharan. __ OpenSSL Project

ECerr function is disabled at compile-time

2006-08-08 Thread Haridharan
function that was disabled at compile-time:ec2_smpl.c:432: 28565:error:100C0010:elliptic curve routines:i2d_ECPrivateKey:EC lib:ec_asn1.c:1244: I tried to debug & found that, the function ECerr is completely missing from the OpenSSL src of 0.9.8b. Can anybody help me. thanks, Haridh

FIPS API's Manuals?

2006-06-27 Thread Haridharan
Hi, Can anybody point me where FIPS API manuals available? thanks, Haridharan __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org

Re: 0.9.8b Error in make install

2006-06-15 Thread Haridharan
\ It worked for me. The bug was in the evaluation of the command 'expr'. Still I like to know whether this is a *CORRECT* fix. Thanks for your support. regards, Haridharan __ OpenSSL Project

0.9.8b Error in make install

2006-06-15 Thread Haridharan
they were created in .sl extension. Please help me. --Haridharan __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List

Is FIPS 140-2 Validation violated

2006-06-13 Thread Haridharan
policy? If so, how can I select the compilers? The same problem occurs in PA-RISC built, it selects hpux-gcc compiler in default. But I need to compile using hpux-cc. I want to *SOLVE* this problem without breaking the FIPS standards. Kindly guide me. Thanks in

Re: Error with FIPS module using static lib

2006-06-12 Thread Haridharan
instead of cc. Thanks a lot Steve. --Haridharan __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automat

Error with FIPS module using static lib

2006-06-12 Thread Haridharan
static library? Thanks in advance, Haridharan __ OpenSSL Project http://www.openssl.org User Support Mailing Listopenssl-users@openssl.org Automated List Manager

Multihomed SSL Server?

2006-06-12 Thread Haridharan
Is there any support for multiple primary domains and associated customer certificates on the same ip and port (i.e. a multihomed SSL server). 

Unsatisfied code symbol 'compress'

2006-06-07 Thread Haridharan
2 gmake[2]: Leaving directory `/disk1/hari/0.9.7j/openssl-0.9.7j/fips-1.0' gmake[1]: *** [all] Error 2 gmake[1]: Leaving directory `/disk1/hari/0.9.7j/openssl-0.9.7j/fips-1.0' gmake: *** [sub_all] Error 1 --Haridharan __

Re: errno=5 in SSL_read( )

2006-04-19 Thread Haridharan Nattamai
  err = SSL_get_error(pSSLObject,nbytesread);  break;    }  }while(SSL_pending(pSSLObject) && (BufSize > 0));  -Original Message-From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED]]On Behalf Of Haridharan NattamaiSent: Wednesday, April 19, 2006 6:59

errno=5 in SSL_read( )

2006-04-19 Thread Haridharan Nattamai
Hi,I'm using openssl v0.9.7i. When I try to receive a huge amount of data sometimes I get errno=5(SSL_ERROR_SYSCALL) and the exact response code is "EOF was observed that violates the protocol". At some cases when this error occurs, I get TCP ZeroWindowViolation in ethereal's trace log. I like to k