diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-03 19:25:53 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-08-03 19:25:53 (EDT) |
commit | f54ceecf092f4cbd54d80b835def11f7357dcb02 (patch) | |
tree | 4c1ae80e835e293ce3c4dd6c19808010a03d30bb /README | |
parent | 3bc0ee2547cb2f6d3ca0889e35bd22b4cd5ffdbb (diff) |
Rename executable to wolfssl
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: |