mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-03 23:43:40 +00:00
951faf6e7b
Signed-off-by: Valerio Setti <valerio.setti@nordicsemi.no>
7 lines
352 B
Plaintext
7 lines
352 B
Plaintext
Default behavior changes
|
|
* PSA_WANT_ALG_CCM and PSA_WANT_ALG_CCM_STAR_NO_TAG are no more synonyms and
|
|
they are now treated separately. This means that they should be
|
|
individually enabled in order to enable relative support; also the
|
|
corresponding MBEDTLS_PSA_ACCEL symbol should be defined in case
|
|
acceleration is required.
|