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

Implemented OpenSSL providers support #517

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

tomaszma1
Copy link

Hi guys,

I have implemented support for OpenSSL providers. It's a new feature available from OpenSSL 3.x.x.

ssl_options class is extended by providerName_string containing OpenSSL provider name, which then this field is passed to Paho MQTT C library. Accessor and mutator functions are added to get and set provider name.

Related Paho MQTT C PR: eclipse/paho.mqtt.c#1528

Thank you,
Tomasz.

Signed-off-by: Tomasz Maczkowski <[email protected]>
@fpagliughi
Copy link
Contributor

I can have a look, but this can't be merged until the underlying C functionality is approved, merged, and released.

@fpagliughi fpagliughi added the upstream Problem with upstream library label Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
upstream Problem with upstream library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants