icinga2/lib
Tobias von der Krone ae50334995 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-02-23 10:50:23 +01:00
..
base Support TLSv1.1 and TLSv1.2 for the cluster transport encryption 2016-02-23 10:50:23 +01:00
checker Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
cli Use ConfigWriter class in repositoryutility.cpp 2016-02-23 10:46:20 +01:00
compat Properly set the next check time for active and passive checks 2016-02-23 09:24:57 +01:00
config Fix crash in ConfigItem::RunWithActivationContext 2016-02-23 09:36:17 +01:00
db_ido DB IDO: PArtially revert change for *group_members 2016-02-23 09:45:10 +01:00
db_ido_mysql Increase query queue size for testing 2016-02-23 10:46:19 +01:00
db_ido_pgsql Increase query queue size for testing 2016-02-23 10:46:19 +01:00
demo Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
hello Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
icinga Ensure that checks are not scheduled for command_endpoint fake hosts 2016-02-23 10:46:18 +01:00
livestatus Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
methods Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
notification Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
perfdata Update copyright headers for 2016 2016-01-12 08:31:24 +01:00
remote Rephrase some log messages 2016-02-23 10:46:19 +01:00
CMakeLists.txt Update copyright headers for 2016 2016-01-12 08:31:24 +01:00