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

Fix test_client_hello with no-tls1_2_method #4346

Closed
wants to merge 1 commit into from

Commits on Sep 7, 2017

  1. Fix test_client_hello with no-tls1_2_method

    The extensions not sent when TLS 1.2 is not used caused the message
    length to be 109, which is less than the 127 threshold needed
    to activate the F5 workaround.  Add another 20 bytes of dummy ALPN
    data do push it over the threshold.
    
    Also, fix the definition of the (unused) local macro indicating
    the threshold.
    kaduk committed Sep 7, 2017
    Copy the full SHA
    ba2661e View commit details
    Browse the repository at this point in the history