commit | ddcde195ebb47a9707e97905501959e39808eb9b | [log] [tgz] |
---|---|---|
author | Emmanuel Hocdet <manu@gandi.net> | Fri Sep 01 17:32:08 2017 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sat Sep 09 08:36:22 2017 +0200 |
tree | 131eed438257c61229b31895edcab9ff17852cb5 | |
parent | 3d609a755e228cb6e601311e9268ad1eeac964e3 [diff] |
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.