commit | 1e7ed04665f91a9558d07059c495399fcd1f803e | [log] [tgz] |
---|---|---|
author | Dragan Dosen <ddosen@haproxy.com> | Fri May 08 18:30:00 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu May 14 13:13:14 2020 +0200 |
tree | 90bd9d3d51e1fb60c0befed85bb172ff03f2dd2b | |
parent | 5ce3c14aa97396502fe68c6ce42a32ea99361046 [diff] |
MEDIUM: ssl: allow to register callbacks for SSL/TLS protocol messages This patch adds the ability to register callbacks for SSL/TLS protocol messages by using the function ssl_sock_register_msg_callback(). All registered callback functions will be called when observing received or sent SSL/TLS protocol messages.