]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MEDIUM: ssl: Don't attempt to use early data with libressl.
authorOlivier Houchard <cognet@ci0.org>
Mon, 6 May 2019 13:18:27 +0000 (15:18 +0200)
committerOlivier Houchard <cognet@ci0.org>
Mon, 6 May 2019 13:20:42 +0000 (15:20 +0200)
commit4cd2af4e5d785c42d2924492df987a7cd5832e23
treeb36af45a6fa74a9f5bdfc82a962589f47121bd4e
parent6c06815751107019a4168c279cdee02be1b389f5
BUG/MEDIUM: ssl: Don't attempt to use early data with libressl.

Libressl doesn't yet provide early data, so don't put the CO_FL_EARLY_SSL_HS
on the connection if we're building with libressl, or the handshake will
never be done.
src/backend.c
src/ssl_sock.c