[openssl.org #143] pod2mantest gives wrong return value

2002-07-12 Thread Lutz Jaenicke via RT
[guest - Fri Jul 12 08:04:57 2002]: During make install on a Solaris 2.6 with Perl 5.005_002 pod2mantest is called via `cd ../../util; ./pod2mantest ignore` It complains MultilineTest failed and returns util/pod2man.pl This path does not work at this place. It should be

Re: [openssl.org #141] Error while writing zero-length string

2002-07-12 Thread Bodo Moeller via RT
Martin Sjögren: When you write a zero-length string with SSL_write, OpenSSL signals a protocol-violating EOF even though no such thing has happened. My guess is that a zero returned is misinterpreted somewhere though I have not had time to dig through the source. SSL_write() with length 0

Re: [openssl.org #127] AES draft cipher suites

2002-07-12 Thread Bodo Moeller via RT
Lutz Jaenicke: I have already worked in the cipher selection routines yesterday with respect to PR#130. I will add an appropriate NOTDEFAULT selection keyword that will cover cipher suites not selected by default. As this is a new feature I intend to only add it to 0.9.7 (and later).

Re: [openssl.org #141] Error while writing zero-length string

2002-07-12 Thread Martin Sjögren via RT
fre 2002-07-12 klockan 09.36 skrev Bodo Moeller via RT: Martin Sjögren: When you write a zero-length string with SSL_write, OpenSSL signals a protocol-violating EOF even though no such thing has happened. My guess is that a zero returned is misinterpreted somewhere though I have not

[openssl.org #145] PHP failure compile with --openssl : e_os.h don't exist in OpenSSL-0.9.7b under Solaris 2.7

2002-07-12 Thread Michel Mac Wing via RT
Hi, Solaris 2.7 PHP 4.2.1 OpenSSL-0.9.7beta2 configure PHP ./configure --prefix=/udd/mmacwing/usr/local/php-4.2.1/ --with-config-file-path=/udd/mmacwing/usr/local/php-4.2.1/ --with-apxs=/udd/mmacwing/usr/local/apache/bin/apxs --with-openssl=/udd/mmacwing/usr/local/openssl/

Re: [openssl.org #145] PHP failure compile with --openssl : e_os.hdon't exist in OpenSSL-0.9.7b under Solaris 2.7

2002-07-12 Thread Richard Levitte - VMS Whacker
In message [EMAIL PROTECTED] on Fri, 12 Jul 2002 15:43:08 +0200 (METDST), Michel Mac Wing via RT [EMAIL PROTECTED] said: e_os.h was never meant to be exported. Starting with 0.9.7, it really isn't exported any more. It's a mistake for external applications to try to use it and has always been

Re: [openssl.org #145] PHP failure compile with --openssl : e_os.h don't exist in OpenSSL-0.9.7b under Solaris 2.7

2002-07-12 Thread Richard Levitte - VMS Whacker via RT
In message [EMAIL PROTECTED] on Fri, 12 Jul 2002 15:43:08 +0200 (METDST), Michel Mac Wing via RT [EMAIL PROTECTED] said: e_os.h was never meant to be exported. Starting with 0.9.7, it really isn't exported any more. It's a mistake for external applications to try to use it and has always

Re: [openssl.org #145] PHP failure compile with --openssl : e_os.h don't exist in OpenSSL-0.9.7b under Solaris 2.7

2002-07-12 Thread Michel Mac Wing via RT
Hello, Thanks for the latest answer. Ok, but what is your solution to compile PHP with OpenSSL (0.9.6d ?) without the error (conflict ?) below : Solaris 2.7 PHP4.2.1 or latest CVS OpenSSL 0.9.6d ./configure --prefix=/udd/mmacwing/usr/local/php-4.2.1/

Re: [openssl.org #145] PHP failure compile with --openssl : e_os.h don't exist in OpenSSL-0.9.7b under Solaris 2.7

2002-07-12 Thread Lutz Jaenicke via RT
On Fri, Jul 12, 2002 at 05:55:20PM +0200, Michel Mac Wing via RT wrote: Thanks for the latest answer. Ok, but what is your solution to compile PHP with OpenSSL (0.9.6d ?) without the error (conflict ?) below : Solaris 2.7 PHP4.2.1 or latest CVS OpenSSL 0.9.6d I don't know for what