mosquitto/lib
Roger A. Light 29c771cdd4 Add lib and client support for OS CA certs
- Add `MOSQ_OPT_TLS_USE_OS_CERTS` option, to instruct the client to load and  trust OS provided CA certificates for use with TLS connections.
- All clients now load OS provided CA certificates if used with `-L
  mqtts://...`, or if port is set to 8883 and no other CA certificates are
  used. Closes #1824.
- Add the `--tls-use-os-certs` option to all clients.

Closes #1824. Thanks to Jens Reimann.
2020-12-01 11:51:13 +00:00
..
cpp Update to EPL-2.0 2020-11-25 17:34:21 +00:00
actions.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
alias_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
alias_mosq.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
callbacks.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
CMakeLists.txt Fix cmake if condition in lib/CMakeLists.txt 2020-11-11 09:42:40 +00:00
connect.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
dummypthread.h Fix mosquitto_loop_stop() not stopping on Windows 2020-08-11 08:55:05 +01:00
handle_auth.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
handle_connack.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
handle_disconnect.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
handle_ping.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
handle_pubackcomp.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
handle_publish.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
handle_pubrec.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
handle_pubrel.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
handle_suback.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
handle_unsuback.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
helpers.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
linker.version Merge remote-tracking branch 'origin/fixes' into develop 2020-09-24 17:03:14 +01:00
logging_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
logging_mosq.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
loop.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
Makefile Move headers to own directory. 2020-10-07 22:06:01 +01:00
memory_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
memory_mosq.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
messages_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
messages_mosq.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
misc_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
misc_mosq.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
mosquitto_internal.h Add lib and client support for OS CA certs 2020-12-01 11:51:13 +00:00
mosquitto.c Packet cleanup without locks 2020-11-27 15:36:34 +00:00
net_mosq_ocsp.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
net_mosq.c Add lib and client support for OS CA certs 2020-12-01 11:51:13 +00:00
net_mosq.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
options.c Add lib and client support for OS CA certs 2020-12-01 11:51:13 +00:00
packet_datatypes.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
packet_mosq.c Packet cleanup without locks 2020-11-27 15:36:34 +00:00
packet_mosq.h Packet cleanup without locks 2020-11-27 15:36:34 +00:00
property_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
property_mosq.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
read_handle.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
read_handle.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
send_connect.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
send_disconnect.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
send_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
send_mosq.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
send_publish.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
send_subscribe.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
send_unsubscribe.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
socks_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
socks_mosq.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
srv_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
thread_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
time_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
time_mosq.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
tls_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
tls_mosq.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
utf8_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
util_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
util_mosq.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
util_topic.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
will_mosq.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
will_mosq.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00