// 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
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Package tls partially implements TLS 1.1, as specified in RFC 4346.
+// Package tls partially implements TLS 1.2, as specified in RFC 4346.
package tls
import (