From 78413dbef75b1037aa326cbf091c87a9227ca398 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sat, 25 Apr 2020 13:50:05 +0000 Subject: tweak the wording to make it clearer under which conditions exactly the TLSv1.3 cipher suites are made available, too; related to ssl_ciph.c rev. 1.115 --- src/lib/libssl/man/SSL_CTX_set_cipher_list.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libssl/man') diff --git a/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 b/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 index 46c5de472e..c88388fb6f 100644 --- a/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 +++ b/src/lib/libssl/man/SSL_CTX_set_cipher_list.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.13 2020/04/14 13:02:28 schwarze Exp $ +.\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.14 2020/04/25 13:50:05 schwarze Exp $ .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 .\" .\" This file is a derived work. @@ -65,7 +65,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED .\" OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 14 2020 $ +.Dd $Mdocdate: April 25 2020 $ .Dt SSL_CTX_SET_CIPHER_LIST 3 .Os .Sh NAME @@ -317,11 +317,11 @@ Cipher suites for the TLSv1.2 protocol. Cipher suites for the TLSv1.3 protocol. If the .Fa control -string neither contains the word +string selects at least one cipher suite but neither contains the word .Cm TLSv1.3 nor specifically includes nor excludes any TLSv1.3 cipher suites, all the .Cm TLSv1.3 -cipher suites are made available. +cipher suites are made available, too. .El .Pp The full words returned by the -- cgit v1.2.3-55-g6feb