MINOR: boringssl: basic support for OCSP Stapling
authorEmmanuel Hocdet <manu@gandi.net>
Mon, 22 May 2017 12:58:00 +0000 (14:58 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 27 May 2017 05:59:34 +0000 (07:59 +0200)
commit2c32d8f3793b2413e09f85361116da441c9df446
treea4fe6c112f65f86a4215251128a7e2c6199e6b05
parent3854e0102b9ebc444b4a58ebd51b05721e9ce2ef
MINOR: boringssl: basic support for OCSP Stapling

Use boringssl SSL_CTX_set_ocsp_response to set OCSP response from file with
'.ocsp' extension. CLI update is not supported.
doc/management.txt
src/ssl_sock.c