diff options
| author | 2020-04-25 13:50:05 +0000 | |
|---|---|---|
| committer | 2020-04-25 13:50:05 +0000 | |
| commit | 5b7cde6d9c4bfc6e13c35a2473d2f53e6bbcb2c8 (patch) | |
| tree | 833ef2d6be131fa9c95c25e59d3562d6f7d3dc5b | |
| parent | Clairify the point at which unveil first makes restricitons on the (diff) | |
| download | wireguard-openbsd-5b7cde6d9c4bfc6e13c35a2473d2f53e6bbcb2c8.tar.xz wireguard-openbsd-5b7cde6d9c4bfc6e13c35a2473d2f53e6bbcb2c8.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-- | lib/libssl/man/SSL_CTX_set_cipher_list.3 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libssl/man/SSL_CTX_set_cipher_list.3 b/lib/libssl/man/SSL_CTX_set_cipher_list.3 index 46c5de472ee..c88388fb6f3 100644 --- a/lib/libssl/man/SSL_CTX_set_cipher_list.3 +++ b/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 |
