379227cc59
Entries in ChangeLog and Migration guide files have been merged to cover both the removal of MBEDTLS_SSL_TRUNCATED_HMAC and MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
6 lines
259 B
Plaintext
6 lines
259 B
Plaintext
Removals
|
|
* Remove MBEDTLS_SSL_TRUNCATED_HMAC and also remove
|
|
MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT config option. Users are better served by
|
|
using a CCM-8 ciphersuite than a CBC ciphersuite with truncated HMAC.
|
|
See issue #4341 for more details.
|