Change the comment format of end_of_early_data
Signed-off-by: Xiaokang Qian <xiaokang.qian@arm.com>
This commit is contained in:
parent
7ed30e59af
commit
c81a15a019
1 changed files with 5 additions and 11 deletions
|
@ -2111,19 +2111,13 @@ cleanup:
|
||||||
/*
|
/*
|
||||||
* Handler for MBEDTLS_SSL_END_OF_EARLY_DATA
|
* Handler for MBEDTLS_SSL_END_OF_EARLY_DATA
|
||||||
*
|
*
|
||||||
* RFC 8446:
|
* RFC 8446 section 4.5
|
||||||
*
|
*
|
||||||
* If the server sent an "early_data" extension in the EncryptedExtensions
|
|
||||||
* message, the client MUST send an EndOfEarlyData message after receiving
|
|
||||||
* the server Finished.
|
|
||||||
*
|
|
||||||
* If the server does not send an "early_data" extension
|
|
||||||
* in EncryptedExtensions, then the client MUST NOT send
|
|
||||||
* an EndOfEarlyData message.
|
|
||||||
*/
|
|
||||||
|
|
||||||
/* Write end of early data message
|
|
||||||
* struct {} EndOfEarlyData;
|
* struct {} EndOfEarlyData;
|
||||||
|
*
|
||||||
|
* If the server sent an "early_data" extension in EncryptedExtensions, the
|
||||||
|
* client MUST send an EndOfEarlyData message after receiving the server
|
||||||
|
* Finished. Otherwise, the client MUST NOT send an EndOfEarlyData message.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define SSL_END_OF_EARLY_DATA_WRITE 0
|
#define SSL_END_OF_EARLY_DATA_WRITE 0
|
||||||
|
|
Loading…
Reference in a new issue