diff options
| author | Hiroaki Sano <hiroaki.sano.9stories@gmail.com> | 2024-11-26 16:43:04 +0900 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-11-27 11:42:12 +0000 |
| commit | 7d3d0334f9f58db5a0819da0963abb9ca0cba695 (patch) | |
| tree | bae60356145e4abc3d74e7d28789f1c89f639361 /src | |
| parent | 6405e60ca6be798c1f8c1d0365fd63b89b524df5 (diff) | |
| download | go-7d3d0334f9f58db5a0819da0963abb9ca0cba695.tar.xz | |
crypto/tls: fix a broken link
Change-Id: I5d4baa454487a810f138334b613b412a5273311e
Reviewed-on: https://go-review.googlesource.com/c/go/+/631875
Reviewed-by: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/crypto/tls/cipher_suites.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crypto/tls/cipher_suites.go b/src/crypto/tls/cipher_suites.go index 9e831a983e..01d6568828 100644 --- a/src/crypto/tls/cipher_suites.go +++ b/src/crypto/tls/cipher_suites.go @@ -235,7 +235,7 @@ var cipherSuitesTLS13 = []*cipherSuiteTLS13{ // TODO: replace with a map. // - Anything else comes before CBC_SHA256 // // SHA-256 variants of the CBC ciphersuites don't implement any Lucky13 -// countermeasures. See http://www.isg.rhul.ac.uk/tls/Lucky13.html and +// countermeasures. See https://www.isg.rhul.ac.uk/tls/Lucky13.html and // https://www.imperialviolet.org/2013/02/04/luckythirteen.html. // // - Anything else comes before 3DES |
