summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-07-20 20:58:07 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-07-20 20:58:07 (EDT)
commit7baeec83e7295d3286fb74a8c1d4f8b442158317 (patch)
treec3df2e192dbd3a2e4a2909643f24f6b09e11a400 /README
parentdea294a3b43db8f94bc590545c648c08e6e5a474 (diff)
Rename package and executable to wolfutil
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index c7bfd94..e94892d 100644
--- a/README
+++ b/README
@@ -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