Search found 1 match
- Sat Jan 16, 2016 8:59 am
- Forum: Open Source Nagios Projects
- Topic: Build with OpenSSL without SSLv3 support
- Replies: 1
- Views: 4111
Build with OpenSSL without SSLv3 support
Hello, it is currently impossible to build nagios-plugins against an OpenSSL installation without SSLv3 support because plugins/sslutils.c uses SSLv3 functions without checking whether they even exist. Such a check is present for the SSLv2 support, but as SSLv3 is also ancient and has known weakness...