File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1849,7 +1849,7 @@ Forces curl to use TLS version 1.2 when negotiating with a remote TLS server.
1849
1849
.IP " --tlsv1.3"
1850
1850
(SSL)
1851
1851
Forces curl to use TLS version 1.3 when negotiating with a remote TLS server.
1852
- (Added in 7.51.1 )
1852
+ (Added in 7.52.0 )
1853
1853
.IP " --tr-encoding"
1854
1854
(HTTP) Request a compressed Transfer-Encoding response using one of the
1855
1855
algorithms curl supports, and uncompress the data while receiving it.
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ TLSv1.1 (Added in 7.34.0)
49
49
.IP CURL_SSLVERSION_TLSv1_2
50
50
TLSv1.2 (Added in 7.34.0)
51
51
.IP CURL_SSLVERSION_TLSv1_3
52
- TLSv1.3 (Added in 7.51.1 )
52
+ TLSv1.3 (Added in 7.52.0 )
53
53
.RE
54
54
.SH DEFAULT
55
55
CURL_SSLVERSION_DEFAULT
Original file line number Diff line number Diff line change @@ -773,7 +773,7 @@ CURL_SSLVERSION_TLSv1 7.9.2
773
773
CURL_SSLVERSION_TLSv1_0 7.34.0
774
774
CURL_SSLVERSION_TLSv1_1 7.34.0
775
775
CURL_SSLVERSION_TLSv1_2 7.34.0
776
- CURL_SSLVERSION_TLSv1_3 7.51.1
776
+ CURL_SSLVERSION_TLSv1_3 7.52.0
777
777
CURL_TIMECOND_IFMODSINCE 7.9.7
778
778
CURL_TIMECOND_IFUNMODSINCE 7.9.7
779
779
CURL_TIMECOND_LASTMOD 7.9.7
You can’t perform that action at this time.
0 commit comments