]> git.feebdaed.xyz Git - 0xmirror/go.git/commit
crypto: rename fips140v2.0 to fips140v1.26
authorFilippo Valsorda <filippo@golang.org>
Wed, 17 Dec 2025 16:50:07 +0000 (17:50 +0100)
committerGopher Robot <gobot@golang.org>
Wed, 17 Dec 2025 17:29:08 +0000 (09:29 -0800)
commiteecdb61eebabc083f588a349d4ce5ac2defaf2ca
tree0b6ee3d8728d3d4ddf318c88615103457dbf4546
parent05e41225f6e7e707c196b57b16ade185a7c6aa06
crypto: rename fips140v2.0 to fips140v1.26

Turns out we can't use non-v1 versions for the FIPS 140-3 module, so we
decided to match the versioning of the Go release the module is frozen
from.

Change-Id: Ib5c13511a51f9930fcde86cd7e8bd39c6a6a6964
Reviewed-on: https://go-review.googlesource.com/c/go/+/730740
Auto-Submit: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
20 files changed:
src/crypto/cipher/gcm_fips140v1.26_test.go [new file with mode: 0644]
src/crypto/cipher/gcm_fips140v2.0_test.go [deleted file]
src/crypto/hpke/aead_fips140v1.0.go [new file with mode: 0644]
src/crypto/hpke/aead_fips140v1.26.go [new file with mode: 0644]
src/crypto/hpke/aead_fipsv1.0.go [deleted file]
src/crypto/hpke/aead_fipsv2.0.go [deleted file]
src/crypto/internal/fips140test/acvp_capabilities_fips140v1.26.json [new file with mode: 0644]
src/crypto/internal/fips140test/acvp_capabilities_fips140v2.0.json [deleted file]
src/crypto/internal/fips140test/acvp_fips140v1.26_test.go [new file with mode: 0644]
src/crypto/internal/fips140test/acvp_fips140v2.0_test.go [deleted file]
src/crypto/internal/fips140test/acvp_test_fips140v1.26.config.json [new file with mode: 0644]
src/crypto/internal/fips140test/acvp_test_fips140v2.0.config.json [deleted file]
src/crypto/internal/fips140test/cast_fips140v1.0_test.go
src/crypto/internal/fips140test/cast_fips140v1.26_test.go [new file with mode: 0644]
src/crypto/internal/fips140test/cast_fips140v2.0_test.go [deleted file]
src/crypto/internal/fips140test/cast_test.go
src/crypto/internal/rand/rand_fips140v1.0.go [new file with mode: 0644]
src/crypto/internal/rand/rand_fips140v1.26.go [new file with mode: 0644]
src/crypto/internal/rand/rand_fipsv1.0.go [deleted file]
src/crypto/internal/rand/rand_fipsv2.0.go [deleted file]