forked from quic-go/quic-go
add support for the ChaCha20 test case
This commit is contained in:
@@ -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":
|
||||
|
||||
Reference in New Issue
Block a user