]> git.feebdaed.xyz Git - 0xmirror/go.git/commitdiff
crypto/internal: ACVP test data migrated to Geomys repo
authorDaniel McCarney <daniel@binaryparadox.net>
Mon, 1 Dec 2025 20:09:33 +0000 (15:09 -0500)
committerGopher Robot <gobot@golang.org>
Wed, 10 Dec 2025 21:23:09 +0000 (13:23 -0800)
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 <dmitshur@google.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Daniel McCarney <daniel@binaryparadox.net>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/crypto/internal/fips140test/acvp_test.go

index 05dde352191ff44874827e9101bc2b542292619c..daa9b4bf247823bda6b999c3212af89cfa51fcfa 100644 (file)
@@ -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"