summaryrefslogtreecommitdiffstats
path: root/test/ssl-tests/20-cert-select.cnf.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/ssl-tests/20-cert-select.cnf.in')
-rw-r--r--test/ssl-tests/20-cert-select.cnf.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/ssl-tests/20-cert-select.cnf.in b/test/ssl-tests/20-cert-select.cnf.in
index 79325e71c1..38cac87cea 100644
--- a/test/ssl-tests/20-cert-select.cnf.in
+++ b/test/ssl-tests/20-cert-select.cnf.in
@@ -890,11 +890,9 @@ my @tests_tls_1_3_non_fips = (
server => {
"Certificate" => test_pem("server-ecdsa-brainpoolP256r1-cert.pem"),
"PrivateKey" => test_pem("server-ecdsa-brainpoolP256r1-key.pem"),
- "Groups" => "brainpoolP256r1",
},
client => {
"RequestCAFile" => test_pem("root-cert.pem"),
- "Groups" => "brainpoolP256r1",
"MinProtocol" => "TLSv1.3",
"MaxProtocol" => "TLSv1.3"
},