]> Cypherpunks repositories - gostls13.git/commit
all: enable FIPS verification code
authorRuss Cox <rsc@golang.org>
Wed, 6 Nov 2024 16:30:25 +0000 (11:30 -0500)
committerRuss Cox <rsc@golang.org>
Thu, 14 Nov 2024 05:50:37 +0000 (05:50 +0000)
commit6c841e46408da2297989ab9d032cbe6318e8278e
treef1c4280c31539784b11b895602ad3a07c1df28d4
parent2eac154b1c8b51d05fa5b110ae065d3610a61e06
all: enable FIPS verification code

Previous CLs committed changes to cmd/compile, cmd/link,
and crypto/internal/fips/check behind boolean flags.
Turn those flags on, to enable the CLs.

This is a separate, trivial CL for easier rollback.

For #69536.

Change-Id: I68206bae0b7d7ad5c8758267d1a2e68853b63644
Reviewed-on: https://go-review.googlesource.com/c/go/+/626000
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/cmd/internal/obj/fips.go
src/cmd/link/internal/ld/fips.go
src/crypto/internal/fips/check/check.go
src/crypto/internal/fips/check/check_test.go