]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl/sample: x509_v_err_str converter output when not found
authorWilliam Lallemand <wlallemand@haproxy.org>
Wed, 3 May 2023 13:13:10 +0000 (15:13 +0200)
committerWilliam Lallemand <wlallemand@haproxy.org>
Wed, 3 May 2023 13:19:38 +0000 (15:19 +0200)
commit117c7fde06ff3d12c887f36040b997374d0449fa
tree57323994c89daf581a207c901c0a9a399f46aac7
parent98679871823125f68e216f96143dad4c1d060007
BUG/MINOR: ssl/sample: x509_v_err_str converter output when not found

The x509_v_err_str converter now outputs the numerical value as a string
when the corresponding constant name was not found.

Must be backported as far as 2.7.
doc/configuration.txt
src/ssl_sample.c