You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2006/05/05 10:34:45 UTC

svn commit: r400010 - /httpd/httpd/trunk/STATUS

Author: jorton
Date: Fri May  5 01:34:43 2006
New Revision: 400010

URL: http://svn.apache.org/viewcvs?rev=400010&view=rev
Log:
mod_ssl stuff which has been done.

Modified:
    httpd/httpd/trunk/STATUS

Modified: httpd/httpd/trunk/STATUS
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/STATUS?rev=400010&r1=400009&r2=400010&view=diff
==============================================================================
--- httpd/httpd/trunk/STATUS (original)
+++ httpd/httpd/trunk/STATUS Fri May  5 01:34:43 2006
@@ -355,19 +355,6 @@
 
 TODO ISSUES REMAINING IN MOD_SSL:
 
-    * In order to use a DSO version of mod_ssl we have to link with
-      -lssl and -lcrypto. A workaround is in place right now where the
-      entire EXTRA_LIBS macro is being appended to the objects list, but
-      this is a hack. We should either revamp the APACHE_CHECK_SSL_TOOLKIT
-      autoconf function or come up with some other autoconf checks to
-      search for libssl and libcrypto and properly add them to mod_ssl's
-      link flags.
-
-    * SSL renegotiations in combination with POST request
-
-    * Port or dispose all code inside #if 0...#endif blocks that remain
-      from the porting effort.
-
     * Do we need SSL_set_read_ahead()?
 
     * the ssl_expr api is NOT THREAD SAFE.  race conditions exist:
@@ -393,10 +380,6 @@
 
     * ssl_engine_pphrase.c needs to be reworked so it is generic enough
       to also decrypt proxy keys
-
-    * the shmcb code should just align its memory segment rather than
-      jumping through all the "safe" memcpy and memset hoops
-
 
 WISH LIST
     * mod_proxy: Ability to run SSL over proxy gateway connections,