]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/tls: Update reference to the TLS 1.2 RFC.
authorFrithjof Schulze <schulze@math.uni-hannover.de>
Wed, 2 Oct 2013 16:09:13 +0000 (12:09 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 2 Oct 2013 16:09:13 +0000 (12:09 -0400)
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

src/pkg/crypto/tls/tls.go

index 7c6bd6977f0d410449ff73a63372eb8666432807..6c67506fc3610aee314b138e7ccad5666684c46b 100644 (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 (