]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: add "FIPS" details in haproxy -vv
authorWilliam Lallemand <wlallemand@haproxy.com>
Thu, 12 Dec 2024 10:37:42 +0000 (11:37 +0100)
committerWilliam Lallemand <wlallemand@haproxy.com>
Thu, 12 Dec 2024 14:57:38 +0000 (15:57 +0100)
commitf97ffb9ec4c7f1158d30e54b99842773861eaeac
treef6acb95a1ff53d764680d794bb40f09d1ea9e0b5
parent23f670f1f56e9758292ab0829715480cf85e988a
MINOR: ssl: add "FIPS" details in haproxy -vv

Add the FIPS mode in haproxy -vv, it need to be activated on the system
with openssl.cnf or by compiling the SSL library with the right options.

Can't work with OpenSSL >= 3.0 because fips a "provider" to load, works
with AWS-LC, WolfSSL and OpenSSL 1.1.1.
src/ssl_sock.c