summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2017-11-15 20:38:19 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2017-11-15 20:38:19 +0000
commit753bda4b8a4e16fa25254c6bd712f657196c5f56 (patch)
tree5c70de9d2e0e44a89518956483fd3b3484d5670a
parent6678a497928ce105c4bce21c4d2eba4b3ecd4259 (diff)
Testsuite: OpenSSL/LibreSSL version output variances
-rwxr-xr-xtest/runtest1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/runtest b/test/runtest
index 023289265..8faed952a 100755
--- 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 ========