NTRU suites considered part of static RSA suites group

This commit is contained in:
Jacob Barthelmeh
2015-12-22 15:19:11 -07:00
parent 0721b79282
commit 41f50b7a73
4 changed files with 14 additions and 5 deletions

4
README
View File

@@ -12,7 +12,9 @@ key cipher suites with
WOLFSSL_STATIC_PSK
though static key cipher suites are deprecated and will be removed from future
versions of TLS. They also lower your security by removing PFS.
versions of TLS. They also lower your security by removing PFS. Since current
NTRU suites available do not use ephemeral keys, WOLFSSL_STATIC_RSA needs to be
used in order to build with NTRU suites.
When compiling ssl.c wolfSSL will now issue a compiler error if no cipher suites
are available. You can remove this error by defining WOLFSSL_ALLOW_NO_SUITES