]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: ssl: implements 'default-crt' keyword for bind Lines
authorWilliam Lallemand <wlallemand@haproxy.com>
Fri, 12 Jan 2024 16:32:48 +0000 (17:32 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Fri, 12 Jan 2024 16:40:42 +0000 (17:40 +0100)
commit97832ab82365558bd71eec3b904c4da4eb12f5c0
treee05ac6b910dc87281306e515399249f1e63ebe8d
parent47bae78147d9f607c8730012ae2facc615babf83
MEDIUM: ssl: implements 'default-crt' keyword for bind Lines

The 'default-crt' bind keyword allows to specify multiples
default/fallback certificates, allowing one to have an RSA as well as an
ECDSA default.
doc/configuration.txt
include/haproxy/ssl_sock.h
src/cfgparse-ssl.c
src/ssl_sock.c