Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regression: broker cannot load private key with SSL engine #2066

Closed
borisVanhoof opened this issue Feb 3, 2021 · 1 comment
Closed

Regression: broker cannot load private key with SSL engine #2066

borisVanhoof opened this issue Feb 3, 2021 · 1 comment
Milestone

Comments

@borisVanhoof
Copy link

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.

@ralight ralight added this to the 2.0.7 milestone Feb 3, 2021
@ralight
Copy link
Contributor

ralight commented Feb 3, 2021

Thanks, I'll take a look.

@ralight ralight closed this as completed in 4a738f1 Feb 4, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 11, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants