]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: disable dynamic OCSP load with BoringSSL
authorIlya Shipitsin <chipitsine@gmail.com>
Sun, 18 Oct 2020 04:11:50 +0000 (09:11 +0500)
committerWilliam Lallemand <wlallemand@haproxy.org>
Mon, 19 Oct 2020 09:00:51 +0000 (11:00 +0200)
commitb3201a3e077198b3f75ebe8661aa45589b811552
tree8ae5ae95aeaec1f54c80cefbdf6afc5e52d6b7b2
parent4b6e3c284a98cb2e6b4758a418066bfce5b9cd05
BUG/MINOR: disable dynamic OCSP load with BoringSSL

it was accidently enabled on BoringSSL while
actually it is not supported

wla: Fix part of the issue mentionned in #895.
It fixes build of boringSSL versions prior to commit
https://boringssl.googlesource.com/boringssl/+/49e9f67d8b7cbeb3953b5548ad1009d15947a523

Must be backported in 2.2.

Signed-off-by: William Lallemand <wlallemand@haproxy.org>
src/ssl_sock.c