offer only TLS 1.3 cipher suites in ClientHello (#3749)

This commit is contained in:
Marten Seemann 2023-04-19 14:57:55 +02:00 committed by GitHub
parent eb05964942
commit 48e18b922d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 10 deletions

4
go.mod
View file

@ -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.3.0
github.com/quic-go/qtls-go1-20 v0.2.0
github.com/quic-go/qtls-go1-19 v0.3.2
github.com/quic-go/qtls-go1-20 v0.2.2
golang.org/x/crypto v0.4.0
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
golang.org/x/net v0.7.0