From 6ccb19f35d8d3a45c58013e2f93846f8da32dd72 Mon Sep 17 00:00:00 2001 From: Michael Sweet Date: Tue, 20 Sep 2016 11:02:41 -0400 Subject: [PATCH] Drop references to OpenSSL. --- doc/help/security.html | 2 +- test/run-stp-tests.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/help/security.html b/doc/help/security.html index 3aacd951e..6bd2fdfa6 100644 --- a/doc/help/security.html +++ b/doc/help/security.html @@ -33,7 +33,7 @@ server.

Recommendation: Enable encryption to hide the username and password information - this is the default on - macOS and systems with GNU TLS or OpenSSL installed.

+ macOS and systems with GNU TLS installed.

  • Local certificate authentication passes 128-bit "certificates" that identify an authenticated user. diff --git a/test/run-stp-tests.sh b/test/run-stp-tests.sh index 1e9b5147e..ee5a2cbb5 100755 --- a/test/run-stp-tests.sh +++ b/test/run-stp-tests.sh @@ -141,8 +141,7 @@ esac echo "" echo "Now you can choose whether to create a SSL/TLS encryption key and" -echo "certificate for testing; these tests currently require the OpenSSL" -echo "tools:" +echo "certificate for testing:" echo "" echo "0 - Do not do SSL/TLS encryption tests" echo "1 - Test but do not require encryption" -- 2.39.2