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

Cleanup old ssl code #28085

Closed
wants to merge 2 commits into from
Closed

Commits on Jun 7, 2019

  1. src: remove TLS code for unsupported OpenSSLs

    Versions of OpenSSL lower than 1.1.1 are no longer supported, so remove
    ifdefs for previous versions.
    sam-github committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    147d5ed View commit details
    Browse the repository at this point in the history
  2. test: remove workaround for unsupported OpenSSLs

    Workaround added in d9b9229 is no longer needed, since OpenSSL
    versions lower than 1.1.1 are unsupported.
    sam-github committed Jun 7, 2019
    Configuration menu
    Copy the full SHA
    cd8cf1a View commit details
    Browse the repository at this point in the history