parent
63197b7ff2
commit
2ec1ce92ff
@ -137,7 +137,7 @@ for a list of these algorithms. Also, (since curl 7.77.0)
|
|||||||
[documentation for the Windows version in
|
[documentation for the Windows version in
|
||||||
use](https://learn.microsoft.com/en-us/windows/win32/secauthn/cipher-suites-in-schannel)
|
use](https://learn.microsoft.com/en-us/windows/win32/secauthn/cipher-suites-in-schannel)
|
||||||
to see how that affects the cipher suite selection. When not specifying the
|
to see how that affects the cipher suite selection. When not specifying the
|
||||||
`--chiphers` and `--tl13-ciphers` options curl passes this flag by default.
|
`--ciphers` and `--tls13-ciphers` options curl passes this flag by default.
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
|||||||
@ -28,7 +28,7 @@ CURLcode curl_easy_setopt(CURL *handle, CURLOPT_SSL_ENABLE_NPN, long npn);
|
|||||||
|
|
||||||
# DESCRIPTION
|
# DESCRIPTION
|
||||||
|
|
||||||
Deprecated since 7.86.0. Setting this option has no function.
|
Deprecated since 7.86.0 Setting this option has no function.
|
||||||
|
|
||||||
Pass a long as parameter, 0 or 1 where 1 is for enable and 0 for disable. This
|
Pass a long as parameter, 0 or 1 where 1 is for enable and 0 for disable. This
|
||||||
option enables/disables NPN in the SSL handshake (if the SSL backend libcurl
|
option enables/disables NPN in the SSL handshake (if the SSL backend libcurl
|
||||||
@ -58,7 +58,7 @@ int main(void)
|
|||||||
|
|
||||||
# DEPRECATED
|
# DEPRECATED
|
||||||
|
|
||||||
Deprecated since 7.86.0.
|
Deprecated since 7.86.0
|
||||||
|
|
||||||
# %AVAILABILITY%
|
# %AVAILABILITY%
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user