diff options
author | Rob Austein <sra@hactrn.net> | 2015-08-27 12:39:55 -0400 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2015-08-27 12:39:55 -0400 |
commit | 55116cc564649433cf4a8515d4a37cbf00dd6199 (patch) | |
tree | 89fd7c823e0c7d2ec5df884e9b8c4984ca0fc262 /tests/test-ecdsa.c | |
parent | 1f8a59754c75af9b87e98c19dfc81fa4cc069555 (diff) |
Add point validation check to hal_ecdsa_verify(). Update README.md
and code comments.
Diffstat (limited to 'tests/test-ecdsa.c')
-rw-r--r-- | tests/test-ecdsa.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/test-ecdsa.c b/tests/test-ecdsa.c index c4cf25f..d57b440 100644 --- a/tests/test-ecdsa.c +++ b/tests/test-ecdsa.c @@ -57,15 +57,6 @@ #include "test-ecdsa.h" -/* - * Supplied test vectors don't use ASN.1 encoding. Don't want to - * trust our own ASN.1 code for this (it's one of the things we're - * testing) so use Python pyasn1 or ecdsa.der code to build what we - * need and supply them as test vector data too. This is probably - * also the right way to test our encoding and decoding of private - * keys too. - */ - #if HAL_ECDSA_DEBUG_ONLY_STATIC_TEST_VECTOR_RANDOM /* |