diff options
| author | Frithjof Schulze <schulze@math.uni-hannover.de> | 2013-10-02 12:09:13 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@golang.org> | 2013-10-02 12:09:13 -0400 |
| commit | 4d7c63558c2f4b79169eaa6f6b3ce017f5d43b1e (patch) | |
| tree | 483e77b54b947e1c546f225ee5c099ef2cbc1fdf /src/pkg/crypto | |
| parent | c3dadca9776b6f1c32ee088698e8584636bba2fb (diff) | |
| download | go-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.go | 2 |
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 ( |
