mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 04:07:35 +03:00
qtls: don't set the tls.Config.CipherSuites for cipher suite tests (#3726)
* qtls: don't set the tls.Config.CipherSuites for cipher suite tests * use qtls versions that don't allow setting of tls.Config.CipherSuites
This commit is contained in:
parent
4612b3f19f
commit
23f4565108
8 changed files with 64 additions and 18 deletions
4
go.mod
4
go.mod
|
@ -8,8 +8,8 @@ require (
|
|||
github.com/onsi/ginkgo/v2 v2.2.0
|
||||
github.com/onsi/gomega v1.20.1
|
||||
github.com/quic-go/qpack v0.4.0
|
||||
github.com/quic-go/qtls-go1-19 v0.2.1
|
||||
github.com/quic-go/qtls-go1-20 v0.1.1
|
||||
github.com/quic-go/qtls-go1-19 v0.3.0
|
||||
github.com/quic-go/qtls-go1-20 v0.2.0
|
||||
golang.org/x/crypto v0.4.0
|
||||
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
|
||||
golang.org/x/net v0.4.0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue