Update pre9
This commit is contained in:
@@ -108,7 +108,7 @@ VerifyMode = Peer
|
||||
|
||||
[test-2]
|
||||
ExpectedResult = ServerFail
|
||||
ExpectedServerAlert = HandshakeFailure
|
||||
ExpectedServerAlert = CertificateRequired
|
||||
|
||||
|
||||
# ===========================================================
|
||||
|
||||
@@ -101,7 +101,9 @@ sub generate_tests() {
|
||||
},
|
||||
test => {
|
||||
"ExpectedResult" => "ServerFail",
|
||||
"ExpectedServerAlert" => "HandshakeFailure",
|
||||
"ExpectedServerAlert" =>
|
||||
($protocol_name eq "flex" && !disabled("tls1_3"))
|
||||
? "CertificateRequired" : "HandshakeFailure",
|
||||
"Method" => $method,
|
||||
},
|
||||
};
|
||||
|
||||
@@ -98,7 +98,7 @@ VerifyMode = Peer
|
||||
|
||||
[test-2]
|
||||
ExpectedResult = ServerFail
|
||||
ExpectedServerAlert = HandshakeFailure
|
||||
ExpectedServerAlert = CertificateRequired
|
||||
|
||||
|
||||
# ===========================================================
|
||||
|
||||
@@ -61,7 +61,7 @@ our @tests = (
|
||||
},
|
||||
test => {
|
||||
"ExpectedResult" => "ServerFail",
|
||||
"ExpectedServerAlert" => "HandshakeFailure",
|
||||
"ExpectedServerAlert" => "CertificateRequired",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user