From 4ee70fe4a12c869eb94d086e0a6293bd6d293aa5 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sat, 03 Aug 2019 19:27:49 -0400 Subject: README: Wrap at 72 columns, not 80 --- diff --git a/README b/README index 4f7f1ca..a2cf01f 100644 --- a/README +++ b/README @@ -1,14 +1,14 @@ Unofficial wolfSSL Utility -------------------------- -wolfssl-util 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 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: +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: $ wolfssl s_client -quiet -connect ${host}:${port} \ > -servername ${servername} @@ -19,15 +19,15 @@ is roughly equivalent to the more complicated: > -servername ${servername} -verify 9 -verify_return_error \ > -no_ssl3 -no_tls1 -no_tls1_1 -This utility is in no way authored by or affiliated with wolfSSL Inc. or its -contributors. +This utility is in no way authored by or affiliated with wolfSSL Inc. or +its contributors. 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 wolfssl-util to perform as a strong modern +TLS implementation: --enable-maxstrength --disable-aescbc @@ -38,8 +38,8 @@ implementation: --enable-ocspstapling2 --enable-sni -The test suite is written to verify the strength of wolfssl-util linked against -wolfSSL configured with these options. +The test suite is written to verify the strength of wolfssl-util linked +against wolfSSL configured with these options. Copyright --------- -- cgit v0.9.1