]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Add traces to verify callback
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Fri, 18 Apr 2025 15:26:54 +0000 (17:26 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 30 Apr 2025 09:11:26 +0000 (11:11 +0200)
commit0fb05540b27f316f0ff16a05b412b555e9e6d03a
tree663a335e16c945cdca92a9f06958c26c3a05b6bb
parent4a8fa28e3646f81f5982125b29e1f4c25083cb03
MINOR: ssl: Add traces to verify callback

Those traces allow to know which errors were met during certificate
chain validation as well as which ones were ignored.
include/haproxy/ssl_trace-t.h
src/ssl_sock.c
src/ssl_trace.c