]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: segfault in cli_parse_set_cert with old openssl/boringssl
authorEmmanuel Hocdet <manu@gandi.net>
Wed, 30 Oct 2019 16:41:27 +0000 (17:41 +0100)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 31 Oct 2019 15:21:06 +0000 (16:21 +0100)
commitf6ac4fa74550d725d8a53e74593c4a604fa8bf00
tree524919fa7bd8833f21e2807b0c1292e48c918b65
parent1eb3b4828e1559cb4a46f2d528b898cf6eb9898f
BUG/MINOR: ssl: segfault in cli_parse_set_cert with old openssl/boringssl

Fix 541a534 ("BUG/MINOR: ssl/cli: fix build of SCTL and OCSP") was not
enough.

[wla: It will probably be better later to put the #ifdef in the
functions so they can return an error if they are not implemented]
src/ssl_sock.c