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

Commits on Jul 7, 2022

  1. tls: Added 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.
    Lastique committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    78e4a93 View commit details
    Browse the repository at this point in the history
  2. tls: 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 committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    8128fbc View commit details
    Browse the repository at this point in the history