Skip to content

Commit 3e5e81c

Browse files
committed
Enable TLS 1.3 middlebox compatibility by default with --enable-jni
Adding -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT flag to the default compilation flags when --enable-jni is used. Related PRs in other repositories: - wolfSSL/wolfssljni#255 - wolfSSL/testing#845
1 parent 72d08a1 commit 3e5e81c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

configure.ac

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6988,6 +6988,7 @@ then
69886988
AM_CFLAGS="$AM_CFLAGS -DKEEP_PEER_CERT"
69896989
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_VERIFY_CB"
69906990
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_ALWAYS_KEEP_SNI"
6991+
AM_CFLAGS="$AM_CFLAGS -DWOLFSSL_TLS13_MIDDLEBOX_COMPAT"
69916992
69926993
# Enable prereqs if not already enabled
69936994
if test "x$ENABLED_DTLS" = "xno"

0 commit comments

Comments
 (0)