aboutsummaryrefslogtreecommitdiff
path: root/tests/test-ecdsa.c
diff options
context:
space:
mode:
authorRob Austein <sra@hactrn.net>2015-08-25 21:47:13 -0400
committerRob Austein <sra@hactrn.net>2015-08-25 21:47:13 -0400
commitdd313d41739740c4bb9e631e48c9a6f61f7b876e (patch)
treed56bb48a3f62151b1ee86bf5dee87a043fe97d50 /tests/test-ecdsa.c
parentf1f3a8adffb9ef4597fea9de8479ee9f84f0a795 (diff)
Rework RFC 5915 ASN.1.
Diffstat (limited to 'tests/test-ecdsa.c')
-rw-r--r--tests/test-ecdsa.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-ecdsa.c b/tests/test-ecdsa.c
index fbdb300..816c80e 100644
--- a/tests/test-ecdsa.c
+++ b/tests/test-ecdsa.c
@@ -115,6 +115,8 @@ static int test_against_static_vectors(const ecdsa_tc_t * const tc)
{
hal_error_t err;
+ printf("Starting static test vector tests for P-%d\n", tc->d_len * 8);
+
set_next_random(tc->d, tc->d_len);
uint8_t keybuf1[hal_ecdsa_key_t_size];