Re: [PATCH] SSL patch for ab (ApacheBench)

2005-05-17 Thread Joe Orton
On Wed, May 11, 2005 at 10:37:17PM +0900, Masaoki Kobayashi wrote: This is a patch for the version of ab on the trunk. In this version of ab, HAVE_OPENSSL controls if I have OpenSSL. I conformed to the way although I did not checked the case of HAVE_SSLC. Thanks a lot, and sorry for the slow

Re: [PATCH] SSL patch for ab (ApacheBench)

2005-05-11 Thread Masaoki Kobayashi
This is a patch for the version of ab on the trunk. In this version of ab, HAVE_OPENSSL controls if I have OpenSSL. I conformed to the way although I did not checked the case of HAVE_SSLC. There has also been small more fixes. 1. The resulting shared key bit length is now the number of

Re: [PATCH] SSL patch for ab (ApacheBench)

2005-05-11 Thread Masaoki Kobayashi
This is a second patch to ab in 2.0.54 package. It fixes the things below against the first patch. 1. The resulting shared key bit length is now the number of effective bits. 2. Now ab does not dump core in case of SSL handshake error. -- Masaoki Kobayashi [EMAIL PROTECTED] --- ab.c.org

Re: [PATCH] SSL patch for ab (ApacheBench)

2005-05-10 Thread Joe Orton
On Tue, May 10, 2005 at 02:13:47PM +0900, Masaoki Kobayashi wrote: This patch modifies the support/ab.c to handle SSL/TLS properly. This looks really wonderful, thanks a lot for submitting this. Is there any chance that you can rediff this against the version of ab on the trunk?

Re: [PATCH] SSL patch for ab (ApacheBench)

2005-05-10 Thread Masaoki Kobayashi
OK. It seems not so hard to apply those changes to the one on trunk. I will make the patch in a few days. When I give SSL stress to apache httpd 2.0.54 with the new ab, the SSL connections at the httpd will be unstable. I believe there should be a problem around the SSL session cache as dbm.

[PATCH] SSL patch for ab (ApacheBench)

2005-05-09 Thread Masaoki Kobayashi
This patch modifies the support/ab.c to handle SSL/TLS properly. The current implementation in 2.0.54 seems to be broken because it dumps core when I compile it with -DUSE_SSL. Even when I go back to 2.0.39, it still has many problems. i.e. - Asynchronous I/O does not work with SSL, which means