From c214221c642743b05bfa8c365cec487c62ddba69 Mon Sep 17 00:00:00 2001 From: Rainer Jung Date: Tue, 26 May 2015 06:55:44 +0000 Subject: [PATCH] Propose. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1681690 13f79535-47bb-0310-9956-ffa450edef68 --- STATUS | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/STATUS b/STATUS index fe8ec6e0ff..1a053deb4f 100644 --- a/STATUS +++ b/STATUS @@ -224,7 +224,15 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: http://svn.apache.org/r1681685 2.4.x patch: trunk patch works +1: jailletc36 - + + *) mod_ssl: fix small memory leak in ssl_init_server_certs when ECDH is used. + SSL_CTX_set_tmp_ecdh increases reference count, so we have to call + EC_KEY_free, otherwise eckey will not be freed. + trunk patch: http://svn.apache.org/r1666363 + 2.4.x patch: http://people.apache.org/~rjung/httpd-2.4.x-free-eckey.patch + +1: rjung + + PATCHES/ISSUES THAT ARE BEING WORKED * mod_proxy_http: Don't establish or reuse a backend connection before pre- -- 2.40.0