mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-29 11:41:15 +03:00
Add reference link for Random definition
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
@ -1071,7 +1071,8 @@ static int ssl_tls13_parse_server_hello( mbedtls_ssl_context *ssl,
|
|||||||
}
|
}
|
||||||
p += 2;
|
p += 2;
|
||||||
|
|
||||||
/* ...
|
/* From RFC8446, page 27.
|
||||||
|
* ...
|
||||||
* Random random;
|
* Random random;
|
||||||
* ...
|
* ...
|
||||||
* with Random defined as:
|
* with Random defined as:
|
||||||
|
Reference in New Issue
Block a user