blob: 12f7c2385e6cf63b12075fe42c0faac76971bfad [file] [log] [blame] [view]
Thomas Daubney50afb432021-06-17 09:23:41 +01001Remove the truncated HMAC extension
2-----------------------------------
3
4This affects all users who use the truncated HMAC extension for cryptographic
5operations.
6
7The config option `MBEDTLS_SSL_TRUNCATED_HMAC` has been removed. Users concerned
8about overhead are better served by using any of the CCM-8 ciphersuites rather
9than a CBC ciphersuite with truncated HMAC, and so going forward this must be
10the approach taken.