]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: note in comments that setting GetCertificate is now sufficient.
authoraubble <anmol@aubble.com>
Thu, 20 Aug 2015 18:26:56 +0000 (14:26 -0400)
committerAdam Langley <agl@golang.org>
Sat, 29 Aug 2015 22:23:04 +0000 (22:23 +0000)
commit34695c4742dd8055ed88b409014353e99288c43e
treefed2e8115723d435f03f55d36c73dbfdb14d8438
parentefeeee38c9aa30d2bdcb9d150c6e76ada01c5145
crypto/tls: note in comments that setting GetCertificate is now sufficient.

In Go 1.5, Config.Certificates is no longer required if
Config.GetCertificate has been set. This change updated four comments to
reflect that.

Change-Id: Id72cc22fc79e931b2d645a7c3960c3241042762c
Reviewed-on: https://go-review.googlesource.com/13800
Reviewed-by: Adam Langley <agl@golang.org>
src/crypto/tls/common.go
src/crypto/tls/tls.go