add support for the ECN interop runner test case

This commit is contained in:
Marten Seemann
2020-09-14 17:02:28 +07:00
parent ea3d32394d
commit be7536f2fc
2 changed files with 2 additions and 2 deletions

View File

@@ -85,7 +85,7 @@ func runTestcase(testcase string) error {
defer r.Close()
switch testcase {
case "handshake", "transfer", "retry":
case "handshake", "transfer", "retry", "ecn":
case "chacha20":
tlsConf.CipherSuites = []uint16{tls.TLS_CHACHA20_POLY1305_SHA256}
case "multiconnect":