From 4c6dfb2f88d6280b0979357719e2516e1b3f2d8d Mon Sep 17 00:00:00 2001 From: Adam Langley Date: Tue, 6 Mar 2012 12:49:29 -0500 Subject: [PATCH] crypto/tls: make the package description more accurate and less aspirational. Fixes #3216. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5755056 --- tls.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tls.go b/tls.go index 9184e8e..7cb5762 100644 --- a/tls.go +++ b/tls.go @@ -2,8 +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 the TLS 1.1 protocol, as specified in RFC -// 4346. +// Package tls partially implements TLS 1.0, as specified in RFC 2246. package tls import (