add support for the ChaCha20 test case

This commit is contained in:
Marten Seemann
2020-05-01 12:15:52 +07:00
parent 6d66eac1b9
commit 9c501a03e4

View File

@@ -85,6 +85,8 @@ func runTestcase(testcase string) error {
switch testcase {
case "handshake", "transfer", "retry":
case "chacha20":
tlsConf.CipherSuites = []uint16{tls.TLS_CHACHA20_POLY1305_SHA256}
case "multiconnect":
return runMultiConnectTest(r, urls)
case "versionnegotiation":