resolve issue #255, no sha284 with wolfssl cert chain and external test

This commit is contained in:
toddouska
2016-01-14 20:25:50 -08:00
parent d20b8880f0
commit 1d473ab7b5

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 */