]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUILD: ssl: disable OCSP when using boringssl
authorLukas Tribus <luky-37@hotmail.com>
Sun, 17 Aug 2014 22:56:31 +0000 (00:56 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 18 Aug 2014 12:33:48 +0000 (14:33 +0200)
commit656c5fa7e859aebedfb79e4626ad88147637ab4c
tree6b5b09ee912772b204a208e92a9f5b76cdca7e82
parent581cc8d2b8295b46aa0b7b28a88aa53e12e551dd
BUILD: ssl: disable OCSP when using boringssl

Google's boringssl doesn't currently support OCSP, so
disable it if detected.

OCSP support may be reintroduced as per:
https://code.google.com/p/chromium/issues/detail?id=398677

In that case we can simply revert this commit.

Signed-off-by: Lukas Tribus <luky-37@hotmail.com>
include/proto/ssl_sock.h
src/dumpstats.c
src/ssl_sock.c