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

2005-05-11 Thread Masaoki Kobayashi
of effective bits. 2. Now ab does not dump core in case of SSL handshake error. Later, I will also submit the above changes for the original 2.0.54 patch. -- Masaoki Kobayashi [EMAIL PROTECTED] --- ab.c.org2005-05-11 13:32:42.263557000 +0900 +++ ab.c2005-05-11 21:05:19.95778 +0900 @@ -164,6

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 Masaoki Kobayashi
/repos/asf/httpd/httpd/trunk/support/ab.c (there are many conflicts when applying your patch to that) -- Masaoki Kobayashi [EMAIL PROTECTED]

[PATCH] SSL patch for ab (ApacheBench)

2005-05-09 Thread Masaoki Kobayashi
-c 100 https://server/ This patch also includes the modification for configure.in to set -DAB_USE_SSL automatically when you configure apache with --enable-ssl. You have to run buildconf after applying this patch, of course. -- Masaoki Kobayashi [EMAIL PROTECTED] diff -urN httpd-2.0.54/configure.in