From: Daniel McCarney Date: Mon, 1 Dec 2025 20:09:33 +0000 (-0500) Subject: crypto/internal: ACVP test data migrated to Geomys repo X-Git-Url: https://git.feebdaed.xyz/?a=commitdiff_plain;h=d349854de6d814ca2414215ceeb8c1e99e94980a;p=0xmirror%2Fgo.git crypto/internal: ACVP test data migrated to Geomys repo The cpu/go-acvp repository holding trimmed ACVP test server vectors and validated expected results was always meant to be a temporary home. It has now been migrated to geomys/acvp-testdata where it will continue to be maintained by Geomys along with the FIPS module. This commit updates acvp_test.go to use the new module location. Change-Id: I888b125356afd0b4073cb38645486c258dea3c54 Reviewed-on: https://go-review.googlesource.com/c/go/+/725620 Reviewed-by: Dmitri Shuralyov Reviewed-by: Roland Shoemaker Auto-Submit: Daniel McCarney LUCI-TryBot-Result: Go LUCI --- diff --git a/src/crypto/internal/fips140test/acvp_test.go b/src/crypto/internal/fips140test/acvp_test.go index 05dde35219..daa9b4bf24 100644 --- a/src/crypto/internal/fips140test/acvp_test.go +++ b/src/crypto/internal/fips140test/acvp_test.go @@ -2108,8 +2108,8 @@ func TestACVP(t *testing.T) { const ( bsslModule = "boringssl.googlesource.com/boringssl.git" bsslVersion = "v0.0.0-20251111011041-baaf868e6e8f" - goAcvpModule = "github.com/cpu/go-acvp" - goAcvpVersion = "v0.0.0-20251111204335-5c8bf7f5cac1" + goAcvpModule = "github.com/geomys/acvp-testdata" + goAcvpVersion = "v0.0.0-20251201200548-d893de8b8b1c" ) // In crypto/tls/bogo_shim_test.go the test is skipped if run on a builder with runtime.GOOS == "windows"