X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/a8761d62664f96259d815ab84a7a734829972fb3..dbf07025c150e23e3e1f4c6a382a511a2d5c5270:/test/runtest diff --git a/test/runtest b/test/runtest index 337ff27c6..10ae833ff 100755 --- a/test/runtest +++ b/test/runtest @@ -569,9 +569,9 @@ RESET_AFTER_EXTRA_LINE_READ: # # Retain the authentication algorith field as we want to test that. - s/( (?: (?:\b|\s) [\(=] ) | \s )TLSv1\.[123]:/$1TLSv1:/xg; - s/((EC)?DHE-)?(RSA|ECDSA)-AES(128|256)-(GCM-SHA(256|384)|SHA)(?!:)/ke-$3-AES256-SHA/g; - s/((EC)?DHE-)?(RSA|ECDSA)-AES(128|256)-(GCM-SHA(256|384)|SHA):(128|256)/ke-$3-AES256-SHA:xxx/g; + s/( (?: (?:\b|\s) [\(=] ) | \s )TLSv1(\.[123])?:/$1TLS1.x:/xg; + s/(?