mirror of
https://github.com/openssl/openssl.git
synced 2025-01-24 13:55:42 +08:00
Fix BoringSSL alert related test failures
Commit bd990e2535
changed our handling of alerts. Some of the BoringSSl
tests were expecting specific errors to be created if bad alerts were sent.
Those errors have now changed as a result of that commit, so the BoringSSL
test config needs to be updated to match.
Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3549)
This commit is contained in:
parent
47695810b3
commit
10a1ec4833
@ -256,7 +256,7 @@
|
||||
":UNEXPECTED_RECORD:":"unexpected message",
|
||||
":TLSV1_ALERT_RECORD_OVERFLOW:":"tlsv1 alert record overflow",
|
||||
":WRONG_SSL_VERSION:":"no protocols available",
|
||||
":BAD_ALERT:":"tlsv1 alert record overflow",
|
||||
":BAD_ALERT:":"invalid alert",
|
||||
":HTTP_REQUEST:":"http request",
|
||||
":HTTPS_PROXY_REQUEST:":"https proxy request",
|
||||
":WRONG_CERTIFICATE_TYPE:":"wrong certificate type",
|
||||
|
Loading…
Reference in New Issue
Block a user