crypto/tls.Config.MinVersion (field)
8 uses
crypto/tls (current package)
common.go#L743: MinVersion uint16
common.go#L856: MinVersion: c.MinVersion,
common.go#L1037: if (c == nil || c.MinVersion == 0) &&
common.go#L1041: if c != nil && c.MinVersion != 0 && v < c.MinVersion {
quic.go#L174: if q.conn.config.MinVersion < VersionTLS13 {
net/http
h2_bundle.go#L4079: } else if s.TLSConfig.CipherSuites != nil && s.TLSConfig.MinVersion < tls.VersionTLS13 {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |