MINOR: ssl: add ssl-skip-self-issued-ca global option
authorEmmanuel Hocdet <manu@gandi.net>
Wed, 22 Apr 2020 09:06:19 +0000 (11:06 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 22 Apr 2020 13:35:56 +0000 (15:35 +0200)
commitc3b7e74455780f8a2fc349d945f83f12a37b317a
tree10fa6b5c17b0b07bb7c3ee90538075b8141eddd4
parent916d0b523d6ab11db9f8b2589a05422c6a21bfea
MINOR: ssl: add ssl-skip-self-issued-ca global option

This option activate the feature introduce in commit 16739778:
"MINOR: ssl: skip self issued CA in cert chain for ssl_ctx".
The patch disable the feature per default.
doc/configuration.txt
src/ssl_sock.c