mosquitto/src
Roger A. Light b7f0161f52 Fix DH group not being set for TLS connections.
This meant ciphers using DHE couldn't be used.

Closes #1925. Closes #1476. Thanks to Jonathan Sönnerup, Valerii
Demeshko, and sectokia.
2020-12-09 15:40:45 +00:00
..
bridge_topic.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
bridge.c Fix invalid free 2020-12-06 21:27:26 +00:00
CMakeLists.txt Enable WITH_CONTROL in cmake. 2020-12-02 19:49:15 +00:00
conf_includedir.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
conf.c libressl does not support SSL_CTX_set_ciphersuites. 2020-12-02 22:39:48 +00:00
context.c Log client port on new connections. 2020-12-01 22:38:59 +00:00
control.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
database.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
handle_auth.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
handle_connack.c Respect receive-maximum on bridges. 2020-12-01 21:38:56 +00:00
handle_connect.c Log client port on new connections. 2020-12-01 22:38:59 +00:00
handle_disconnect.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
handle_publish.c Reply to $CONTROL QoS>0 msgs even if WITH_CONTROL disabled. 2020-12-02 19:49:17 +00:00
handle_subscribe.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
handle_unsubscribe.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
keepalive.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
lib_load.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
linker-macosx.syms Remove non-existant linker functions. 2020-11-20 16:04:39 +00:00
linker.syms Remove non-existant linker functions. 2020-11-20 16:04:39 +00:00
logging.c Build fix for Xcode 12. 2020-12-02 22:47:34 +00:00
loop.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
Makefile Fix connack error printing. 2020-12-01 15:57:37 +00:00
memory_public.c Various Windows build fixes. 2020-12-02 19:49:14 +00:00
mosquitto_broker_internal.h Fix client state conversion warnings. 2020-12-02 10:26:22 +00:00
mosquitto.c Stop listeners before removing clients to avoid use after free. 2020-12-02 09:41:12 +00:00
mux_epoll.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
mux_poll.c Fix websockets connections on Windows blocking subsequent connections. 2020-12-09 11:39:53 +00:00
mux.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
mux.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
net.c Fix DH group not being set for TLS connections. 2020-12-09 15:40:45 +00:00
password_mosq.c Fix build using WITH_TLS=no when the openssl headers aren't available. 2020-12-04 23:44:38 +00:00
password_mosq.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
persist_read_v5.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
persist_read_v234.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
persist_read.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
persist_write_v5.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
persist_write.c More conversion fixes. 2020-12-02 10:41:58 +00:00
persist.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
plugin_debug.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
plugin_defer.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
plugin_public.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
plugin.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
property_broker.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
read_handle.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
retain.c Various Windows build fixes. 2020-12-02 19:49:14 +00:00
security_default.c More conversion fixes. 2020-12-02 10:41:58 +00:00
security.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
send_auth.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
send_connack.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
send_suback.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
send_unsuback.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
service.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
session_expiry.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
signals.c Various Windows build fixes. 2020-12-02 19:49:14 +00:00
subs.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
sys_tree.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
sys_tree.h Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
topic_tok.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
websockets.c Log client port on new connections. 2020-12-01 22:38:59 +00:00
will_delay.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00
xtreport.c Add SPDX license identifiers. 2020-12-01 20:46:56 +00:00