mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-03 12:44:45 +02:00
wolfssl.com now requires ECDHE or static RSA
This commit is contained in:
@@ -502,8 +502,9 @@ THREAD_RETURN WOLFSSL_THREAD client_test(void* args)
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(HAVE_ECC) && !defined(WOLFSSL_STATIC_RSA)
|
#if !defined(HAVE_ECC) && !defined(WOLFSSL_STATIC_RSA)
|
||||||
if (!XSTRNCMP(domain, "www.google.com", 14)) {
|
if (!XSTRNCMP(domain, "www.google.com", 14) ||
|
||||||
done = 1; /* google needs ECDHE or static RSA */
|
!XSTRNCMP(domain, "www.wolfssl.com", 15)) {
|
||||||
|
done = 1; /* google/wolfssl need ECDHE or static RSA */
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user