]> git.feebdaed.xyz Git - 0xmirror/go.git/commit
crypto/internal/fips140test: add ML-DSA coverage
authorDaniel McCarney <daniel@binaryparadox.net>
Fri, 7 Nov 2025 16:36:05 +0000 (11:36 -0500)
committerGopher Robot <gobot@golang.org>
Tue, 25 Nov 2025 00:19:41 +0000 (16:19 -0800)
commit97d5295f6fcbc4c24225096900c22773d6672cce
tree97dcbf9c925b597edd2d92150c7671f93a680a81
parent62cd044a79b9f2ba889bca59b3b12400dc41dd85
crypto/internal/fips140test: add ML-DSA coverage

This commit integrates ML-DSA ACVP test coverage, describing the
capabilities of the crypto/internal/fips140/mldsa package and
adding the required command handlers to our ACVP module wrapper.

Change-Id: I2aee6f169752a6c6fec3a68591dde33e4f308081
Reviewed-on: https://go-review.googlesource.com/c/go/+/719703
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Auto-Submit: Daniel McCarney <daniel@binaryparadox.net>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
src/crypto/internal/fips140test/acvp_capabilities.json [deleted file]
src/crypto/internal/fips140test/acvp_capabilities_fips140v1.0.json [new file with mode: 0644]
src/crypto/internal/fips140test/acvp_capabilities_fips140v2.0.json [new file with mode: 0644]
src/crypto/internal/fips140test/acvp_fips140v1.0_test.go [new file with mode: 0644]
src/crypto/internal/fips140test/acvp_fips140v2.0_test.go [new file with mode: 0644]
src/crypto/internal/fips140test/acvp_test.config.json [deleted file]
src/crypto/internal/fips140test/acvp_test.go
src/crypto/internal/fips140test/acvp_test_fips140v1.0.config.json [new file with mode: 0644]
src/crypto/internal/fips140test/acvp_test_fips140v2.0.config.json [new file with mode: 0644]