summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2019-05-27 08:01:18 +0200
committerDaniel Stenberg <daniel@haxx.se>2019-06-02 16:15:45 +0200
commit7e590b3ecd2d4c061d8e001b25b869460bbdc560 (patch)
treec0cb5d970f5069b4099b78181c107e6612e44a70 /docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3
parentca09d96574e6a321fa141182bfa7c18faa7cd627 (diff)
downloadcurl-7e590b3ecd2d4c061d8e001b25b869460bbdc560.tar.gz
tls13-docs: mention it is only for OpenSSL >= 1.1.1
Reported-by: Jay Satiro Co-authored-by: Jay Satiro Fixes #3938 Closes #3946
Diffstat (limited to 'docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3')
-rw-r--r--docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.34
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3 b/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3
index 4c452deca..e56aa535c 100644
--- a/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3
+++ b/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3
@@ -36,6 +36,10 @@ You'll find more details about cipher lists on this URL:
https://curl.haxx.se/docs/ssl-ciphers.html
+This option is currently used only when curl is built to use OpenSSL 1.1.1 or
+later. If you are using a different SSL backend you can try setting TLS 1.3
+cipher suites by using the CURLOPT_SSL_CIPHER_LIST option.
+
The application does not have to keep the string around after setting this
option.
.SH DEFAULT