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

Return 0 for SSL_OP_NO_TLSv1_3 when TLSv1.3 is not supported. #392

Merged
merged 1 commit into from Sep 23, 2018

Commits on Sep 22, 2018

  1. Return 0 for SSL_OP_NO_TLSv1_3 when TLSv1.3 is not supported.

    Motivation:
    
    We need to use 0 for SSL_OP_NO_TLSv1_3 when TLSv1.3 is not supported to not disable any protocols by mistake when its not supported at all.
    
    Modifications:
    
    Define SSL_OP_NO_TLSv1_3 as 0 when TLSv1.3 is not supported.
    
    Result:
    
    Correctly handle the case when TLSv1.3 is not supported and so be able to use it in this case.
    normanmaurer committed Sep 22, 2018
    Configuration menu
    Copy the full SHA
    113ac5d View commit details
    Browse the repository at this point in the history