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:
parent
854685dfbc
commit
817b45e228
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
=======
|
||||
|
||||
|
|
|
@ -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`,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue