Changelog: Brought entries from tf-psa-crypto

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis
2025-09-25 15:49:33 +01:00
parent 1789bbdde8
commit 514375e8c1
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
API changes
* All API functions now use the PSA random generator psa_generate_random()
internally. As a consequence, functions no longer take RNG parameters.
Please refer to the migration guide at :
docs/4.0-migration-guide.md.

View File

@@ -0,0 +1,3 @@
Bugfix
* Silence spurious -Wunterminated-string-initialization warnings introduced
by GCC 15. Fixes #9944.