summaryrefslogtreecommitdiffstats
path: root/test/ssl-tests
diff options
context:
space:
mode:
authorMatt Caswell <matt@openssl.org>2022-09-30 11:57:23 +0100
committerMatt Caswell <matt@openssl.org>2022-10-07 10:01:48 +0100
commitc9ee6e3646258f79a9970be96394cb2b93b7eddd (patch)
treefd8b6446d6b1946c9ee207ba15e48d723c04d1b2 /test/ssl-tests
parent16f0e91cf82e13c327f0b0402459dfbf78ef787c (diff)
Reimplement brainpool TLSv1.3 support group support
Create new TLS_GROUP_ENTRY values for these groups. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Dmitry Belyavskiy <beldmit@gmail.com> (Merged from https://github.com/openssl/openssl/pull/19315)
Diffstat (limited to 'test/ssl-tests')
-rw-r--r--test/ssl-tests/20-cert-select.cnf2
-rw-r--r--test/ssl-tests/20-cert-select.cnf.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/ssl-tests/20-cert-select.cnf b/test/ssl-tests/20-cert-select.cnf
index 5cb7aca3ea..51d38b9b61 100644
--- a/test/ssl-tests/20-cert-select.cnf
+++ b/test/ssl-tests/20-cert-select.cnf
@@ -1728,7 +1728,7 @@ VerifyCAFile = ${ENV::TEST_CERTS_DIR}/rootcert.pem
VerifyMode = Peer
[test-52]
-ExpectedResult = ServerFail
+ExpectedResult = ClientFail
# ===========================================================
diff --git a/test/ssl-tests/20-cert-select.cnf.in b/test/ssl-tests/20-cert-select.cnf.in
index d0cc5cfd5c..b8e689d565 100644
--- a/test/ssl-tests/20-cert-select.cnf.in
+++ b/test/ssl-tests/20-cert-select.cnf.in
@@ -914,7 +914,7 @@ my @tests_tls_1_3_non_fips = (
#We only configured brainpoolP256r1 on the client side, but TLSv1.3
#is enabled and this group is not allowed in TLSv1.3. Therefore this
#should fail
- "ExpectedResult" => "ServerFail"
+ "ExpectedResult" => "ClientFail"
},
},
{