mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2025-12-06 07:12:32 +01:00
Addition of the migration guide entry.
Signed-off-by: TRodziewicz <tomasz.rodziewicz@mobica.com>
This commit is contained in:
parent
5c251c6a5e
commit
a86c312d92
|
|
@ -0,0 +1,11 @@
|
||||||
|
Remove MBEDTLS_SSL_DTLS_BADMAC_LIMIT option
|
||||||
|
-------------------------------------------
|
||||||
|
|
||||||
|
This change does not affect users who used the default `config.h`, as the option
|
||||||
|
MBEDTLS_SSL_DTLS_BADMAC_LIMIT was already on by default.
|
||||||
|
|
||||||
|
This option was a trade-off between functionality and code size: it allowed
|
||||||
|
users who didn't need that feature to avoid paying the cost in code size, by
|
||||||
|
disabling it.
|
||||||
|
|
||||||
|
This option is no longer present, but its functionality is now always enabled.
|
||||||
Loading…
Reference in a new issue