mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 08:16:16 -04:00
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 |
||
|---|---|---|
| .. | ||
| base | ||
| checker | ||
| cli | ||
| compat | ||
| config | ||
| db_ido | ||
| db_ido_mysql | ||
| db_ido_pgsql | ||
| demo | ||
| hello | ||
| icinga | ||
| livestatus | ||
| methods | ||
| notification | ||
| perfdata | ||
| remote | ||
| CMakeLists.txt | ||