From: Alan T. DeKok Date: Tue, 11 Apr 2023 13:47:44 +0000 (-0400) Subject: add radiusv11 configuration to TLS tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84a7922666b3a9eb9a8f2e08acb9337ea9c658a2;p=thirdparty%2Ffreeradius-server.git add radiusv11 configuration to TLS tests --- diff --git a/src/tests/tls/home/radiusd.conf b/src/tests/tls/home/radiusd.conf index d38c4f1e2c..8ea034410d 100644 --- a/src/tests/tls/home/radiusd.conf +++ b/src/tests/tls/home/radiusd.conf @@ -35,6 +35,7 @@ clients radsec { client home { ipaddr = 127.0.0.1 proto = tls + radiusv11 = require } } @@ -59,6 +60,7 @@ listen { cipher_list = "DEFAULT" tls_min_version = "1.3" tls_max_version = "1.3" + radiusv11 = require } } @@ -83,6 +85,7 @@ listen { cipher_list = "DEFAULT" tls_min_version = "1.3" tls_max_version = "1.3" + radiusv11 = require } } diff --git a/src/tests/tls/proxy/proxy.conf b/src/tests/tls/proxy/proxy.conf index bb8ec1ea72..c0d7d23f8e 100644 --- a/src/tests/tls/proxy/proxy.conf +++ b/src/tests/tls/proxy/proxy.conf @@ -20,6 +20,7 @@ home_server home { cipher_list = "DEFAULT" tls_min_version = "1.3" tls_max_version = "1.3" + radiusv11 = require } } @@ -50,6 +51,7 @@ home_server home_acct { cipher_list = "DEFAULT" tls_min_version = "1.3" tls_max_version = "1.3" + radiusv11 = require } }