File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11421142#endif
11431143
11441144
1145- /* Define to 1 to prefer TLS crypto settings from the system. */
1146- #undef USE_SYSTEM_TLS
1147-
11481145/* Define this to enable server TCP Fast Open. */
11491146#undef USE_TCP_FASTOPEN
11501147
Original file line number Diff line number Diff line change @@ -669,7 +669,6 @@ SOURCEFILE
669669SOURCEDETERMINE
670670IPSET_OBJ
671671IPSET_SRC
672- SYSTEM_TLS_DEFAULT
673672IPSECMOD_HEADER
674673IPSECMOD_OBJ
675674CACHEDB_OBJ
@@ -937,7 +936,6 @@ enable_dnscrypt
937936with_libsodium
938937enable_cachedb
939938enable_ipsecmod
940- enable_system_tls
941939enable_ipset
942940with_libmnl
943941enable_explicit_port_randomisation
@@ -1643,8 +1641,6 @@ Optional Features:
16431641 storage
16441642 --enable-ipsecmod Enable ipsecmod module that facilitates
16451643 opportunistic IPsec
1646- --enable-system-tls Enable preference of system configured TLS socket
1647- options
16481644 --enable-ipset enable ipset module
16491645 --disable-explicit-port-randomisation
16501646 disable explicit source port randomisation and rely
@@ -25123,26 +25119,6 @@ printf "%s\n" "#define USE_IPSECMOD 1" >>confdefs.h
2512325119 ;;
2512425120esac
2512525121
25126- # check for system TLS preference if requested
25127- # Check whether --enable-system-tls was given.
25128- if test ${enable_system_tls+y}
25129- then :
25130- enableval=$enable_system_tls;
25131- fi
25132-
25133- case "$enable_system_tls" in
25134- yes)
25135-
25136- printf "%s\n" "#define USE_SYSTEM_TLS 1" >>confdefs.h
25137-
25138- SYSTEM_TLS_DEFAULT="yes"
25139- ;;
25140- no|*)
25141- SYSTEM_TLS_DEFAULT="no"
25142- ;;
25143- esac
25144-
25145-
2514625122# check for ipset if requested
2514725123# Check whether --enable-ipset was given.
2514825124if test ${enable_ipset+y}
Original file line number Diff line number Diff line change 1212 configure option, related to #1401, is no longer needed with the new
1313 option and the current default.
1414
15+ 16 April 2026: Wouter
16+ - Fix configure, autoconf for #1406.
17+
151815 April 2026: Wouter
1619 - Fix RFC7766 compliance when client sends EOF over TCP. It stops
1720 pending replies and closes. Thanks to Yuxiao Wu, Tsinghua
You can’t perform that action at this time.
0 commit comments