commit | 16afe75a67018f578ea3b729f98dc2d82e127ddf | [log] [tgz] |
---|---|---|
author | Filippo Valsorda <filippo@golang.org> | Wed Apr 28 02:15:49 2021 -0400 |
committer | Filippo Valsorda <filippo@golang.org> | Sat May 08 05:16:33 2021 +0000 |
tree | 991d2c9bc3a793a7cb70be3e908024ca12f31d38 | |
parent | 0714010a04edd230e18075cd951dd826f04b1e11 [diff] |
http2: remove TLSConfig.CipherSuites order check The order of CipherSuites is ignored as of Go 1.17, and the effective order will always put good ciphers first, as tested by TestCipherSuites in crypto/tls. Updates golang/go#45430 Change-Id: I54424f68bffe805f504b57eb025601c08c6357f6 Reviewed-on: https://go-review.googlesource.com/c/net/+/314611 Run-TryBot: Filippo Valsorda <filippo@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Trust: Filippo Valsorda <filippo@golang.org> Reviewed-by: Roland Shoemaker <roland@golang.org>
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.