]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
add radiusv11 configuration to TLS tests
authorAlan T. DeKok <aland@freeradius.org>
Tue, 11 Apr 2023 13:47:44 +0000 (09:47 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 11 Apr 2023 13:47:44 +0000 (09:47 -0400)
src/tests/tls/home/radiusd.conf
src/tests/tls/proxy/proxy.conf

index d38c4f1e2cbf50504c242cf6359f616add61e557..8ea034410dd6b2ff2e5a5291536ea2509b211788 100644 (file)
@@ -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
        }
 }
 
index bb8ec1ea7224522ba874d46a7bad82c9ae31d5fc..c0d7d23f8eb30858b8cf9aec88d1b16b850ad847 100644 (file)
@@ -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
        }
 }