diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-06 23:22:38 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-10-06 23:22:38 +0100 |
commit | 43d1f6cd753b9104d58a48e0a8f9afca8ddd74b2 (patch) | |
tree | 5e469015dfe65855d8e4b4421945fc75476cda69 | |
parent | a1d4300b12abf65bb714f88f60f5719f66e66410 (diff) |
Testsuite: more TLSv1.3 handling
-rwxr-xr-x | test/runtest | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest index d6bc7b03d..e5f2a0475 100755 --- a/test/runtest +++ b/test/runtest @@ -567,7 +567,8 @@ RESET_AFTER_EXTRA_LINE_READ: # # TLSversion : "TLS" - C_iph_er - MAC : ??? # - s/:TLS_AES(_256)_GCM_SHA384:256/:ke-RSA-AES256-SHA:xxx/g; + s/TLS_AES(_256)?_GCM_SHA384(?!:)/ke-RSA-AES256-SHA/g; + s/:TLS_AES(_256)?_GCM_SHA384:256/:ke-RSA-AES256-SHA:xxx/g; # LibreSSL # TLSv1:AES256-GCM-SHA384:256 |