]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: rework smp_fetch_ssl_fc_cl_str without internal ssl use
authorEmmanuel Hocdet <manu@gandi.net>
Fri, 1 Sep 2017 15:32:08 +0000 (17:32 +0200)
committerWilly Tarreau <w@1wt.eu>
Sat, 9 Sep 2017 06:36:22 +0000 (08:36 +0200)
commitddcde195ebb47a9707e97905501959e39808eb9b
tree131eed438257c61229b31895edcab9ff17852cb5
parent3d609a755e228cb6e601311e9268ad1eeac964e3
MINOR: ssl: rework smp_fetch_ssl_fc_cl_str without internal ssl use

smp_fetch_ssl_fc_cl_str as very limited usage (only work with openssl == 1.0.2
compiled with the option enable-ssl-trace). It use internal cipher.algorithm_ssl
attribut and SSL_CIPHER_standard_name (available with ssl-trace).
This patch implement this (debug) function in a standard way. It used common
SSL_CIPHER_get_name to display cipher name. It work with openssl >= 1.0.2
and boringssl.
doc/configuration.txt
include/proto/openssl-compat.h
src/ssl_sock.c