We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52baf16 commit 686fdd8Copy full SHA for 686fdd8
security/advancedtls/advancedtls_test.go
@@ -942,7 +942,7 @@ func (s) TestGetCertificatesSNI(t *testing.T) {
942
ServerName: test.serverName,
943
SupportedCurves: []tls.CurveID{tls.CurveP256},
944
SupportedPoints: []uint8{pointFormatUncompressed},
945
- SupportedVersions: []uint16{tls.VersionTLS10},
+ SupportedVersions: []uint16{tls.VersionTLS12},
946
}
947
gotCertificate, err := serverConfig.GetCertificate(clientHello)
948
if err != nil {
0 commit comments