Modifies Migration Guide entry
Commit makes corrections to Migration Guide entry for this task. Signed-off-by: Thomas Daubney <thomas.daubney@arm.com>
This commit is contained in:
parent
d596e99d61
commit
ac84469dd1
1 changed files with 7 additions and 4 deletions
|
@ -140,10 +140,13 @@ encouraging them to upgrade their software.
|
||||||
Remove support for truncated HMAC
|
Remove support for truncated HMAC
|
||||||
---------------------------------
|
---------------------------------
|
||||||
|
|
||||||
This only affects TLS users who enabled `MBEDTLS_SSL_TRUNCATED_HMAC`
|
This affects users of truncated HMAC, that is, users who called
|
||||||
`MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT` and used the truncated HMAC extension.
|
`mbedtls_ssl_conf_truncated_hmac( ..., MBEDTLS_SSL_TRUNC_HMAC_ENABLED)`,
|
||||||
Please consider using a CCM-8 ciphersuite instead of the Truncated HMAC
|
regardless of whether the standard version was used or compatibility version
|
||||||
extension, or convincing your peer to upgrade their version of Mbed TLS.
|
(`MBEDTLS_SSL_TRUNCATED_HMAC_COMPAT`).
|
||||||
|
|
||||||
|
The recommended migration path for people who want minimal overhead is to use a
|
||||||
|
CCM-8 ciphersuite.
|
||||||
|
|
||||||
Remove support for TLS record-level compression
|
Remove support for TLS record-level compression
|
||||||
-----------------------------------------------
|
-----------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue