mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-08-08 17:42:09 +03:00
Adds Migration guide
Commit adds a migraiton guide entry that was missing. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
@@ -0,0 +1,10 @@
|
|||||||
|
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.
|
Reference in New Issue
Block a user