]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: ssl: Add traces to ssl init/close functions
authorRemi Tricot-Le Breton <rlebreton@haproxy.com>
Fri, 18 Apr 2025 15:26:50 +0000 (17:26 +0200)
committerWilliam Lallemand <wlallemand@haproxy.com>
Wed, 30 Apr 2025 09:11:26 +0000 (11:11 +0200)
commit9bb8d6dcd1fd9cfcd85c756f73d04f2acc5e7703
treefd2f2a9e90a182d3c5b2682d99737d5a5bf32def
parent08e40f45899b115cb900d5d703efd44290a2e525
MINOR: ssl: Add traces to ssl init/close functions

Add a dedicated trace for some unlikely allocation failures and async
errors. Those traces will ostly be used to identify the start and end of
a given SSL connection.
Makefile
include/haproxy/ssl_trace-t.h [new file with mode: 0644]
src/ssl_sock.c
src/ssl_trace.c [new file with mode: 0644]