mirror of
https://github.com/curl/curl.git
synced 2026-06-05 06:34:17 +03:00
docs: sync -tls-earlydata support w/ CURLOPT_SSL_OPTIONS
Support for early data has been added to wolfSSL and quictls/OpenSSL.
This commit is contained in:
parent
aeed3ba037
commit
5d749162f6
1 changed files with 2 additions and 1 deletions
|
|
@ -20,7 +20,8 @@ Example:
|
|||
Enable the use of TLSv1.3 early data, also known as '0RTT' where possible.
|
||||
This has security implications for the requests sent that way.
|
||||
|
||||
This option is used when curl is built to use GnuTLS.
|
||||
This option can be used when curl is built to use GnuTLS, wolfSSL, quictls and
|
||||
OpenSSL as a TLS provider (but not BoringSSL, AWS-LC, or rustls).
|
||||
|
||||
If a server supports this TLSv1.3 feature, and to what extent, is announced
|
||||
as part of the TLS "session" sent back to curl. Until curl has seen such
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue