mosquitto/client
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
..
args.txt New dynamic security plugin. 2020-10-27 00:54:55 +00:00
client_props.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
client_shared.c Add lib and client support for OS CA certs 2020-12-01 11:51:13 +00:00
client_shared.h Add lib and client support for OS CA certs 2020-12-01 11:51:13 +00:00
CMakeLists.txt New dynamic security plugin. 2020-10-27 00:54:55 +00:00
Makefile Merge branch 'fixes' into develop 2020-03-03 12:54:57 +00:00
pub_client.c Add lib and client support for OS CA certs 2020-12-01 11:51:13 +00:00
pub_shared.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
pub_shared.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
pub_test_properties Helper test scripts for client properties. 2019-01-08 14:34:35 +00:00
rr_client.c Add lib and client support for OS CA certs 2020-12-01 11:51:13 +00:00
sub_client_output.c Update to EPL-2.0 2020-11-25 17:34:21 +00:00
sub_client_output.h Update to EPL-2.0 2020-11-25 17:34:21 +00:00
sub_client.c Add lib and client support for OS CA certs 2020-12-01 11:51:13 +00:00
sub_test_fixed_width mosquitto_sub now supports extra format specifiers. 2020-08-28 22:23:22 +01:00
sub_test_properties Helper test scripts for client properties. 2019-01-08 14:34:35 +00:00