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
This commit is contained in:
Frithjof Schulze 2013-10-02 12:09:13 -04:00 committed by Russ Cox
parent 493b985991
commit 3ee1782da4

2
tls.go
View File

@ -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 (