From 8c2d53ad990d4972b03b2048e87d0f190523d59c Mon Sep 17 00:00:00 2001 From: David Benjamin Date: Sat, 27 Aug 2016 19:26:49 -0400 Subject: Import NIST ECDH test vectors. This and the following commits will import NIST's ECC test vectors. Right now all our tests pass if I make P-224 act like P-521, which is kind of embarrassing. (Other curves are actually tested, but only because runner.go tests them against BoGo.) Change-Id: Id0b20451ebd5f10f1d09765a810ad140bea28fa0 Reviewed-on: https://boringssl-review.googlesource.com/10700 Commit-Queue: David Benjamin Commit-Queue: Adam Langley CQ-Verified: CQ bot account: commit-bot@chromium.org Reviewed-by: Adam Langley --- util/all_tests.json | 1 + 1 file changed, 1 insertion(+) (limited to 'util') diff --git a/util/all_tests.json b/util/all_tests.json index b2e8139..02f6e7b 100644 --- a/util/all_tests.json +++ b/util/all_tests.json @@ -41,6 +41,7 @@ ["crypto/dsa/dsa_test"], ["crypto/ec/ec_test"], ["crypto/ec/example_mul"], + ["crypto/ecdh/ecdh_test", "crypto/ecdh/ecdh_tests.txt"], ["crypto/ecdsa/ecdsa_test"], ["crypto/err/err_test"], ["crypto/evp/evp_extra_test"], -- cgit v1.1