]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: fix link to more info about channel bindings
authorМаксим Федосеев <max.faceless.frei@gmail.com>
Mon, 30 Jan 2017 12:11:01 +0000 (17:11 +0500)
committerAdam Langley <agl@golang.org>
Wed, 8 Feb 2017 19:57:15 +0000 (19:57 +0000)
commit7bd968fbfdfd943d8bfc3f6f48b47c5fe990f9ba
tree7ebfc24cbb8a648986339ee7e77a623ace6f7501
parente2390ec18352f25066074331449cbcb74957068e
crypto/tls: fix link to more info about channel bindings

Link in the description of TLSUnique field of ConnectionState struct
leads to an article that is no longer available, so this commit
replaces it with link to a copy of the very same article on another
site.

Fixes #18842.

Change-Id: I8f8d298c4774dc0fbbad5042db0684bb3220aee8
Reviewed-on: https://go-review.googlesource.com/36052
Reviewed-by: Filippo Valsorda <hi@filippo.io>
Reviewed-by: Adam Langley <agl@golang.org>
src/crypto/tls/common.go