Thomas Daubney | 22ecf49 | 2021-06-15 13:04:11 +0100 | [diff] [blame] | 1 | Removals |
Thomas Daubney | 379227c | 2021-06-18 10:46:12 +0100 | [diff] [blame] | 2 | * Remove MBEDTLS_SSL_TRUNCATED_HMAC and also remove |
3 | MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT config option. Users are better served by | ||||
Thomas Daubney | a42bf29 | 2021-06-18 09:13:53 +0100 | [diff] [blame] | 4 | using a CCM-8 ciphersuite than a CBC ciphersuite with truncated HMAC. |
Thomas Daubney | 379227c | 2021-06-18 10:46:12 +0100 | [diff] [blame] | 5 | See issue #4341 for more details. |