]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Add 'show ssl providers' cli command and providers list in -vv option
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Thu, 21 Apr 2022 10:06:41 +0000 (12:06 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Thu, 21 Apr 2022 12:54:45 +0000 (14:54 +0200)
commitf87c67e5e46fd9c57e6f7c0e94372ccdd4a45c11
tree9153099ec651ab7fa07146d6a7868eefaa27be97
parent97e84c6c69437dee6f4a6475b098674e82af852c
MINOR: ssl: Add 'show ssl providers' cli command and providers list in -vv option

Starting from OpenSSLv3, providers are at the core of cryptography
functions. Depending on the provider used, the way the SSL
functionalities work could change. This new 'show ssl providers' CLI
command allows to show what providers were loaded by the SSL library.
This is required because the provider configuration is exclusively done
in the OpenSSL configuration file (/usr/local/ssl/openssl.cnf for
instance).
A new line is also added to the 'haproxy -vv' output containing the same
information.
doc/management.txt
include/haproxy/openssl-compat.h
src/ssl_sock.c