summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2018-02-06 19:29:14 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2018-02-07 12:06:19 +0000
commit1955ffa1aad186705bae1a0868c4cc4902cc256e (patch)
treef151806a7e3d73f2b67df661ebfcf2632c23fbe7 /test/runtest
parent286b9d5fa4344de72fe6575fa089237fd7dbb56f (diff)
Testsuite: ignore more SSL library output variances
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index 035c56cdc..c32222dc0 100755
--- a/test/runtest
+++ b/test/runtest
@@ -1194,7 +1194,7 @@ RESET_AFTER_EXTRA_LINE_READ:
# openssl version variances
s/(TLS error on connection [^:]*: error:)[0-9A-F]{8}(:system library):(?:fopen|func\(4095\)):(No such file or directory)$/$1xxxxxxxx$2:fopen:$3/;
s/(DANE attempt failed.*error:)[0-9A-F]{8}(:SSL routines:)(ssl3_get_server_certificate|tls_process_server_certificate|CONNECT_CR_CERT)(?=:certificate verify failed$)/$1xxxxxxxx$2ssl3_get_server_certificate/;
- s/(DKIM: validation error: )error:[0-9A-F]{8}:rsa routines:int_rsa_verify:bad signature$/$1Public key signature verification has failed./;
+ s/(DKIM: validation error: )error:[0-9A-F]{8}:rsa routines:(?:(?i)int_rsa_verify|CRYPTO_internal):(?:bad signature|algorithm mismatch)$/$1Public key signature verification has failed./;
}
# ======== All files other than stderr ========