mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Commit adds a migraiton guide entry that was missing. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
422 B
422 B
Remove the truncated HMAC extension
This affects all users who use the truncated HMAC extension for cryptographic operations.
The config option MBEDTLS_SSL_TRUNCATED_HMAC has been removed. Users concerned
about overhead are better served by using any of the CCM-8 ciphersuites rather
than a CBC ciphersuite with truncated HMAC, and so going forward this must be
the approach taken.