Skip to content

Commit

Permalink
doc: releases: add MbedTLS-related notes
Browse files Browse the repository at this point in the history
For changes brought by PRs #71118 and #72078.

Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
  • Loading branch information
tomi-font committed May 8, 2024
1 parent 5f9a9ed commit d877330
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
6 changes: 6 additions & 0 deletions doc/releases/migration-guide-3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=======

Expand Down
3 changes: 3 additions & 0 deletions doc/releases/release-notes-3.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit d877330

Please sign in to comment.