From: Doug MacEachern Date: Wed, 22 Aug 2001 18:36:51 +0000 (+0000) Subject: some updated pointed out by madhu X-Git-Tag: 2.0.25~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6aa7ee3b4e6583ee10210b41f8c2bfae4c30a925;p=apache some updated pointed out by madhu git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@90500 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/ssl/README b/modules/ssl/README index 0bba34b105..fa53fcc44a 100644 --- a/modules/ssl/README +++ b/modules/ssl/README @@ -170,17 +170,11 @@ 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(); - ssl_io_unregister(); o We certainly need CRYPTO_set_locking_callback() now also under Unix! - 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 Timeout processing. o Do we need SSL_set_read_ahead()? o Enable Client authentication.