mirror of
https://github.com/moparisthebest/curl
synced 2024-11-10 11:35:07 -05:00
docs: fix grammar in CURL_SSLVERSION_MAX_DEFAULT description
This commit is contained in:
parent
274f9cac96
commit
34f24fef4a
@ -47,9 +47,9 @@ TLSv1.2
|
|||||||
.IP CURL_SSLVERSION_TLSv1_3
|
.IP CURL_SSLVERSION_TLSv1_3
|
||||||
TLSv1.3
|
TLSv1.3
|
||||||
.IP CURL_SSLVERSION_MAX_DEFAULT
|
.IP CURL_SSLVERSION_MAX_DEFAULT
|
||||||
The flag defines maximum supported TLS version as TLSv1.2 or default
|
The flag defines the maximum supported TLS version as TLSv1.2, or the default
|
||||||
value from SSL library. Only library NSS currently allows to get
|
value from the SSL library. Only the NSS library currently allows one to get
|
||||||
maximum supported TLS version.
|
the maximum supported TLS version.
|
||||||
(Added in 7.54.0)
|
(Added in 7.54.0)
|
||||||
.IP CURL_SSLVERSION_MAX_TLSv1_0
|
.IP CURL_SSLVERSION_MAX_TLSv1_0
|
||||||
The flag defines maximum supported TLS version as TLSv1.0.
|
The flag defines maximum supported TLS version as TLSv1.0.
|
||||||
|
@ -51,9 +51,9 @@ TLSv1.2 (Added in 7.34.0)
|
|||||||
.IP CURL_SSLVERSION_TLSv1_3
|
.IP CURL_SSLVERSION_TLSv1_3
|
||||||
TLSv1.3 (Added in 7.52.0)
|
TLSv1.3 (Added in 7.52.0)
|
||||||
.IP CURL_SSLVERSION_MAX_DEFAULT
|
.IP CURL_SSLVERSION_MAX_DEFAULT
|
||||||
The flag defines maximum supported TLS version as TLSv1.2 or default
|
The flag defines the maximum supported TLS version as TLSv1.2, or the default
|
||||||
value from SSL library. Only library NSS currently allows to get
|
value from the SSL library. Only the NSS library currently allows one to get
|
||||||
maximum supported TLS version.
|
the maximum supported TLS version.
|
||||||
(Added in 7.54.0)
|
(Added in 7.54.0)
|
||||||
.IP CURL_SSLVERSION_MAX_TLSv1_0
|
.IP CURL_SSLVERSION_MAX_TLSv1_0
|
||||||
The flag defines maximum supported TLS version as TLSv1.0.
|
The flag defines maximum supported TLS version as TLSv1.0.
|
||||||
|
Loading…
Reference in New Issue
Block a user