Changelogs: Fixed aligment issues

Signed-off-by: Minos Galanakis <minos.galanakis@arm.com>
This commit is contained in:
Minos Galanakis
2025-09-29 10:39:23 +01:00
parent 48bfaa9353
commit 9364208e33
3 changed files with 5 additions and 5 deletions

View File

@@ -1,5 +1,5 @@
Removals
* Sample programs for the legacy crypto API have been removed.
* Sample programs for the legacy crypto API have been removed.
pkey/rsa_genkey.c
pkey/pk_decrypt.c
pkey/dh_genprime.c

View File

@@ -1,3 +1,3 @@
Bugfix
* Fix potential CMake parallel build failure when building both the static
and shared libraries.
* Fix potential CMake parallel build failure when building both the static
and shared libraries.

View File

@@ -1,3 +1,3 @@
API changes
* Change the serial argument of the mbedtls_x509write_crt_set_serial_raw
function to a const to align with the rest of the API.
* Change the serial argument of the mbedtls_x509write_crt_set_serial_raw
function to a const to align with the rest of the API.