]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: support tune.ssl.cachesize 0 again
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 4 Dec 2017 17:46:39 +0000 (18:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 4 Dec 2017 17:48:26 +0000 (18:48 +0100)
commitc61c0b371bebe0619cf4628b60b7c79d19e97269
tree0d69e7f0634f38c07de5bec3157e323a45dffce9
parent6c71e4696b9bc439ded28c497eb8526c72999a3c
BUG/MINOR: ssl: support tune.ssl.cachesize 0 again

Since the split of the shctx and the ssl cache, we lost the ability to
disable the cache with tune.ssl.cachesize 0.

Worst than that, when using this configuration, haproxy segfaults during
the configuration parsing.

Must be backported to 1.8.
src/ssl_sock.c