-
Notifications
You must be signed in to change notification settings - Fork 17.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
crypto: upgrade to BoringCrypto fips-20220613 and enable TLS 1.3 [1.21 backport] #64719
Comments
@FiloSottile Do you plan to create a backport CL? Thanks. |
Sorry, I had missed the transition to CherryPickApproved. Mailing it today. |
Change https://go.dev/cl/553856 mentions this issue: |
Change https://go.dev/cl/553855 mentions this issue: |
Closed by merging d2cb140 to release-branch.go1.21. |
Closed by merging 368e2a9 to release-branch.go1.21. |
…s-20220613 Also, add EVP_aead_aes_*_gcm_tls13 to the build, which we will need in a following CL, to avoid rebuilding the syso twice. Updates #64717 Updates #62372 Updates #64719 Change-Id: Ie4d853ad9b914c1095cad60694a1ae6f77dc22ce Cq-Include-Trybots: luci.golang.try:go1.21-linux-amd64-boringcrypto Reviewed-on: https://go-review.googlesource.com/c/go/+/549695 Reviewed-by: Than McIntosh <[email protected]> Reviewed-by: Roland Shoemaker <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/553855 Auto-Submit: Matthew Dempsky <[email protected]> TryBot-Result: Gopher Robot <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Run-TryBot: Matthew Dempsky <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]>
…SL policy This enables TLS 1.3, disables P-521, and disables non-ECDHE suites. Updates #64717 Updates #62372 Fixes #64719 Change-Id: I3a65b239ef0198bbdbe5e55e0810e7128f90a091 Reviewed-on: https://go-review.googlesource.com/c/go/+/549975 Reviewed-by: Roland Shoemaker <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Than McIntosh <[email protected]> Reviewed-on: https://go-review.googlesource.com/c/go/+/553856 Auto-Submit: Matthew Dempsky <[email protected]> Reviewed-by: Matthew Dempsky <[email protected]>
Fix crypto UT after upgradeing to golang v1.21.6 due to the changes in BoringCrypto fips-20220613 [1]. [1] golang/go#64719
Fix crypto UT after upgradeing to golang v1.21.6 due to the changes in BoringCrypto fips-20220613 [1]. [1] golang/go#64719
Fix crypto UT after upgradeing to golang v1.21.6 due to the changes in BoringCrypto fips-20220613 [1]. [1] golang/go#64719
@FiloSottile requested issue #64717 to be considered for backport to the next 1.21 minor release.
The text was updated successfully, but these errors were encountered: