summaryrefslogtreecommitdiff
path: root/docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3
diff options
context:
space:
mode:
authorJay Satiro <raysatiro@yahoo.com>2019-05-27 03:17:05 -0400
committerJay Satiro <raysatiro@yahoo.com>2019-05-27 03:17:05 -0400
commit109aa88221217931d6ff98a37b490f75ce79eb16 (patch)
tree6667a83f1e08989dd7289383288da99e80ed7730 /docs/libcurl/opts/CURLOPT_TLS13_CIPHERS.3
parent82be5a80aa6859941625f013ea0f62e9bec615ad (diff)
downloadcurl-109aa88221217931d6ff98a37b490f75ce79eb16.tar.gz
squashme: suggestionsbagder/tls13-docs
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