瀏覽代碼

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 年之前
committed by Adam Langley
父節點
當前提交
3f54d3f58a
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      include/openssl/ssl.h

+ 2
- 2
include/openssl/ssl.h 查看文件

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

/* 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
* handshake has completely finished. |SSL_write| will function at this point,


Loading…
取消
儲存