aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorNick Zitzmann <nickzman@gmail.com>2015-03-21 12:22:56 -0500
committerNick Zitzmann <nickzman@gmail.com>2015-03-21 12:22:56 -0500
commit7f5a17044281bae546ff749543caa68c2a2443d6 (patch)
tree706b8f2c6a1535c38580c6c34ad65e2beffdde0c /docs
parented429b72d7dee4f63f1e1abc10b52e7b0739da82 (diff)
darwinsssl: add support for TLS False Start
TLS False Start support requires iOS 7.0 or later, or OS X 10.9 or later.
Diffstat (limited to 'docs')
-rw-r--r--docs/curl.13
-rw-r--r--docs/libcurl/opts/CURLOPT_SSL_FALSESTART.34
2 files changed, 4 insertions, 3 deletions
diff --git a/docs/curl.1 b/docs/curl.1
index 2846b6938..67bf8effc 100644
--- a/docs/curl.1
+++ b/docs/curl.1
@@ -569,7 +569,8 @@ mode where a TLS client will start sending application data before verifying
the server's Finished message, thus saving a round trip when performing a full
handshake.
-This is currently only implemented in the NSS backend.
+This is currently only implemented in the NSS and Secure Transport (on iOS 7.0
+or later, or OS X 10.9 or later) backends.
(Added in 7.42.0)
.IP "-f, --fail"
(HTTP) Fail silently (no output at all) on server errors. This is mostly done
diff --git a/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3 b/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3
index 7d88fc4c6..31a05e68e 100644
--- a/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3
+++ b/docs/libcurl/opts/CURLOPT_SSL_FALSESTART.3
@@ -41,8 +41,8 @@ All TLS based protocols: HTTPS, FTPS, IMAPS, POP3, SMTPS etc.
.SH EXAMPLE
TODO
.SH AVAILABILITY
-Added in 7.42.0. This option is currently only supported by the NSS TLS
-backend.
+Added in 7.42.0. This option is currently only supported by the NSS and
+Secure Transport (on iOS 7.0 or later, or OS X 10.9 or later) TLS backends.
.SH RETURN VALUE
Returns CURLE_OK if false start is supported by the SSL backend, otherwise
returns CURLE_NOT_BUILT_IN.