]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fipstest: add PBKDF ACVP testing
authorDaniel McCarney <daniel@binaryparadox.net>
Thu, 21 Nov 2024 21:05:43 +0000 (16:05 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 22 Nov 2024 00:00:21 +0000 (00:00 +0000)
commit03c41d2910032b1d07c83d6d18689189339a4f21
tree1508c8f4fa5f6d111ab39a3e6aef4c9f46267958
parent5d115c30f66fcd02f04dd823fe9830b876da1e8b
crypto/internal/fipstest: add PBKDF ACVP testing

This commit extends the acvp_test.go module wrapper and its described
capabilities to included test coverage for PBKDF vectors.

Notably this requires using an updated boringssl version to pick up
support for PBKDF vectors in acvptool.

Updates #69642

Change-Id: I17dcf2c19c38773fa9123d8e9b2172522e218a8b
Reviewed-on: https://go-review.googlesource.com/c/go/+/619755
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
src/crypto/internal/fips140test/acvp_capabilities.json
src/crypto/internal/fips140test/acvp_test.config.json
src/crypto/internal/fips140test/acvp_test.go