commit | 29f037d872198a75880e0816f40b15f4144956dc | [log] [tgz] |
---|---|---|
author | Emeric Brun <ebrun@haproxy.com> | Fri Apr 25 19:05:36 2014 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri Apr 25 19:25:33 2014 +0200 |
tree | 6fe1ee6258395f9d2c2e808a0b73c13451692b73 | |
parent | b3966377d88b28d731590e02e82dae0b867b711c [diff] |
MEDIUM: ssl: explicitly log failed handshakes after a heartbeat Add a callback to receive the heartbeat notification. There, we add SSL_SOCK_RECV_HEARTBEAT flag on the ssl session if a heartbeat is seen. If a handshake fails, we log a different message to mention the fact that a heartbeat was seen. The test is only performed on the frontend side.