aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/muc/muc.lib.lua
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2019-08-25 20:22:35 +0200
committerKim Alvefur <zash@zash.se>2019-08-25 20:22:35 +0200
commit524ccf5c3f5457fe339a2c8b8a748ee5632dba9a (patch)
tree8d3f64e03dc88b1d4127ed767ebf6ab67089253f /plugins/muc/muc.lib.lua
parent0b713578627418a5bc100d83253bb84b365fef3d (diff)
downloadprosody-524ccf5c3f5457fe339a2c8b8a748ee5632dba9a.tar.gz
prosody-524ccf5c3f5457fe339a2c8b8a748ee5632dba9a.zip
core.certmanager: Move EECDH ciphers before EDH in default cipherstring (fixes #1513)
Backport of 94e341dee51c The original intent of having kEDH before kEECDH was that if a `dhparam` file was specified, this would be interpreted as a preference by the admin for old and well-tested Diffie-Hellman key agreement over newer elliptic curve ones. Otherwise the faster elliptic curve ciphersuites would be preferred. This didn't really work as intended since this affects the ClientHello on outgoing s2s connections, leading to some servers using poorly configured kEDH. With Debian shipping OpenSSL settings that enforce a higher security level, this caused interoperability problems with servers that use DH params smaller than 2048 bits. E.g. jabber.org at the time of this writing has 1024 bit DH params. MattJ says > Curves have won, and OpenSSL is less weird about them now
Diffstat (limited to 'plugins/muc/muc.lib.lua')
0 files changed, 0 insertions, 0 deletions