git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6678a49
)
Testsuite: OpenSSL/LibreSSL version output variances
author
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 15 Nov 2017 20:38:19 +0000
(20:38 +0000)
committer
Jeremy Harris
<jgh146exb@wizmail.org>
Wed, 15 Nov 2017 20:38:19 +0000
(20:38 +0000)
test/runtest
patch
|
blob
|
history
diff --git
a/test/runtest
b/test/runtest
index 0232892651c8ec30e7eb2605d1e770eb24b58039..8faed952ac21cef592853d53a4bb7baff60e2428 100755
(executable)
--- a/
test/runtest
+++ b/
test/runtest
@@
-1183,6
+1183,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:)(tls_process_server_certificate|CONNECT_CR_CERT)(?=certificate verify failed$)/$1ssl3_get_server_certificate/;
}
# ======== All files other than stderr ========