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

[CHANGED] natsOptions_SetCertificatesChain() now not limited to RSA key #527

Merged
merged 1 commit into from
Feb 28, 2022

Conversation

kozlovic
Copy link
Member

This option used RSA specific OpenSSL APIs to load an RSA key.
This change will use any type of key.

Resolves #526

Signed-off-by: Ivan Kozlovic ivan@synadia.com

This option used RSA specific OpenSSL APIs to load an RSA key.
This change will use any type of key.

Resolves #526

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
@thierryba
Copy link

I'm the reporter of #526 and this works just fine.

@kozlovic
Copy link
Member Author

@thierryba Thank you for confirming that this change fixes your issue. Merging now.

Copy link
Member

@aricart aricart left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@kozlovic kozlovic merged commit 51a4ffc into main Feb 28, 2022
@kozlovic kozlovic deleted the fix_526 branch February 28, 2022 15:43
@thierryba
Copy link

Thanks a lot.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

natsOptions_SetCertificatesChain does only accept RSA keys
3 participants