On Mon, Jul 01, 2019 at 10:32:29PM +0200, Lukas Tribus wrote:
> Commit 54832b97 ("BUILD: enable several LibreSSL hacks, including")
> changed empty handshake detection in OpenSSL <= 1.0.2 and LibreSSL,
> from accessing packet_length directly (not available in LibreSSL) to
> calling SSL_state() instead.
(...)Thanks a lot Lukas. Just out of curiosity, do you have any idea of a concrete user-visible issue this bug can cause ? It would help bisecting issues later. I don't know in what case an empty handshake may happen. Cheers, Willy

