Return-Path: Delivered-To: apmail-apache-cvs-archive@apache.org Received: (qmail 33845 invoked by uid 500); 19 Jul 2001 21:05:11 -0000 Mailing-List: contact apache-cvs-help@apache.org; run by ezmlm Precedence: bulk Reply-To: new-httpd@apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list apache-cvs@apache.org Received: (qmail 33830 invoked by uid 500); 19 Jul 2001 21:05:11 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 19 Jul 2001 21:03:43 -0000 Message-ID: <20010719210343.20936.qmail@icarus.apache.org> From: rse@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0/modules/ssl README X-Spam-Rating: h31.sny.collab.net 1.6.2 0/1000/N rse 01/07/19 14:03:43 Modified: modules/ssl README Log: Update TODO list Revision Changes Path 1.21 +11 -4 httpd-2.0/modules/ssl/README Index: README =================================================================== RCS file: /home/cvs/httpd-2.0/modules/ssl/README,v retrieving revision 1.20 retrieving revision 1.21 diff -u -r1.20 -r1.21 --- README 2001/07/19 16:08:01 1.20 +++ README 2001/07/19 21:03:43 1.21 @@ -88,7 +88,6 @@ Inside the source code you will be confronted with the following data structures: - ap_ctx .................. Apache EAPI Context server_rec .............. Apache (Virtual) Server conn_rec ................ Apache Connection BUFF .................... Apache Connection Buffer @@ -169,7 +168,11 @@ TODO - o use ssl_var_lookup? + o Cleanup ssl_engine_io.c !! + o Port all remaining code (code inside #if 0...#endif blocks) + o Try to use APR routines in ssl_util_ssl.c for performing FILE operations. + o Enable other hooks - ssl_hook_Access, ssl_hook_Auth, ssl_hook_UserCheck. + o Enable the use of ssl_var_lookup (and other ssl_var_* functionalities). o Whether to unregister and how to unregister? ssl_var_unregister(); ssl_ext_unregister(); @@ -178,6 +181,10 @@ o Eliminate APR_BLOCK_READ from churn (). The APR_NONBLOCK_READ doesn't work currently. The filter logic has to be changed to handle situations when the data is not available immediately. - o Enable the use of ssl_var_* and ssl_ext_* functionalities. + o Enable Timeout processing. + o Do we need SSL_set_read_ahead()? + o Enable Client authentication. + o Remember the Peer Certificate parameters. o Enable use of MM, SHMCB and SHMHT. - o Try to use APR routines in ssl_util_ssl.c for performing FILE operations. + o Enable SSL extensions (ssl_engine_ext.c) +