MatrixSSL 3.9.3

This commit is contained in:
Janne Johansson
2017-06-22 16:11:29 +03:00
parent e05dfbf650
commit 0790908cb0
80 changed files with 4908 additions and 1096 deletions

View File

@@ -2581,7 +2581,7 @@ int32 psSha224Test(void)
int i;
unsigned char tmp[28];
psDigestContext_t md;
psSha256_t md;
for (i = 0; i < (int) (sizeof(tests) / sizeof(tests[0])); i++)
{
@@ -5286,6 +5286,13 @@ static test_t tests[] = {
#endif
, "***** SHA1 TESTS *****" },
#ifdef USE_SHA224
{ psSha224Test
#else
{ NULL
#endif
, "***** SHA224 TESTS *****" },
#ifdef USE_SHA256
{ psSha256Test
#else