mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
crypto/tls: document that the package supports TLS 1.2
Fixes #6456. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/13740047
This commit is contained in:
parent
0fc9db7944
commit
bc2c3388f4
2 changed files with 2 additions and 2 deletions
|
|
@ -248,7 +248,7 @@ type Config struct {
|
|||
|
||||
// MaxVersion contains the maximum SSL/TLS version that is acceptable.
|
||||
// If zero, then the maximum version supported by this package is used,
|
||||
// which is currently TLS 1.1.
|
||||
// which is currently TLS 1.2.
|
||||
MaxVersion uint16
|
||||
|
||||
serverInitOnce sync.Once // guards calling (*Config).serverInit
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue