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 failing test_dtls_frag_ch #7914

Merged
merged 1 commit into from
Sep 5, 2024
Merged

Commits on Aug 30, 2024

  1. Fix failing test_dtls_frag_ch

    - Add option to disable ECH
    - InitSuites: clean up DTLS paths
    - wolfSSL_parse_cipher_list: remove WOLFSSL_MAX_SUITE_SZ setting
    - wolfSSL_parse_cipher_list: add rationale for keeping ciphersuites
    - test_dtls_frag_ch: ECH and ciphersuites were pushing the ClientHello message over the fragmentation limit. Disabling ECH and limiting ciphersuites fixes the test.
    julek-wolfssl committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b67fd6f View commit details
    Browse the repository at this point in the history