diff --git a/tls.go b/tls.go index 7c6bd69..6c67506 100644 --- a/tls.go +++ b/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 (