Merge pull request #3571 from JacobBarthelmeh/Testing

Some initial testing and clean up
This commit is contained in:
toddouska
2020-12-18 14:05:26 -08:00
committed by GitHub
10 changed files with 69 additions and 30 deletions

View File

@@ -17867,7 +17867,7 @@ void FreeOcspRequest(OcspRequest* req)
int CompareOcspReqResp(OcspRequest* req, OcspResponse* resp)
{
int cmp;
int cmp = -1; /* default as not matching, cmp gets set on each check */
OcspEntry *single, *next, *prev = NULL, *top;
WOLFSSL_ENTER("CompareOcspReqResp");

View File

@@ -6288,7 +6288,7 @@ int wc_ecc_verify_hash_ex(mp_int *r, mp_int *s, const byte* hash,
#else
{
int err;
word32 keySz;
word32 keySz = 0;
#if defined(WOLFSSL_ATECC508A) || defined(WOLFSSL_ATECC608A)
byte sigRS[ATECC_KEY_SIZE*2];
#elif defined(WOLFSSL_CRYPTOCELL)