summaryrefslogtreecommitdiffstats
path: root/test/ssl-tests/04-client_auth.conf.in
diff options
context:
space:
mode:
Diffstat (limited to 'test/ssl-tests/04-client_auth.conf.in')
-rw-r--r--test/ssl-tests/04-client_auth.conf.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/ssl-tests/04-client_auth.conf.in b/test/ssl-tests/04-client_auth.conf.in
index cd3d42f416..8738f908de 100644
--- a/test/ssl-tests/04-client_auth.conf.in
+++ b/test/ssl-tests/04-client_auth.conf.in
@@ -96,7 +96,9 @@ sub generate_tests() {
"Certificate" => "\${ENV::TEST_CERTS_DIR}${dir_sep}ee-client-chain.pem",
"PrivateKey" => "\${ENV::TEST_CERTS_DIR}${dir_sep}ee-key.pem",
},
- test => { "ExpectedResult" => "Success" },
+ test => { "ExpectedResult" => "Success",
+ "ExpectedClientCertType" => "RSA",
+ },
};
# Handshake with client authentication but without the root certificate.