From 23615dd15f55c32c7915f1b57bbdf9ae8b110827 Mon Sep 17 00:00:00 2001 From: kaleb-himes Date: Wed, 18 Apr 2018 09:58:03 -0600 Subject: [PATCH] Bring special notes inline with commit 8edbca1b21b6fcd6d09910c66bbf355440720100 --- README | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index f98074c27..ace91ea4c 100644 --- a/README +++ b/README @@ -44,7 +44,7 @@ Note 1) wolfSSL as of 3.6.6 no longer enables SSLv3 by default. wolfSSL also no longer supports static key cipher suites with PSK, RSA, or ECDH. This means if you plan to use TLS cipher suites you must enable DH (DH is on by default), -or enable ECC (ECC is on by default on 64bit systems), or you must enable static +or enable ECC (ECC is on by default), or you must enable static key cipher suites with WOLFSSL_STATIC_DH WOLFSSL_STATIC_RSA diff --git a/README.md b/README.md index 15ae30d56..77fb35441 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ There are many reasons to choose wolfSSL as your embedded SSL solution. Some of wolfSSL as of 3.6.6 no longer enables SSLv3 by default. wolfSSL also no longer supports static key cipher suites with PSK, RSA, or ECDH. This means if you plan to use TLS cipher suites you must enable DH (DH is on by default), -or enable ECC (ECC is on by default on 64bit systems), or you must enable static +or enable ECC (ECC is on by default), or you must enable static key cipher suites with WOLFSSL_STATIC_DH WOLFSSL_STATIC_RSA