REGTESTS: ssl: Update error messages that changed with OpenSSLv3.1.0-dev

Some error messages changed with OpenSSL 3.1.0-dev, making the
ssl_errors.vtc wrongly fail.
This commit is contained in:
Remi Tricot-Le Breton 2022-04-21 12:06:42 +02:00 committed by William Lallemand
parent f87c67e5e4
commit 85c0ff5987
1 changed files with 2 additions and 2 deletions

View File

@ -126,12 +126,12 @@ syslog Slg_bcknd -level info {
barrier b2 sync
recv
expect ~ ".*bc_err:34:\"SSL handshake failure\" ssl_bc_err:1040:.*:sslv3 alert handshake failure"
expect ~ ".*bc_err:34:\"SSL handshake failure\" ssl_bc_err:1040:.* alert handshake failure"
barrier b2 sync
recv
expect ~ ".*bc_err:34:\"SSL handshake failure\" ssl_bc_err:1040:.*:sslv3 alert handshake failure"
expect ~ ".*bc_err:34:\"SSL handshake failure\" ssl_bc_err:1040:.* alert handshake failure"
} -start
syslog Slg_bcknd_fe -level info {