icinga2/lib
Tobias von der Krone 1c67bf394c Support TLSv1.1 and TLSv1.2 for the cluster transport encryption
From https://wiki.openssl.org/index.php/SSL/TLS_Client:
SSLv23_method specifies the protocols used and behavior of the handshake.
The method essentially means SSLv2 or above, and includes the TLS protocols.
The protocols are further tuned through SSL/TLS options. By using
SSLv23_method (and removing the SSL protocols with SSL_OP_NO_SSLv2 and
SSL_OP_NO_SSLv3), then you will use TLS v1.0 and above, including TLS v1.2.
You will also use a TLS handshake in the TLS Record.

If you use TLSv1_method, then you will only use TLS v1.0.

fixes #10988
2016-01-20 16:48:00 +01:00
..
base Support TLSv1.1 and TLSv1.2 for the cluster transport encryption 2016-01-20 16:48:00 +01:00
checker Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
cli Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
compat ExternalCommandListener: Fix crash when reading from socket 2016-01-20 16:38:31 +01:00
config Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
db_ido Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
db_ido_mysql Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
db_ido_pgsql Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
demo Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
hello Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
icinga Fix check scheduling w/ retry_interval 2016-01-20 16:29:01 +01:00
livestatus Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
methods Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
notification Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
perfdata Update copyright headers for 2016 2016-01-12 08:29:59 +01:00
remote Add missing SetSyncing() call 2016-01-20 14:07:07 +01:00
CMakeLists.txt Update copyright headers for 2016 2016-01-12 08:29:59 +01:00