crypto/tls.Config.MinVersion (field)
11 uses
crypto/tls (current package)
common.go#L751: MinVersion uint16
common.go#L903: MinVersion: c.MinVersion,
common.go#L1094: if (c == nil || c.MinVersion == 0) && v < VersionTLS12 {
common.go#L1102: if c != nil && c.MinVersion != 0 && v < c.MinVersion {
handshake_client.go#L199: if c.config.MinVersion != 0 && c.config.MinVersion < VersionTLS13 {
handshake_server.go#L172: if c.config.MinVersion == 0 && c.vers < VersionTLS12 {
quic.go#L208: if q.conn.config.MinVersion < VersionTLS13 {
net/http
h2_bundle.go#L4131: } else if s.TLSConfig.CipherSuites != nil && s.TLSConfig.MinVersion < tls.VersionTLS13 {
![]() |
The pages are generated with Golds v0.7.6. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |