You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
5 years ago
..
CMakeLists.txt New dynamic security plugin. 5 years ago
Makefile Merge branch 'fixes' into develop 6 years ago
args.txt New dynamic security plugin. 5 years ago
client_props.c Update to EPL-2.0 5 years ago
client_shared.c Add lib and client support for OS CA certs 5 years ago
client_shared.h Add lib and client support for OS CA certs 5 years ago
pub_client.c Add lib and client support for OS CA certs 5 years ago
pub_shared.c Update to EPL-2.0 5 years ago
pub_shared.h Update to EPL-2.0 5 years ago
pub_test_properties Helper test scripts for client properties. 7 years ago
rr_client.c Add lib and client support for OS CA certs 5 years ago
sub_client.c Add lib and client support for OS CA certs 5 years ago
sub_client_output.c Update to EPL-2.0 5 years ago
sub_client_output.h Update to EPL-2.0 5 years ago
sub_test_fixed_width mosquitto_sub now supports extra format specifiers. 5 years ago
sub_test_properties Helper test scripts for client properties. 7 years ago