crypto/tls: missing check for versions offered in ClientHello when using QUIC #63723
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What did you do?
RFC 9001 Section 4.2 requires the server to check the client's offered TLS versions:
What did you expect to see?
I expected crypto/tls to perform this required check.
What did you see instead?
It didn't.
The text was updated successfully, but these errors were encountered: