mosquitto/lib
Roger A. Light 63da7472b5 Fix default settings incorrectly allowing TLS v1.1.
Closes #2722. Thanks to KramNamez.
2023-03-28 01:39:28 +01:00
..
cpp
actions.c
alias_mosq.c
alias_mosq.h
callbacks.c
CMakeLists.txt
connect.c Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
dummypthread.h
handle_auth.c
handle_connack.c
handle_disconnect.c
handle_ping.c
handle_pubackcomp.c Fix Coverity 1486949 2022-08-31 11:36:53 +01:00
handle_publish.c
handle_pubrec.c
handle_pubrel.c
handle_suback.c
handle_unsuback.c
helpers.c
linker.version
logging_mosq.c
logging_mosq.h
loop.c Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
Makefile
memory_mosq.c
memory_mosq.h
messages_mosq.c
messages_mosq.h
misc_mosq.c Fix Coverity Scan 1486944 (backport from develop) 2022-10-26 10:06:38 +01:00
misc_mosq.h
mosquitto.c Merge branch 'fixes' of github.com:Daedaluz/mosquitto into Daedaluz-fixes 2023-03-27 23:37:55 +01:00
mosquitto_internal.h Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
net_mosq.c Fix default settings incorrectly allowing TLS v1.1. 2023-03-28 01:39:28 +01:00
net_mosq.h Don't set SIGPIPE to ignore, use MSG_NOSIGNAL instead. 2022-08-07 23:04:46 +01:00
net_mosq_ocsp.c
options.c Fix memory leak in mosquitto_tls_opts_set() 2022-11-09 10:17:03 +01:00
packet_datatypes.c
packet_mosq.c Backport SSL connect fixes. 2022-08-09 21:25:54 +01:00
packet_mosq.h
property_mosq.c Add more WITH_BROKER guards. 2022-12-03 22:59:14 +00:00
property_mosq.h
read_handle.c
read_handle.h
send_connect.c
send_disconnect.c
send_mosq.c
send_mosq.h
send_publish.c Add more WITH_BROKER guards. 2022-12-03 22:59:14 +00:00
send_subscribe.c
send_unsubscribe.c
socks_mosq.c
socks_mosq.h
srv_mosq.c
strings_mosq.c Use strings.h for strcasecmp, except on Windows. 2022-02-24 12:02:16 +00:00
thread_mosq.c
time_mosq.c Merge branch 'fixes' of github.com:Daedaluz/mosquitto into Daedaluz-fixes 2023-03-27 23:37:55 +01:00
time_mosq.h
tls_mosq.c
tls_mosq.h
utf8_mosq.c
util_mosq.c Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
util_mosq.h Fix failure to close thread in some situations. 2022-08-15 22:17:00 +01:00
util_topic.c
will_mosq.c
will_mosq.h