commit | 7c6898ee4907e66c000a77ec32effd5acf1b99d8 | [log] [tgz] |
---|---|---|
author | Remi Tricot-Le Breton <rlebreton@haproxy.com> | Thu Jul 29 09:45:51 2021 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu Jul 29 15:40:45 2021 +0200 |
tree | 4f70104b7a865e005c3f815cf79c09e4424db8aa | |
parent | 89b65cfd52a0e78255a149d8a6ee5d12936a32c7 [diff] |
MINOR: ssl: Add new ssl_fc_hsk_err sample fetch This new sample fetch along the ssl_fc_hsk_err_str fetch contain the last SSL error of the error stack that occurred during the SSL handshake (from the frontend's perspective). The errors happening during the client's certificate verification will still be given by the ssl_c_err and ssl_c_ca_err fetches. This new fetch will only hold errors retrieved by the OpenSSL ERR_get_error function.