aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/crypto
diff options
context:
space:
mode:
authorFrithjof Schulze <schulze@math.uni-hannover.de>2013-10-02 12:09:13 -0400
committerRuss Cox <rsc@golang.org>2013-10-02 12:09:13 -0400
commit4d7c63558c2f4b79169eaa6f6b3ce017f5d43b1e (patch)
tree483e77b54b947e1c546f225ee5c099ef2cbc1fdf /src/pkg/crypto
parentc3dadca9776b6f1c32ee088698e8584636bba2fb (diff)
downloadgo-4d7c63558c2f4b79169eaa6f6b3ce017f5d43b1e.tar.xz
crypto/tls: Update reference to the TLS 1.2 RFC.
Ticket 13740047 updated the documented TLS version to 1.2. This also updates the RFC refered to. R=golang-dev CC=golang-dev, rsc https://golang.org/cl/14029043
Diffstat (limited to 'src/pkg/crypto')
-rw-r--r--src/pkg/crypto/tls/tls.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pkg/crypto/tls/tls.go b/src/pkg/crypto/tls/tls.go
index 7c6bd6977f..6c67506fc3 100644
--- a/src/pkg/crypto/tls/tls.go
+++ b/src/pkg/crypto/tls/tls.go
@@ -2,7 +2,7 @@
// 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.2, as specified in RFC 4346.
+// Package tls partially implements TLS 1.2, as specified in RFC 5246.
package tls
import (