Changelog: Brought forward changelog changes from #4716308

Signed-off-by: Minos Galanakis <[email protected]>
This commit is contained in:
Minos Galanakis
2025-09-26 15:53:04 +01:00
parent 92a2154ed2
commit 4b0923f653
3 changed files with 6 additions and 3 deletions
+2 -1
View File
@@ -1,5 +1,5 @@
Removals
* Removal of the following sample programs:
* Sample programs for the legacy crypto API have been removed.
pkey/rsa_genkey.c
pkey/pk_decrypt.c
pkey/dh_genprime.c
@@ -23,3 +23,4 @@ Removals
hash/hello.c
hash/generic_sum.c
cipher/cipher_aead_demo.c
+2 -1
View File
@@ -7,5 +7,6 @@ API changes
between -32767 and -1 as before.
Removals
* Remove mbedtls_low_level_sterr() and mbedtls_high_level_strerr(),
* Remove mbedtls_low_level_strerr() and mbedtls_high_level_strerr(),
since these concepts no longer exists. There is just mbedtls_strerror().
+2 -1
View File
@@ -1,4 +1,5 @@
Removals
* Remove deprecated mbedtls_x509write_crt_set_serial(). The function was
already deprecated and superseeded by
already deprecated and superseded by
mbedtls_x509write_crt_set_serial_raw().