diff options
author | schwarze <> | 2020-04-25 13:50:05 +0000 |
---|---|---|
committer | schwarze <> | 2020-04-25 13:50:05 +0000 |
commit | 78413dbef75b1037aa326cbf091c87a9227ca398 (patch) | |
tree | e765601c00eb90f57877f803cfdf996f797ae745 | |
parent | 5c3c8eda11f93b895016558ebf69ea123c0dce89 (diff) | |
download | openbsd-78413dbef75b1037aa326cbf091c87a9227ca398.tar.gz openbsd-78413dbef75b1037aa326cbf091c87a9227ca398.tar.bz2 openbsd-78413dbef75b1037aa326cbf091c87a9227ca398.zip |
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
-rw-r--r-- | src/lib/libssl/man/SSL_CTX_set_cipher_list.3 | 8 |
1 files changed, 4 insertions, 4 deletions
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 @@ | |||
1 | .\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.13 2020/04/14 13:02:28 schwarze Exp $ | 1 | .\" $OpenBSD: SSL_CTX_set_cipher_list.3,v 1.14 2020/04/25 13:50:05 schwarze Exp $ |
2 | .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 | 2 | .\" full merge up to: OpenSSL b97fdb57 Nov 11 09:33:09 2016 +0100 |
3 | .\" | 3 | .\" |
4 | .\" This file is a derived work. | 4 | .\" This file is a derived work. |
@@ -65,7 +65,7 @@ | |||
65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED | 65 | .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED |
66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. | 66 | .\" OF THE POSSIBILITY OF SUCH DAMAGE. |
67 | .\" | 67 | .\" |
68 | .Dd $Mdocdate: April 14 2020 $ | 68 | .Dd $Mdocdate: April 25 2020 $ |
69 | .Dt SSL_CTX_SET_CIPHER_LIST 3 | 69 | .Dt SSL_CTX_SET_CIPHER_LIST 3 |
70 | .Os | 70 | .Os |
71 | .Sh NAME | 71 | .Sh NAME |
@@ -317,11 +317,11 @@ Cipher suites for the TLSv1.2 protocol. | |||
317 | Cipher suites for the TLSv1.3 protocol. | 317 | Cipher suites for the TLSv1.3 protocol. |
318 | If the | 318 | If the |
319 | .Fa control | 319 | .Fa control |
320 | string neither contains the word | 320 | string selects at least one cipher suite but neither contains the word |
321 | .Cm TLSv1.3 | 321 | .Cm TLSv1.3 |
322 | nor specifically includes nor excludes any TLSv1.3 cipher suites, all the | 322 | nor specifically includes nor excludes any TLSv1.3 cipher suites, all the |
323 | .Cm TLSv1.3 | 323 | .Cm TLSv1.3 |
324 | cipher suites are made available. | 324 | cipher suites are made available, too. |
325 | .El | 325 | .El |
326 | .Pp | 326 | .Pp |
327 | The full words returned by the | 327 | The full words returned by the |