Merge pull request #2517 from lucas-clemente/chacha-interop-test

add support for the ChaCha20 interop test case
This commit is contained in:
Marten Seemann
2020-05-06 08:04:46 +07:00
committed by GitHub

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":