mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
Changelog: Brought entries from tf-psa-crypto
Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
6
ChangeLog.d/removal-of-rng.txt
Normal file
6
ChangeLog.d/removal-of-rng.txt
Normal 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.
|
||||
|
||||
3
ChangeLog.d/unterminated-string-initialization.txt
Normal file
3
ChangeLog.d/unterminated-string-initialization.txt
Normal file
@@ -0,0 +1,3 @@
|
||||
Bugfix
|
||||
* Silence spurious -Wunterminated-string-initialization warnings introduced
|
||||
by GCC 15. Fixes #9944.
|
||||
Reference in New Issue
Block a user