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

Add support for TLSv1.3 when compiled against openssl 1.1.1 #389

Merged
merged 1 commit into from Sep 20, 2018

Commits on Sep 18, 2018

  1. Add support for TLSv1.3 when compiled against openssl 1.1.1

    Motivation:
    
    OpenSSL 1.1.1 was released which supports TLSv1.3 and it is the now the current LTS release. We should be able to compile against it and also support TLSv1.3.
    
    Modifications:
    
    - Add some new native methods to allow to set TLSv1.3 ciphersuites
    - Depending on if TLSv1.3 is supported or not set some flags
    
    Result:
    
    Be able to compile against OpenSSL 1.1.1 and make use of TLSv1.3. Fixes #345 and #256
    normanmaurer committed Sep 18, 2018
    Configuration menu
    Copy the full SHA
    6f9301b View commit details
    Browse the repository at this point in the history