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

tls: Add a method to set OpenSSL certificate #426

Merged
merged 2 commits into from
Jul 8, 2022

Conversation

Lastique
Copy link
Contributor

@Lastique Lastique commented Jul 7, 2022

  • Add a method to set OpenSSL TLS certificate. This allows an application to provide its own TLS certificate in the form of OpenSSL structures to use in a TLS context.
  • Avoid using OpenSSL internal type names. OpenSSL documentation only mentions SSL_CTX as the TLS context type, so use that consistently in libre function definitions.

Lastique added 2 commits July 7, 2022 20:06
This allows an application to provide its own TLS certificate in the
form of OpenSSL structures to use in a TLS context.
OpenSSL documentation only mentions SSL_CTX as the TLS context type,
so use that consistently in libre function definitions.
@sreimers sreimers merged commit 4dfae41 into baresip:main Jul 8, 2022
@Lastique Lastique deleted the feature/add_set_certificate_openssl branch July 8, 2022 19:14
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.

2 participants