mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-04-23 11:42:31 +00:00
Fix list of what's common to TLS 1.2 and 1.3
Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
This commit is contained in:
parent
9bf9b9e269
commit
0dba51cfad
@ -16,9 +16,10 @@ module.
|
|||||||
|
|
||||||
Scope: `MBEDTLS_USE_PSA_CRYPTO` has no effect on the parts of the code that
|
Scope: `MBEDTLS_USE_PSA_CRYPTO` has no effect on the parts of the code that
|
||||||
are specific to TLS 1.3; those parts always use PSA Crypto. The parts of the
|
are specific to TLS 1.3; those parts always use PSA Crypto. The parts of the
|
||||||
TLS 1.3 code that are common with TLS 1.2, however, follow this option (this
|
TLS 1.3 code that are common with TLS 1.2, however, follow this option;
|
||||||
is currently just the record protection code, and X.509). You need to enable
|
currently this is the record protection code, computation of the running
|
||||||
`MBEDTLS_USE_PSA_CRYPTO` if you want TLS 1.3 to use PSA everywhere.
|
handshake hash, and X.509). You need to enable `MBEDTLS_USE_PSA_CRYPTO` if you
|
||||||
|
want TLS 1.3 to use PSA everywhere.
|
||||||
|
|
||||||
New APIs / API extensions
|
New APIs / API extensions
|
||||||
-------------------------
|
-------------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user