doc: releases: add MbedTLS-related notes

For changes brought by PRs #71118 and #72078.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This commit is contained in:
Tomi Fontanilles 2024-05-08 10:55:10 +03:00 committed by Anas Nashif
commit 817b45e228
2 changed files with 9 additions and 0 deletions

View file

@ -39,6 +39,12 @@ Boards
Modules
*******
MbedTLS
=======
* The hash algorithms SHA-384, SHA-512, MD5 and SHA-1 are not enabled by default anymore.
Their respective Kconfig options now need to be explicitly enabled to be able to use them.
MCUboot
=======

View file

@ -319,6 +319,9 @@ Libraries / Subsystems
* Crypto
* MbedTLS was updated to 3.6.0. Release notes can be found at:
https://github.com/Mbed-TLS/mbedtls/releases/tag/v3.6.0
* Random
* Besides the existing :c:func:`sys_rand32_get` function, :c:func:`sys_rand8_get`,