From 7baeec83e7295d3286fb74a8c1d4f8b442158317 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 20 Jul 2020 20:58:07 -0400 Subject: Rename package and executable to wolfutil --- (limited to 'README') 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 -- cgit v0.9.1