X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a5d79c99f4948d9fd288a1bfaca3a44cf2caaa32..c6a290f4d8df3734b3cdc2232b4334ff8386c1da:/test/runtest diff --git a/test/runtest b/test/runtest index f595634e9..0f883e8fc 100755 --- a/test/runtest +++ b/test/runtest @@ -908,6 +908,9 @@ RESET_AFTER_EXTRA_LINE_READ: s/(TLS error on connection from .* \(SSL_\w+\): error:)(.*)/$1 <>/; next if /SSL verify error: depth=0 error=certificate not trusted/; + # OpenSSL 3.0.0 + s/TLS error \(D-H param setting .* error:\K.*dh key too small/xxxxxxxx:SSL routines::dh key too small/; + # ======== Maildir things ======== # timestamp output in maildir processing s/(timestamp=|\(timestamp_only\): )\d+/$1ddddddd/g;