diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -1,16 +1,16 @@ Unofficial wolfSSL Utility -------------------------- -wolfssl-util is a command-line tool for the wolfSSL embedded (SSL/)TLS +wolfutil is a command-line tool for the wolfSSL embedded (SSL/)TLS library. It is similar to the OpenSSL command-line tool, providing only a limited `s_client` TLS client command. The primary goal is to provide enough functionality for use by BusyBox's wget applet. -wolfssl-util's `s_client` command is designed to be stronger by default -than OpenSSL's, as the latter is only meant to be a "diagnostic tool". -That is, the following command: +wolfutil's `s_client` command is designed to be stronger by default than +OpenSSL's, as the latter is only meant to be a "diagnostic tool". That +is, the following command: - $ wolfssl s_client -quiet -connect ${host}:${port} \ + $ wolfutil s_client -quiet -connect ${host}:${port} \ > -servername ${servername} is roughly equivalent to the more complicated: @@ -26,8 +26,8 @@ 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: +defaults) is recommended for wolfutil to perform as a strong modern TLS +implementation: --enable-maxstrength --disable-aescbc @@ -38,7 +38,7 @@ TLS implementation: --enable-ocspstapling2 --enable-sni -The test suite is written to verify the strength of wolfssl-util linked +The test suite is written to verify the strength of wolfutil linked against wolfSSL configured with these options. Copyright |