[Pkg-nagios-devel] Bug#900152: nsca-ng: FTBFS against openssl 1.1.1
Holger Weiß
holger at zedat.fu-berlin.de
Tue Mar 19 21:28:06 GMT 2019
Just for the record:
* Sebastian Andrzej Siewior <sebastian at breakpoint.cc> [2018-11-05 00:28]:
> It is a TLS1.3 issue. If I limit max protocol to TLS1.2 then the
> testsuite passes.
Yes, it's an OpenSSL bug. If TLSv1.3 is used, SSL_get_psk_identity()¹
unexpectedly returns NULL. I now avoid the function to work around the
issue.
¹ https://www.openssl.org/docs/man1.1.1/man3/SSL_get_psk_identity.html
More information about the Pkg-nagios-devel
mailing list