Gitweb:
https://git.exim.org/exim.git/commitdiff/7fd82d0f79546e8c56c42244400bc5771481f1b7
Commit: 7fd82d0f79546e8c56c42244400bc5771481f1b7
Parent: fb09cfc3f2b667aa09deef8a0f9933a2e710be8f
Author: Jeremy Harris <jgh146exb@???>
AuthorDate: Sat Jan 7 20:19:38 2023 +0000
Committer: Jeremy Harris <jgh146exb@???>
CommitDate: Sat Jan 7 20:19:38 2023 +0000
Testsuite: OpenSSL version differences
---
test/runtest | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/test/runtest b/test/runtest
index 86fc79acb..380045291 100755
--- a/test/runtest
+++ b/test/runtest
@@ -918,6 +918,11 @@ RESET_AFTER_EXTRA_LINE_READ:
# OpenSSL 3.0.0
s/TLS error \(D-H param setting .* error:\K.*dh key too small/xxxxxxxx:SSL routines::dh key too small/;
+ # OpenSSL 1.1.1
+ s/error:\K0B080074:x509 certificate routines:X509_check_private_key(?=:key values mismatch$)/05800074:x509 certificate routines:/;
+ s/error:\K02001002:system library:fopen(?=:No such file or directory$)/80000002:system library:/;
+ s/error:\K0909006C:PEM routines:get_name(?=:no start line$)/0480006C:PEM routines:/;
+
# ======== Maildir things ========
# timestamp output in maildir processing
s/(timestamp=|\(timestamp_only\): )\d+/$1ddddddd/g;