1
0
mirror of https://github.com/golang/go synced 2024-11-17 15:54:39 -07:00
go/src/crypto
Filippo Valsorda 4045de378b crypto/tls: clarify TLS 1.0/1.1 CertificateRequestInfo.SignatureSchemes
This CL should not change the logic at all, but it took me a while to
figure out why we use these specific SignatureSchemes, so reformulate
the comment.

Change-Id: If519a58264209e6575417be07668e92ead0e772f
Reviewed-on: https://go-review.googlesource.com/c/go/+/208225
Run-TryBot: Filippo Valsorda <filippo@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
2020-02-21 23:18:43 +00:00
..
aes crypto/aes,crypto/cipher: add asm implementation for aes-gcm on ppc64le 2019-09-24 16:15:36 +00:00
cipher crypto/cipher: improve xorBytesVSX asm for ppc64x 2019-09-24 21:30:45 +00:00
des
dsa all: fix a bunch of misspellings 2019-11-15 21:04:43 +00:00
ecdsa crypto/ecdsa: add SignASN1, VerifyASN1 2020-02-21 19:38:55 +00:00
ed25519 crypto/ed25519: outline NewKeyFromSeed and Sign 2019-09-24 10:23:40 +00:00
elliptic crypto/elliptic: document the Name and names of each curve 2020-02-11 00:59:47 +00:00
hmac
internal
md5 all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
rand all: remove the nacl port (part 1) 2019-10-09 06:14:44 +00:00
rc4
rsa all: change some function documentation to be more idiomatic 2019-07-28 18:09:57 +00:00
sha1 all: remove nacl (part 3, more amd64p32) 2019-10-10 22:38:38 +00:00
sha256
sha512
subtle
tls crypto/tls: clarify TLS 1.0/1.1 CertificateRequestInfo.SignatureSchemes 2020-02-21 23:18:43 +00:00
x509 crypto/x509: correct error message for trailing issuer data 2020-02-21 18:28:52 +00:00
crypto.go
issue21104_test.go