]> Cypherpunks repositories - gostls13.git/commit
internal/godebug,crypto/fips140: make fips140 setting immutable
authorFilippo Valsorda <filippo@golang.org>
Wed, 12 Mar 2025 17:02:39 +0000 (18:02 +0100)
committerGopher Robot <gobot@golang.org>
Wed, 21 May 2025 19:21:44 +0000 (12:21 -0700)
commitce46c9db867fb54a9c1f39b73ac8c2f339ca0587
tree6631e93134b211ee539c542816e3f92d6990d8f7
parentd327e52d438854acae275cdf9d2c1fe42f037eb8
internal/godebug,crypto/fips140: make fips140 setting immutable

Updates #70123

Co-authored-by: qmuntal <quimmuntal@gmail.com>
Change-Id: I6a6a4656fd23ecd82428cccbd7c48692287fc75a
Reviewed-on: https://go-review.googlesource.com/c/go/+/657116
Reviewed-by: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: David Chase <drchase@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Quim Muntal <quimmuntal@gmail.com>
src/crypto/fips140/fips140.go
src/crypto/fips140/fips140_test.go [new file with mode: 0644]
src/go/build/deps_test.go
src/internal/godebug/godebug.go
src/internal/godebug/godebug_test.go
src/internal/godebugs/table.go