diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-11 18:39:09 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2017-11-11 18:39:09 +0000 |
commit | e5de15b6291e882cf936f384b87a0d5d368d1caa (patch) | |
tree | a9d55b19cb5f92c89216eaadae78e00c40b73cba | |
parent | 72934ba73e5ac5fbd64b56dc684e3371a9651909 (diff) |
Testsuite: another go at munging cipher-suite strings
-rwxr-xr-x | test/runtest | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index 5640a5f58..58a31ea06 100755 --- a/test/runtest +++ b/test/runtest @@ -554,7 +554,7 @@ RESET_AFTER_EXTRA_LINE_READ: # LibreSSL # TLSv1:ECDHE-RSA-CHACHA20-POLY1305:256 - s/((EC)?DHE-)?(RSA|ECDSA)-CHACHA20-POLY1305\b/ke-$3-AES256-SHA:xxx/g; + s/((EC)?DHE-)?(RSA|ECDSA)-CHACHA20-POLY1305:256/ke-$3-AES256-SHA:xxx/g; # GnuTLS have seen: # TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256 |