diff options
Diffstat (limited to 'docs/curl.1')
-rw-r--r-- | docs/curl.1 | 3 |
1 files changed, 2 insertions, 1 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 |