mirror of
https://github.com/golang/go
synced 2024-11-12 00:30:22 -07:00
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
This commit is contained in:
parent
db80edde7d
commit
4f25e4be02
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user