mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-04-04 14:08:39 +00:00
6 lines
337 B
Text
6 lines
337 B
Text
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 respective support; also the
|
|
corresponding MBEDTLS_PSA_ACCEL symbol should be defined in case
|
|
acceleration is required.
|