From 4d7c63558c2f4b79169eaa6f6b3ce017f5d43b1e Mon Sep 17 00:00:00 2001 From: Frithjof Schulze Date: Wed, 2 Oct 2013 12:09:13 -0400 Subject: [PATCH] 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 --- src/pkg/crypto/tls/tls.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( -- 2.50.0