From: Daniel McCarney Date: Sat, 12 Jul 2025 00:52:44 +0000 (-0400) Subject: docs: sync -tls-earlydata support w/ CURLOPT_SSL_OPTIONS X-Git-Tag: curl-8_15_0~34 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c23f81e5b282e9ef214843057547c0a12c493c8c;p=thirdparty%2Fcurl.git docs: sync -tls-earlydata support w/ CURLOPT_SSL_OPTIONS Support for early data has been added to wolfSSL and quictls/OpenSSL. Closes #17909 --- diff --git a/docs/cmdline-opts/tls-earlydata.md b/docs/cmdline-opts/tls-earlydata.md index 01b7b9176d..6428977983 100644 --- a/docs/cmdline-opts/tls-earlydata.md +++ b/docs/cmdline-opts/tls-earlydata.md @@ -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