1
0
mirror of https://github.com/apache/httpd.git synced 2026-01-13 21:42:17 +03:00
Files
apache/modules/proxy
Yann Ylavic c75c9a812e mod_proxy/ssl: cleanup per-request SSL configuration for recycled proxy conns.
The SSL dir config of proxy/backend connections is stored in r->per_dir_config
but those connections have a lifetime independent of the requests they handle.

So we need to allow the external ssl_engine_set() function to reset mod_ssl's
dir config in between proxy requests, or the first sslconn->dc could be used
after free for the next requests.

mod_proxy can then reset/reinit the request config when recycling its backend
connections.

PR 63256.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1855646 13f79535-47bb-0310-9956-ffa450edef68
2019-03-16 13:45:17 +00:00
..
2018-02-01 14:42:07 +00:00
2016-04-29 08:15:34 +00:00
2013-11-22 00:18:24 +00:00
2019-02-12 07:49:32 +00:00
2018-04-05 22:40:11 +00:00
2018-03-24 20:05:19 +00:00
2016-02-08 23:21:57 +00:00
2016-02-08 23:27:27 +00:00
2016-02-08 23:27:27 +00:00
2016-02-06 11:18:36 +00:00
2016-02-08 23:27:27 +00:00
2016-02-08 23:27:27 +00:00
2016-02-06 11:18:36 +00:00
2016-02-06 11:18:36 +00:00
2016-02-06 11:18:36 +00:00
2016-02-06 11:18:36 +00:00
2016-02-06 11:21:34 +00:00
2016-02-08 23:27:27 +00:00
2014-05-05 21:13:12 +00:00