From 180501cb0220c8451a38dc8ae04b6c58743025a8 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 29 Jan 2019 10:09:29 +0100 Subject: schannel: stop calling it "winssl" Stick to "Schannel" everywhere. The configure option --with-winssl is kept to allow existing builds to work but --with-schannel is added as an alias. Closes #3504 --- docs/cmdline-opts/cacert.d | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/cmdline-opts/cacert.d') diff --git a/docs/cmdline-opts/cacert.d b/docs/cmdline-opts/cacert.d index 073ad3a9a..6a5678752 100644 --- a/docs/cmdline-opts/cacert.d +++ b/docs/cmdline-opts/cacert.d @@ -25,9 +25,9 @@ should not be set. If the option is not set, then curl will use the certificates in the system and user Keychain to verify the peer, which is the preferred method of verifying the peer's certificate chain. -(Schannel/WinSSL only) This option is supported for WinSSL in Windows 7 or -later with libcurl 7.60 or later. This option is supported for backward -compatibility with other SSL engines; instead it is recommended to use Windows' -store of root certificates (the default for WinSSL). +(Schannel only) This option is supported for Schannel in Windows 7 or later with +libcurl 7.60 or later. This option is supported for backward compatibility +with other SSL engines; instead it is recommended to use Windows' store of +root certificates (the default for Schannel). If this option is used several times, the last one will be used. -- cgit v1.2.3