Manuel Pégourié-Gonnard 6b1147993c Fix runtime error in cert_write & cert_req
The runtime error was introduced two commits ago (while avoiding a
use-after-free). Now the programs run cleanly but still leak memory.

The memory leak is long pre-existing and larger than just DN components
(which are made temporarily slightly worse by this commit) and will be
fixed properly in the next commit.

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2025-05-12 12:34:11 +02:00
..
cert_app.c initial remove of mbedtls_ssl_conf_rng 2025-03-26 13:32:10 +00:00
cert_req.c Fix runtime error in cert_write & cert_req 2025-05-12 12:34:11 +02:00
cert_write.c Fix runtime error in cert_write & cert_req 2025-05-12 12:34:11 +02:00
CMakeLists.txt Revert "Remove mbedtls_test" 2024-12-10 16:56:49 +01:00
crl_app.c Define MBEDTLS_DECLARE_PRIVATE_IDENTIFIERS in every sample program 2025-03-24 11:37:33 +00:00
load_roots.c Define MBEDTLS_DECLARE_PRIVATE_IDENTIFIERS in every sample program 2025-03-24 11:37:33 +00:00
req_app.c Define MBEDTLS_DECLARE_PRIVATE_IDENTIFIERS in every sample program 2025-03-24 11:37:33 +00:00