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 no_tlsv1_3 to Puma::DSL#ssl_bindings and Puma::MiniSSL::Context #2426

Closed
wants to merge 1 commit into from

Commits on Oct 13, 2020

  1. Add no_tlsv1_3 to Puma::DSL#ssl_bindings and Puma::MiniSSL::Context

    Disables TLSv1.3 when front-ends don't support it
    
    Also:
    
    1. Remove 'no_tls' false query parameters in bind string
    2. Update minissl.c for no_tlsv1_3, whitespace
    3. Add test_tls_v1_3_rejection to test_puma_server_ssl.rb
    4. Add three protocol tests to test_config.rb
    5. extconf.rb - 1.1.0 -> 1.1.1 change (macro to func)
    MSP-Greg committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    dbab8d0 View commit details
    Browse the repository at this point in the history