]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: Correct minimum version in comment
authorMatt Bostock <matt@mattbostock.com>
Sun, 22 Feb 2015 01:14:36 +0000 (01:14 +0000)
committerAdam Langley <agl@golang.org>
Wed, 25 Mar 2015 12:53:36 +0000 (12:53 +0000)
commitf279cadfa48073da2527e0b48bad08d5330ba623
tree2b44d2594447de971830b4628aabd05bf75c1490
parent2420926a8a38eef9131a4c3543987b92667204c1
crypto/tls: Correct minimum version in comment

Commit 604fa4d5 made TLS 1.0 the default minimum version. This commit
amends a comment to reflect that.

This is where the default is used in the absence of an explicit version
being set:
https://github.com/golang/go/blob/edadffa2f3464c48a234f3cf2fc092a03f91824f/src/crypto/tls/common.go#L391-L393

Change-Id: I8f1117ecdddc85bb1cc76a6834026505a380b793
Reviewed-on: https://go-review.googlesource.com/5525
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
Reviewed-by: Minux Ma <minux@golang.org>
Reviewed-by: Adam Langley <agl@golang.org>
src/crypto/tls/common.go