summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorStefan Fritsch <sf@apache.org>2010-09-29 19:42:03 +0000
committerStefan Fritsch <sf@apache.org>2010-09-29 19:42:03 +0000
commitf9ba292bfabc8bee00d15d518211ccde06a25e2f (patch)
treee0a02fb1e276863d076db4eff5a04ec3e6af1626 /STATUS
parent8dd0a17fa3054acf30a35bb419ff2b96384b7f9a (diff)
downloadhttpd-f9ba292bfabc8bee00d15d518211ccde06a25e2f.tar.gz
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--STATUS6
1 files changed, 0 insertions, 6 deletions
diff --git a/STATUS b/STATUS
index d561892004..b5b4943f17 100644
--- a/STATUS
+++ b/STATUS
@@ -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