diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-03 02:51:14 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-03 02:51:14 (EDT) |
commit | 7ba4542176a2b91d3d6d906fd1ab98745f5bc0ee (patch) | |
tree | 5e69e4574ce74fe88af809b2a429e965f4779a57 /README | |
parent | b53494e015be38d9a725ffea835e5a376c606b7a (diff) |
README: Recommend a strong wolfSSL configuration
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -9,6 +9,26 @@ functionality for use by BusyBox's wget applet. This utility is in no way authored by or affiliated with wolfSSL Inc. or its contributors. +Recommended wolfSSL Configuration +--------------------------------- + +Building wolfSSL with the following configuration options (keeping other +defaults) is recommended for wolfssl-util to perform as a strong modern TLS +implementation: + + --enable-opensslextra + --enable-maxstrength + --disable-aescbc + --disable-oldtls + --disable-md5 + --enable-ocsp + --enable-ocspstapling + --enable-ocspstapling2 + --enable-sni + +The test suite is written to verify the strength of wolfssl-util linked against +wolfSSL configured with these options. + Copyright --------- |