From ce421a7a7f000c2cbffb83de510aa8453d7328f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wyatt=20O=CA=BCDay?= Date: Thu, 8 Jun 2023 03:13:17 -0700 Subject: [PATCH] tls13-ciphers.d: include Schannel Closes #11271 --- docs/cmdline-opts/tls13-ciphers.d | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cmdline-opts/tls13-ciphers.d b/docs/cmdline-opts/tls13-ciphers.d index 1e9dcf594e..5e63481e9c 100644 --- a/docs/cmdline-opts/tls13-ciphers.d +++ b/docs/cmdline-opts/tls13-ciphers.d @@ -17,5 +17,5 @@ cipher suite details on this URL: https://curl.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 --ciphers option. +later or Schannel. If you are using a different SSL backend you can try +setting TLS 1.3 cipher suites by using the --ciphers option.