commit | 4cd2af4e5d785c42d2924492df987a7cd5832e23 | [log] [tgz] |
---|---|---|
author | Olivier Houchard <cognet@ci0.org> | Mon May 06 15:18:27 2019 +0200 |
committer | Olivier Houchard <cognet@ci0.org> | Mon May 06 15:20:42 2019 +0200 |
tree | b36af45a6fa74a9f5bdfc82a962589f47121bd4e | |
parent | 6c06815751107019a4168c279cdee02be1b389f5 [diff] |
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.