wolfssl icon indicating copy to clipboard operation
wolfssl copied to clipboard

Fix failing test_dtls_frag_ch

Open julek-wolfssl opened this issue 5 months ago • 0 comments

  • 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 avatar Aug 28 '24 14:08 julek-wolfssl