Merge pull request #8526 from gasbytes/add-middlebox-compat-to-enable-jni

Enable TLS 1.3 middlebox compatibility by default with --enable-jni
pull/8530/head
David Garske 2025-03-04 09:11:28 -08:00 committed by GitHub
commit 49122f36e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -6988,6 +6988,7 @@ then
AM_CFLAGS="$AM_CFLAGS -DKEEP_PEER_CERT"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_VERIFY_CB"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_KEEP_SNI"
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT"
# Enable prereqs if not already enabled
if test "x$ENABLED_DTLS" = "xno"