haproxy/include
Olivier Houchard 90084a133d MINOR: ssl: Handle reading early data after writing better.
It can happen that we want to read early data, write some, and then continue
reading them.
To do so, we can't reuse tmp_early_data to store the amount of data sent,
so introduce a new member.
If we read early data, then ssl_sock_to_buf() is now the only responsible
for getting back to the handshake, to make sure we don't miss any early data.
2017-11-23 19:35:28 +01:00
..
common MINOR: pools: implement DEBUG_UAF to detect use after free 2017-11-22 19:43:57 +01:00
import BUILD: threads/plock: fix a build issue on Clang without optimization 2017-11-20 21:06:35 +01:00
proto MINOR: ssl: Handle reading early data after writing better. 2017-11-23 19:35:28 +01:00
types MINOR: ssl: Handle reading early data after writing better. 2017-11-23 19:35:28 +01:00