Fix the constant time 64 test
authorMatt Caswell <matt@openssl.org>
Fri, 23 Jun 2017 09:10:51 +0000 (10:10 +0100)
committerMatt Caswell <matt@openssl.org>
Fri, 23 Jun 2017 16:22:38 +0000 (17:22 +0100)
commite3908501ca32e6629eed046f2ec44b66ecd1854b
tree1e2820be729fbba7e69bda90bbaa809983f030ce
parent019e47ce564e9d57ed85c4ebe0672518b6a349f5
Fix the constant time 64 test

We were adding more tests than we had data for due to use of
sizeof instead of OSSL_NELEM. I also changed the 8 bit tests
for consistency, although they were already working.

Reviewed-by: Rich Salz <rsalz@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3755)
test/constant_time_test.c