From: Michael Sweet Date: Tue, 20 Sep 2016 15:02:41 +0000 (-0400) Subject: Drop references to OpenSSL. X-Git-Tag: v2.2.1~10^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ccb19f35d8d3a45c58013e2f93846f8da32dd72;p=thirdparty%2Fcups.git Drop references to OpenSSL. --- diff --git a/doc/help/security.html b/doc/help/security.html index 3aacd951e7..6bd2fdfa65 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 1e9b5147ef..ee5a2cbb56 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"