icinga2/lib
Julian Brost a2e05f89e8 Enable built-in OpenSSL DH parameters to allow DHE TLS ciphers
Non-ECC DHE ciphers in the `cipher_list` attribute of `ApiListener` (the
default value includes these) had no effect as no DH parameters were available
and therefore the server wouldn't offer these ciphers. OpenSSL provides
built-in DH parameters starting from version 1.1.0, however, these have to be
enables explicitly using the `SSL_CTX_set_dh_auto()` function. This commit does
so and thereby makes it possible to establish a connection to an Icinga 2
server using a DHE cipher.
2023-06-29 12:06:26 +02:00
..
base Enable built-in OpenSSL DH parameters to allow DHE TLS ciphers 2023-06-29 12:06:26 +02:00
checker Explicitly stop started timers and wait for them 2023-04-14 14:52:04 +02:00
cli Share "Last reload attempt failed" time across Icinga process tree on *nix 2023-05-08 14:42:21 +02:00
compat Explicitly stop started timers and wait for them 2023-04-14 14:52:04 +02:00
config Merge pull request #9466 from Icinga/flush-temp-files 2023-02-02 16:29:11 +01:00
db_ido Explicitly stop started timers and wait for them 2023-04-14 14:52:04 +02:00
db_ido_mysql Explicitly stop started timers and wait for them 2023-04-14 14:52:04 +02:00
db_ido_pgsql Explicitly stop started timers and wait for them 2023-04-14 14:52:04 +02:00
icinga Merge pull request #9779 from Icinga/macroprocessor-resolvemacro-quasi-cv-object-icingaapplication 2023-05-31 20:41:31 +02:00
icingadb Merge pull request #9794 from Icinga/round-notification-times-begin-end-not-to-crash-go-daemon 2023-06-27 17:08:41 +02:00
livestatus Centralise default icinga.* and env.* macros 2023-02-17 15:33:36 +01:00
methods Centralise default icinga.* and env.* macros 2023-02-17 15:33:36 +01:00
mysql_shim IDO MySQL: explicitly use latin1 2022-03-31 15:04:45 +02:00
notification Explicitly stop started timers and wait for them 2023-04-14 14:52:04 +02:00
perfdata Explicitly stop started timers and wait for them 2023-04-14 14:52:04 +02:00
pgsql_shim Replace Copyright header with a short version, part II 2019-02-25 15:09:36 +01:00
remote POST /v1/objects: allow array of attrs to undo modifications of 2023-06-13 16:40:33 +02:00
CMakeLists.txt Rename ICINGA2_WITH_REDIS to ICINGA2_WITH_ICINGADB 2019-11-02 14:00:24 +01:00