]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: ssl: does not try to free a DH in a ckch
authorWilliam Lallemand <wlallemand@haproxy.com>
Wed, 31 Jul 2019 16:31:34 +0000 (18:31 +0200)
committerWilly Tarreau <w@1wt.eu>
Wed, 31 Jul 2019 17:35:31 +0000 (19:35 +0200)
commita8c73748f8ca545296a8b47f3fd3950dfcc75737
tree2cb351d1ed9c31443289e60d886e5acffdfb01d8
parentc4ecddf41868718db41e26b93d4c45dfd228ec53
BUG/MEDIUM: ssl: does not try to free a DH in a ckch

ssl_sock_load_dh_params() should not free the DH * of a ckch, or the
ckch won't be usable during the next call.
src/ssl_sock.c