mosquitto/client
Bart Desplanques 105e30ff5b Fix engine support.
Do not try to open keyfile when keyform is "engine": this is not necessarily a real file.
Dynamic engines require init with OPENSSL_INIT_ENGINE_DYNAMIC before they can be loaded.

Signed-off-by: Bart Desplanques <bart.desplanques@gmail.com>
2023-06-02 19:11:50 +02:00
..
args.txt New dynamic security plugin. 2020-10-27 00:54:55 +00:00
client_props.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
client_shared.c Fix engine support. 2023-06-02 19:11:50 +02:00
client_shared.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
CMakeLists.txt CMake build fixes for Windows. 2020-12-03 14:02:17 +00:00
Makefile Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
pub_client.c Don't reuse topic alias after reconnect. 2022-04-20 10:04:58 +02:00
pub_shared.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
pub_shared.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
pub_test_properties Helper test scripts for client properties. 2019-01-08 14:34:35 +00:00
rr_client.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
sub_client_output.c Fix incorrect topic-alias property value in mosquitto_sub json output. 2022-12-22 13:21:42 +00:00
sub_client_output.h Pointless whitespace tidy. 2021-10-05 15:20:37 +01:00
sub_client.c Pointless whitespace tidy. 2021-10-05 15:20:37 +01: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