Browse Source

Update reference to False Start draft.

Now we have RFC 7918.

Change-Id: Iee2fa890076f74d7fd29fc6dfda6842a3726a8f8
Reviewed-on: https://boringssl-review.googlesource.com/10281
Reviewed-by: Adam Langley <agl@google.com>
kris/onging/CECPQ3_patch15
David Benjamin 8 years ago
committed by Adam Langley
parent
commit
3f54d3f58a
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      include/openssl/ssl.h

+ 2
- 2
include/openssl/ssl.h View File

@@ -671,8 +671,8 @@ OPENSSL_EXPORT uint32_t SSL_get_options(const SSL *ssl);
#define SSL_MODE_NO_AUTO_CHAIN 0x00000008L #define SSL_MODE_NO_AUTO_CHAIN 0x00000008L


/* SSL_MODE_ENABLE_FALSE_START allows clients to send application data before /* SSL_MODE_ENABLE_FALSE_START allows clients to send application data before
* receipt of ChangeCipherSpec and Finished. This mode enables full-handshakes
* to 'complete' in one RTT. See draft-bmoeller-tls-falsestart-01.
* receipt of ChangeCipherSpec and Finished. This mode enables full handshakes
* to 'complete' in one RTT. See RFC 7918.
* *
* When False Start is enabled, |SSL_do_handshake| may succeed before the * When False Start is enabled, |SSL_do_handshake| may succeed before the
* handshake has completely finished. |SSL_write| will function at this point, * handshake has completely finished. |SSL_write| will function at this point,


Loading…
Cancel
Save