Merge pull request #258 from toddouska/no-sha384

resolve issue #257, no sha384 with wolfssl cert chain and external test
This commit is contained in:
John Safranek 2016-01-15 13:29:06 -08:00
commit 014b849af4
1 changed files with 6 additions and 0 deletions

View File

@ -776,6 +776,12 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
}
#endif
#if !defined(WOLFSSL_SHA384)
if (!XSTRNCMP(domain, "www.wolfssl.com", 15)) {
done = 1; /* wolfssl need sha384 for cert chain verify */
}
#endif
#if !defined(HAVE_AESGCM) && defined(NO_AES) && \
!(defined(HAVE_CHACHA) && defined(HAVE_POLY1305))
done = 1; /* need at least on of these for external tests */