1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-10-31 21:50:31 +03:00

Changelog: Brought forward changelog changes from #4716308

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis
2025-09-25 15:38:14 +01:00
parent 92a2154ed2
commit 4b0923f653
3 changed files with 6 additions and 3 deletions

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

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().

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().