]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
docs: mark --ssl-revoke-best-effort as Schannel specific
authorJay Satiro <raysatiro@yahoo.com>
Tue, 29 Aug 2023 20:52:10 +0000 (16:52 -0400)
committerJay Satiro <raysatiro@yahoo.com>
Fri, 8 Sep 2023 07:49:06 +0000 (03:49 -0400)
Closes https://github.com/curl/curl/pull/11760

docs/cmdline-opts/ssl-auto-client-cert.d
docs/cmdline-opts/ssl-revoke-best-effort.d
src/tool_listhelp.c

index 4eab1ab32676e2fa3921e956199522d2d5bc25b9..8e3300869c1d259fdbc864f900208e043c186a7e 100644 (file)
@@ -8,9 +8,8 @@ Category: tls
 Example: --ssl-auto-client-cert $URL
 Multi: boolean
 ---
-Tell libcurl to automatically locate and use a client certificate for
-authentication, when requested by the server. This option is only supported
-for Schannel (the native Windows SSL library). Prior to 7.77.0 this was the
+(Schannel) Tell libcurl to automatically locate and use a client certificate
+for authentication, when requested by the server. Prior to 7.77.0 this was the
 default behavior in libcurl with Schannel. Since the server can request any
 certificate that supports client authentication in the OS certificate store it
 could be a privacy violation and unexpected.
index b2d94d5d4509c4ef04906144ce1794e518a90c91..cb26d0b9a09315c4461db00f7503c6f31735c622 100644 (file)
@@ -1,7 +1,7 @@
 c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
 SPDX-License-Identifier: curl
 Long: ssl-revoke-best-effort
-Help: Ignore missing/offline cert CRL dist points
+Help: Ignore missing/offline cert CRL dist points (Schannel)
 Added: 7.70.0
 Category: tls
 Example: --ssl-revoke-best-effort $URL
index fe35e4429b9f550dc969b5a7493c9cc78c0b4c36..aec93bfda646bbce8dd59e4b5ebb3b1720bc477c 100644 (file)
@@ -685,7 +685,7 @@ const struct helptxt helptext[] = {
    "Require SSL/TLS",
    CURLHELP_TLS},
   {"    --ssl-revoke-best-effort",
-   "Ignore missing/offline cert CRL dist points",
+   "Ignore missing/offline cert CRL dist points (Schannel)",
    CURLHELP_TLS},
   {"-2, --sslv2",
    "Use SSLv2",