mbedtls/ChangeLog.d/MD-X.509-hashing.txt
pespacek 7599a7744e X.509: use PSA for hashing under USE_PSA_CRYPTO
When MBEDTLS_USE_PSA_CRYPTO is enabled, use psa_hash_xxx rather than
mbedtls_md_xxx.

Signed-off-by: pespacek <peter.spacek@silabs.com>
2022-02-08 11:27:42 +01:00

2 lines
74 B
Text

Features
* The X.509 module now uses PSA hash acceleration if present.