]> Cypherpunks repositories - gostls13.git/commitdiff
crypto/tls: make the package description more accurate and less aspirational.
authorAdam Langley <agl@golang.org>
Tue, 6 Mar 2012 17:49:29 +0000 (12:49 -0500)
committerAdam Langley <agl@golang.org>
Tue, 6 Mar 2012 17:49:29 +0000 (12:49 -0500)
Fixes #3216.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/5755056

src/pkg/crypto/tls/tls.go

index 9184e8e8118483cf97cdf0bdd84fb0c9dec01b9d..7cb57627ab057eb66627eca852bef36a3f25bbc6 100644 (file)
@@ -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 (