1
0
mirror of https://github.com/golang/go synced 2024-11-08 09:26:11 -07:00
go/src/crypto
Максим Федосеев 7bd968fbfd 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>
2017-02-08 19:57:15 +00:00
..
aes crypto/aes: correct 'noescape' typo in s390x 2016-12-14 16:10:22 +00:00
cipher all: make spelling consistent 2016-12-08 23:22:37 +00:00
des crypto/des: improve the throughput of DES and 3DES 2017-02-07 14:17:05 +00:00
dsa crypto/dsa: gofmt 2017-01-11 17:10:59 +00:00
ecdsa
elliptic crypto/*: document use or non-use of constant-time algorithms 2016-12-07 16:34:50 +00:00
hmac
internal/cipherhw crypto/{cipher,tls,internal/cryptohw}: prioritise AES-GCM when hardware support is present. 2016-11-07 20:01:18 +00:00
md5
rand math/big: add Baillie-PSW test to (*Int).ProbablyPrime 2016-11-22 02:05:47 +00:00
rc4
rsa crypto/*: document use or non-use of constant-time algorithms 2016-12-07 16:34:50 +00:00
sha1 crypto: detect BMI usability on AMD64 for sha1 and sha256 2017-01-05 15:37:37 +00:00
sha256 crypto: detect BMI usability on AMD64 for sha1 and sha256 2017-01-05 15:37:37 +00:00
sha512 crypto/sha512: improve performance for sha512.block on ppc64le 2016-10-31 19:13:52 +00:00
subtle
tls crypto/tls: fix link to more info about channel bindings 2017-02-08 19:57:15 +00:00
x509 crypto/x509: check for new tls-ca-bundle.pem last 2017-02-07 17:19:05 +00:00
crypto.go