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

Forcing TLS version allows to bypass the OpenSSL OS default #4304

Closed
wants to merge 4 commits into from
Closed

Forcing TLS version allows to bypass the OpenSSL OS default #4304

wants to merge 4 commits into from

Commits on Sep 8, 2019

  1. Copy the full SHA
    15a1fd9 View commit details
    Browse the repository at this point in the history
  2. openssl: use SSL_CTX_set_<min|max>_proto_version() when available

    And indent preprocessor instructions
    cnotin committed Sep 8, 2019
    Copy the full SHA
    5c214ac View commit details
    Browse the repository at this point in the history
  3. openssl: modernize set_ssl_version_min_max

    OpenSSL 1.1.0 adds SSL_CTX_set_<min|max>_proto_version() that we now use when available.
    Existing code is preserved for older versions of OpenSSL.
    cnotin committed Sep 8, 2019
    Copy the full SHA
    16ec651 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Copy the full SHA
    6c6c5ed View commit details
    Browse the repository at this point in the history