From: Adam Langley Date: Tue, 6 Mar 2012 17:49:29 +0000 (-0500) Subject: crypto/tls: make the package description more accurate and less aspirational. X-Git-Tag: weekly.2012-03-13~184 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=4f25e4be028ea975fa93fcfe97759dae3b85f256;p=gostls13.git 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 --- diff --git a/src/pkg/crypto/tls/tls.go b/src/pkg/crypto/tls/tls.go index 9184e8e811..7cb57627ab 100644 --- a/src/pkg/crypto/tls/tls.go +++ b/src/pkg/crypto/tls/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 (