aboutsummaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorDavid Benjamin <davidben@google.com>2016-08-27 19:26:49 -0400
committerCQ bot account: commit-bot@chromium.org <commit-bot@chromium.org>2016-08-30 15:32:22 +0000
commit8c2d53ad990d4972b03b2048e87d0f190523d59c (patch)
treeb60c26c16f4fe23e7f420a0c3f7c1afd2e6308d3 /util
parent9b7d836b0541a81200449a72ff4ec14a53ce2f4b (diff)
downloadboringssl-8c2d53ad990d4972b03b2048e87d0f190523d59c.zip
boringssl-8c2d53ad990d4972b03b2048e87d0f190523d59c.tar.gz
boringssl-8c2d53ad990d4972b03b2048e87d0f190523d59c.tar.bz2
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 <davidben@google.com> Commit-Queue: Adam Langley <agl@google.com> CQ-Verified: CQ bot account: commit-bot@chromium.org <commit-bot@chromium.org> Reviewed-by: Adam Langley <agl@google.com>
Diffstat (limited to 'util')
-rw-r--r--util/all_tests.json1
1 files changed, 1 insertions, 0 deletions
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"],