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