prosody/core
Kim Alvefur c9cf442b30 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
2019-08-25 20:22:35 +02:00
..
certmanager.lua core.certmanager: Move EECDH ciphers before EDH in default cipherstring (fixes #1513) 2019-08-25 20:22:35 +02:00
configmanager.lua configmanager: Allow referencing environment variables in the config as as ENV_<name> 2018-09-03 17:45:30 +01:00
hostmanager.lua Merge 0.10->trunk 2018-03-06 01:45:58 +01:00
loggingmanager.lua loggingmanager: Remove luacheck annotations for global log functions that are now set in util.startup 2018-04-10 22:43:13 +02:00
moduleapi.lua moduleapi: Prevent loading disabled module as dependency of enabled one 2018-10-25 17:11:10 +02:00
modulemanager.lua core.modulemanager: Disable mod_vcard if mod_vcard_legacy is enabled to prevent conflict (#1469) 2019-11-23 23:11:03 +01:00
portmanager.lua core.portmanager: Log debug message for each kind of TLS context created 2019-04-23 19:21:06 +02:00
rostermanager.lua core.rostermanager: Cache rosters of offline users for faster access (fixes #1233) 2018-12-16 02:56:11 +01:00
s2smanager.lua s2smanager: Explicitly export the incoming_s2s table [luacheck] 2018-03-23 13:14:05 +01:00
sessionmanager.lua sessionmanager, mod_s2s: Bring debug line for outgoing stanzas in line with that for incoming 2018-07-24 19:07:26 +02:00
stanza_router.lua stanza_router: Remove deprecation warning for core routing functions from global scope (deprecated in 0.9) 2018-10-21 14:45:22 +02:00
statsmanager.lua core.statsmanager: Use correct variable for config validation [luacheck] 2016-09-12 16:08:34 +02:00
storagemanager.lua core: Use prosody.hosts instead of _G.hosts for consistency 2018-03-29 16:58:06 +02:00
usermanager.lua core: Use prosody.hosts instead of _G.hosts for consistency 2018-03-29 16:58:06 +02:00