Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
security/advancedtls: fix test that relies on min TLS version
Go 1.22 changed the default TLS minimum version. Toolchains which do not respect go.mod 'go' version directives will break when executing the Test/GetCertificatesSNI/Select_serverCert3 test, since it relies on the private tls.ClientHelloInfo.config fields minimum version matching the configured tls.ClientHelloInfo.SupportedVersions field. This change just bumps the version in tls.ClientHelloInfo.SupportedVersions to tls.VersionTLS12. This fixes an internal google test.
- Loading branch information