diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,10 +7,10 @@ It is similar to the OpenSSL command-line tool, providing only a limited 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 +OpenSSL's, as the latter is only meant to be a "diagnostic tool". That is, the following command: - $ wolfssl-util s_client -quiet -connect ${host}:${port} \ + $ wolfssl s_client -quiet -connect ${host}:${port} \ > -servername ${servername} is roughly equivalent to the more complicated: |