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

Set TLS ciphers list correcty on older OpenSSL #3093

Merged
merged 1 commit into from
Aug 4, 2020

Commits on Aug 4, 2020

  1. Set TLS ciphers list correcty on older OpenSSL

    Since SSL_CTX_set_ssl_version() of older OpenSSL reverts to the default
    ciphers list, SSL_CTX_set_cipher_list() has to be called after that.
    OpenSSL 1.1.1 doesn't have this issue.
    
    See also:
    https://github.com/openssl/openssl/blob/OpenSSL_1_0_2-stable/ssl/ssl_lib.c#L285
    https://github.com/openssl/openssl/blob/OpenSSL_1_0_2-stable/ssl/ssl_ciph.c#L1473
    
    Signed-off-by: Takuro Ashie <ashie@clear-code.com>
    ashie committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    4de4893 View commit details
    Browse the repository at this point in the history