commit | 9ac9809cb942fb270e601887b3013813fa8daaab | [log] [tgz] |
---|---|---|
author | Dragan Dosen <ddosen@haproxy.com> | Mon May 11 15:51:45 2020 +0200 |
committer | William Lallemand <wlallemand@haproxy.org> | Thu May 14 13:13:14 2020 +0200 |
tree | f52814aaa75d1e0c256bdbc30bf46ba3a133b259 | |
parent | 1e7ed04665f91a9558d07059c495399fcd1f803e [diff] |
MEDIUM: ssl: split ssl_sock_msgcbk() and use a new callback mechanism Make use of ssl_sock_register_msg_callback(). Function ssl_sock_msgcbk() is now split into two dedicated functions for heartbeat and clienthello. They are both registered by using a new callback mechanism for SSL/TLS protocol messages.