mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-08-02 20:24:39 +02:00
Merge pull request #1507 from kaleb-himes/README-update
Bring special notes inline with commit 8edbca1b21b6fcd6d09910c66bbf35…
This commit is contained in:
2
README
2
README
@@ -44,7 +44,7 @@ Note 1)
|
|||||||
wolfSSL as of 3.6.6 no longer enables SSLv3 by default. wolfSSL also no
|
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
|
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),
|
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
|
key cipher suites with
|
||||||
WOLFSSL_STATIC_DH
|
WOLFSSL_STATIC_DH
|
||||||
WOLFSSL_STATIC_RSA
|
WOLFSSL_STATIC_RSA
|
||||||
|
@@ -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
|
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
|
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),
|
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
|
key cipher suites with
|
||||||
WOLFSSL_STATIC_DH
|
WOLFSSL_STATIC_DH
|
||||||
WOLFSSL_STATIC_RSA
|
WOLFSSL_STATIC_RSA
|
||||||
|
Reference in New Issue
Block a user