diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2023-01-07 20:19:38 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2023-01-07 20:19:38 +0000 |
commit | 7fd82d0f79546e8c56c42244400bc5771481f1b7 (patch) | |
tree | 80810d288b91156f66202dd3ec6fd16421d8bc7f /test/runtest | |
parent | fb09cfc3f2b667aa09deef8a0f9933a2e710be8f (diff) |
Testsuite: OpenSSL version differences
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 5 |
1 files changed, 5 insertions, 0 deletions
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; |