X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/2c7c4a9c23950044507a78956ca2c23f9c6a9491..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/(?