]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: ssl: empty connections reported as errors.
authorEmeric Brun <ebrun@haproxy.com>
Thu, 16 Aug 2018 09:36:40 +0000 (11:36 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 16 Aug 2018 09:59:59 +0000 (11:59 +0200)
commit77e8919fc6f382f3a7facdc814b8618b8987200f
tree16af0392e154f1dcc970c138fa590cf372b9e9ec
parent042effdc81951773ac10e14b23a0a8bae5deab8d
BUG/MINOR: ssl: empty connections reported as errors.

Empty connection is reported as handshake error
even if dont-log-null is specified.

This bug affect is a regression du to:

BUILD: ssl: fix to build (again) with boringssl

New openssl 1.1.1 defines OPENSSL_NO_HEARTBEATS as boring ssl
so the test was replaced by OPENSSL_IS_BORINGSSL

This fix should be backported on 1.8
src/ssl_sock.c