Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 70590 invoked by uid 500); 19 May 2003 15:14:57 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 70550 invoked by uid 500); 19 May 2003 15:14:57 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 19 May 2003 15:14:55 -0000 Message-ID: <20030519151455.76921.qmail@icarus.apache.org> From: wrowe@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N wrowe 2003/05/19 08:14:55 Modified: . Tag: APACHE_2_0_BRANCH STATUS Log: A few for consideration; with clean patches to make life easy. Revision Changes Path No revision No revision 1.751.2.300 +24 -3 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.751.2.299 retrieving revision 1.751.2.300 diff -u -r1.751.2.299 -r1.751.2.300 --- STATUS 19 May 2003 02:25:18 -0000 1.751.2.299 +++ STATUS 19 May 2003 15:14:54 -0000 1.751.2.300 @@ -210,15 +210,36 @@ first-use cases (via ssl_io_input_add_filter) and when we are writing and need response from the client (via ssl_io_filter_output). Both of these cases are always blocking. PR: 19242 - Submitted by: David Deaves , William Rowe - modules/ssl/ssl_engine_io.c r1.106, r1.107 (minor breakage) + modules/ssl/ssl_engine_io.c r1.106, r1.107 (fixed minor breakage) +1: wrowe, jerenkrantz * mod_rewrite: Let LA-U look aheads in directory context work with r->uri and not r->filename. (related to) PR 8394. (2.0 + 1.3) modules/mappers/mod_rewrite.c: r1.151 +1: nd + + * mod_ssl: Drop SSL_EXPERIMENTAL_ENGINE test in favor of testing for the + ENGINE_init() function in config.m4, and use HAVE_ENGINE_INIT instead. + wrowe notes that this feature is a noop until configured with SSLEngine. + http://www.apache.org/~wrowe/have_engine_init.patch for a clean 2.0 patch. + modules/ssl/README 1.40 + modules/ssl/config.m4 1.14 + modules/ssl/mod_ssl.c 1.79 + modules/ssl/mod_ssl.h 1.135 + modules/ssl/ssl_engine_config.c 1.78 + modules/ssl/ssl_engine_init.c 1.113 + modules/ssl/ssl_toolkit_compat.c 1.33 + +1: wrowe + + * mod_ssl: Quit twiddling status bits, and call SSL_renegotiate to unset + the current negotiation status. + http://www.apache.org/~wrowe/ssl_renegotiate.patch for a clean 2.0 patch. + modules/ssl/config.m4 1.15 + modules/ssl/ssl_engine_io.c 1.08 + modules/ssl/ssl_engine_kernel.c 1.93 + modules/ssl/ssl_toolkit_compat.c 1.34 + +1: wrowe CURRENT RELEASE NOTES: