]> Cypherpunks repositories - gostls13.git/commit
crypto/internal/fips140test: add ECDSA ACVP tests
authorDaniel McCarney <daniel@binaryparadox.net>
Thu, 14 Nov 2024 20:54:54 +0000 (15:54 -0500)
committerGopher Robot <gobot@golang.org>
Fri, 7 Feb 2025 16:57:34 +0000 (08:57 -0800)
commit78132a1f5731fcca5d2ee4535cebc15741946d1e
tree6712a95fb8957513fb88dae220feb31128b9cfb6
parentf99a214d96c14c5c4287a39f99342ae895194cc0
crypto/internal/fips140test: add ECDSA ACVP tests

This commit adds ACVP test coverage for the non-deterministic ECDSA
vectors (keyGen, keyVer, sigGen, sigVer) based on the NIST spec:

  https://pages.nist.gov/ACVP/draft-fussell-acvp-ecdsa.html

Updates #69642

Change-Id: Iec8b18a247b0a652d13f9167a78de2cb74f4dfd0
Reviewed-on: https://go-review.googlesource.com/c/go/+/620935
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
Auto-Submit: Filippo Valsorda <filippo@golang.org>
TryBot-Bypass: Filippo Valsorda <filippo@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/crypto/internal/fips140test/acvp_capabilities.json
src/crypto/internal/fips140test/acvp_test.config.json
src/crypto/internal/fips140test/acvp_test.go