Commit e2a2ce18 authored by Kenton Varda's avatar Kenton Varda

Update tls-test for BoringSSL changes.

Note that I only care about supporting BoringSSL at master since BoringSSL does not do versioned releases.
parent 24f4e735
......@@ -531,7 +531,7 @@ KJ_TEST("TLS client certificate verification") {
serverPromise.wait(test.io.waitScope));
KJ_EXPECT_THROW_MESSAGE(
SSL_MESSAGE("alert", // "alert handshake failure" or "alert certificate required"
"SSLV3_ALERT_HANDSHAKE_FAILURE"),
"TLSV1_CERTIFICATE_REQUIRED"),
clientPromise.wait(test.io.waitScope));
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment