update qtls to restrict RSA keys in certificates to <= 8192 bits (#4012)

This commit is contained in:
Marten Seemann 2023-08-03 11:20:32 -04:00 committed by GitHub
parent 1c47ebefc0
commit f9f6b9df6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

2
go.mod
View file

@ -8,7 +8,7 @@ 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-20 v0.3.0
github.com/quic-go/qtls-go1-20 v0.3.1
golang.org/x/crypto v0.4.0
golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
golang.org/x/net v0.10.0