In file src/net.c function net__load_certificates variable "ENGINE* engine" is initialized to NULL and this doesn't change.
This is because a part of the function net__tls_load_verify was moved to net__load_certificates to support reloading of the certificates. b2560f5
Also I think calling ENGINE_FINISH in net__load_certificates can cause issues. I don't know what the behavior will be.
This happened for me with Mosquitto v2.0.5.
The text was updated successfully, but these errors were encountered:
Hi,
In file src/net.c function net__load_certificates variable "ENGINE* engine" is initialized to NULL and this doesn't change.
This is because a part of the function net__tls_load_verify was moved to net__load_certificates to support reloading of the certificates. b2560f5
Also I think calling ENGINE_FINISH in net__load_certificates can cause issues. I don't know what the behavior will be.
This happened for me with Mosquitto v2.0.5.
The text was updated successfully, but these errors were encountered: