mirror of
https://github.com/Mbed-TLS/mbedtls-framework.git
synced 2026-09-17 15:49:54 +00:00
Changelog: Brought entries from tf-psa-crypto
Signed-off-by: Minos Galanakis <[email protected]>
This commit is contained in:
@@ -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.
|
||||
Reference in New Issue
Block a user