File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / docs / cmdline-opts / false-start.d
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:15 2020 UTC (4 years, 10 months ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: Long: false-start
    2: Help: Enable TLS False Start
    3: Protocols: TLS
    4: Added: 7.42.0
    5: ---
    6: Tells curl to use false start during the TLS handshake. False start is a mode
    7: where a TLS client will start sending application data before verifying the
    8: server's Finished message, thus saving a round trip when performing a full
    9: handshake.
   10: 
   11: This is currently only implemented in the NSS and Secure Transport (on iOS 7.0
   12: or later, or OS X 10.9 or later) backends.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>