RE: Crypt::SSLeay

2003-01-30 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
Message- >From: Cliff Woolley [mailto:[EMAIL PROTECTED] >Sent: Wednesday, January 29, 2003 6:43 PM >To: [EMAIL PROTECTED] >Subject: Re: Crypt::SSLeay > > > >Figured it out. It was a bug in Crypt::SSLeay ... not sure how it ever >even worked. I'm sending them the followin

Re: Crypt::SSLeay

2003-01-30 Thread Cliff Woolley
On Thu, 30 Jan 2003, William A. Rowe, Jr. wrote: > That's actually sorta sad... are they missing CRYPTO_malloc_init as well? [EMAIL PROTECTED]:../build/Crypt-SSLeay-0.45# grep -i CRYPTO_malloc_init * [EMAIL PROTECTED]:../build/Crypt-SSLeay-0.45# Looks that way, yeah... :) --Cliff

Re: Crypt::SSLeay

2003-01-30 Thread William A. Rowe, Jr.
That's actually sorta sad... are they missing CRYPTO_malloc_init as well? At 08:42 PM 1/29/2003, Cliff Woolley wrote: >Figured it out. It was a bug in Crypt::SSLeay ... not sure how it ever >even worked. I'm sending them the following patch: > >--- SSLeay.xs.orig 2002-08-01 17:43:22.00

Re: Crypt::SSLeay

2003-01-30 Thread Cliff Woolley
Figured it out. It was a bug in Crypt::SSLeay ... not sure how it ever even worked. I'm sending them the following patch: --- SSLeay.xs.orig 2002-08-01 17:43:22.0 -0400 +++ SSLeay.xs 2003-01-29 21:41:17.0 -0500 @@ -109,6 +109,7 @@ SSLeay_add_all_algorithms

Re: Crypt::SSLeay

2003-01-29 Thread Stas Bekman
Cliff Woolley wrote: On Wed, 29 Jan 2003, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: PS : I'm using Perl 5.8 though (I'm not sure if it matters, but I can try on 5.6.1) I'm using Linux, Slackware current, kernel 2.4.20, glibc 2.3.1, openssl 0.9.6h, perl 5.8.0, latest Crypt::SSLeay. I've Mand

RE: Crypt::SSLeay

2003-01-29 Thread Cliff Woolley
On Wed, 29 Jan 2003, MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1) wrote: > PS : I'm using Perl 5.8 though (I'm not sure if it matters, but I can > try on 5.6.1) I'm using Linux, Slackware current, kernel 2.4.20, glibc 2.3.1, openssl 0.9.6h, perl 5.8.0, latest Crypt::SSLeay. --Cliff

RE: Crypt::SSLeay

2003-01-29 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
I just compiled 0.45 with OpenSSL 0.9.7, and the only error that I'm seeing is : ssl/varlookupok 27/72# Failed test 28 in /tmp/madhum.perl_framework/httpd-test/perl-framework/Apache-Test/lib/Apache/ Test.pm at line 46 fail #28 and I'm not seeing any seg fault type messages in the erro

RE: Crypt::SSLeay

2003-01-29 Thread MATHIHALLI,MADHUSUDAN (HP-Cupertino,ex1)
I've been using 0.45 with a older version of openssl 0.9.6f - I can try the latest openssl today.. -Madhu -Original Message- From: Cliff Woolley To: [EMAIL PROTECTED] Sent: 1/29/03 12:50 AM Subject: Crypt::SSLeay Has anybody out there managed to get Crypt::SSLeay to do anything but seg