mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-07-28 00:21:48 +03:00
@ -214,11 +214,13 @@ PR upstreaming the first part of TLS 1.3 ClientHello writing code.
|
|||||||
TLS 1.3 specific coding rules:
|
TLS 1.3 specific coding rules:
|
||||||
|
|
||||||
- TLS 1.3 specific C modules, headers, static functions names are prefixed
|
- TLS 1.3 specific C modules, headers, static functions names are prefixed
|
||||||
with `ssl_tls1_3_`. The same applies to structures and types that are
|
with `ssl_tls13_`. The same applies to structures and types that are
|
||||||
internal to C modules.
|
internal to C modules.
|
||||||
|
|
||||||
- TLS 1.3 specific exported functions, macros, structures and types are
|
- TLS 1.3 specific exported functions, structures and types are
|
||||||
prefixed with `mbedtls_ssl_tls1_3_`.
|
prefixed with `mbedtls_ssl_tls13_`.
|
||||||
|
|
||||||
|
- Use TLS1_3 in TLS 1.3 specific macros.
|
||||||
|
|
||||||
- The names of macros and variables related to a field or structure in the
|
- The names of macros and variables related to a field or structure in the
|
||||||
TLS 1.3 specification should contain as far as possible the field name as
|
TLS 1.3 specification should contain as far as possible the field name as
|
||||||
|
Reference in New Issue
Block a user