1
0
mirror of https://github.com/ARMmbed/mbedtls.git synced 2025-05-09 16:41:19 +08:00

Make clienthello comment clear

Signed-off-by: Wenxing Hou <wenxing.hou@intel.com>
This commit is contained in:
Wenxing Hou 2023-12-14 16:22:01 +08:00
parent 001fb73131
commit 3b9de38208

View File

@ -1128,11 +1128,11 @@ read_record_header:
msg_len -= mbedtls_ssl_hs_hdr_len(ssl); msg_len -= mbedtls_ssl_hs_hdr_len(ssl);
/* /*
* ClientHello layer: * ClientHello layout:
* 0 . 1 protocol version * 0 . 1 protocol version
* 2 . 33 random bytes (starting with 4 bytes of Unix time) * 2 . 33 random bytes (starting with 4 bytes of Unix time)
* 34 . 35 session id length (1 byte) * 34 . 34 session id length (1 byte)
* 35 . 34+x session id * 35 . 34+x session id, where x = session id length from byte 34
* 35+x . 35+x DTLS only: cookie length (1 byte) * 35+x . 35+x DTLS only: cookie length (1 byte)
* 36+x . .. DTLS only: cookie * 36+x . .. DTLS only: cookie
* .. . .. ciphersuite list length (2 bytes) * .. . .. ciphersuite list length (2 bytes)