Changelog: Brought entries from tf-psa-crypto

Signed-off-by: Minos Galanakis <[email protected]>
This commit is contained in:
Minos Galanakis
2025-09-26 15:53:04 +01:00
parent 1789bbdde8
commit 514375e8c1
2 changed files with 9 additions and 0 deletions
+6
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.
@@ -0,0 +1,3 @@
Bugfix
* Silence spurious -Wunterminated-string-initialization warnings introduced
by GCC 15. Fixes #9944.