update qtls to restrict RSA keys in certificates to <= 8192 bits

This commit is contained in:
Marten Seemann
2023-08-02 19:35:06 -04:00
parent 7c1df911f7
commit 2659e13ca2
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.9.5
github.com/onsi/gomega v1.27.6
github.com/quic-go/qpack v0.4.0
github.com/quic-go/qtls-go1-19 v0.3.2
github.com/quic-go/qtls-go1-20 v0.2.2
github.com/quic-go/qtls-go1-19 v0.3.3
github.com/quic-go/qtls-go1-20 v0.2.3
golang.org/x/crypto v0.4.0
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
golang.org/x/net v0.10.0