diff options
author | Stefan Fritsch <sf@apache.org> | 2010-09-29 21:42:03 +0200 |
---|---|---|
committer | Stefan Fritsch <sf@apache.org> | 2010-09-29 21:42:03 +0200 |
commit | f9ba292bfabc8bee00d15d518211ccde06a25e2f (patch) | |
tree | e0a02fb1e276863d076db4eff5a04ec3e6af1626 /STATUS | |
parent | htcacheclean: If the cache file format is unrecognised, remove the entry (diff) | |
download | apache2-f9ba292bfabc8bee00d15d518211ccde06a25e2f.tar.xz apache2-f9ba292bfabc8bee00d15d518211ccde06a25e2f.zip |
Make the ssl expression parser thread-safe. It now requires bison instead of
yacc.
Also change the make file magic so that the real source file name is
embedded in the debug info.
The generated files have been created with flex 2.5.35/bison 2.4.1. The two
'no previous prototype' warnings are supposed to be fixed with the next flex
version.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1002824 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -360,12 +360,6 @@ TODO ISSUES REMAINING IN MOD_SSL: * Do we need SSL_set_read_ahead()? - * the ssl_expr api is NOT THREAD SAFE. race conditions exist: - -in ssl_expr_comp() if SSLRequire is used in .htaccess - (ssl_expr_info is global) - -is ssl_expr_eval() if there is an error - (ssl_expr_error is global) - * SSLRequire directive (parsing of) leaks memory * Diffie-Hellman-Parameters for temporary keys are hardcoded in |