]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: clarify TLS 1.0/1.1 CertificateRequestInfo.SignatureSchemes
authorFilippo Valsorda <filippo@golang.org>
Thu, 21 Nov 2019 18:48:38 +0000 (13:48 -0500)
committerFilippo Valsorda <filippo@golang.org>
Fri, 21 Feb 2020 23:18:43 +0000 (23:18 +0000)
commit4045de378b766eba80151f15945a31be96d77a7c
tree13d5166a10ed5a95bb770504fcf9e08d10a49fb1
parent3e4e644433cca68118eaa3878b88dddfa5352af5
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>
src/crypto/tls/handshake_client.go