Manuel Pégourié-Gonnard 0803df29fc Fix memory leak in cert_write & cert_req
That memory leak had been present ever since the san command-line
argument has been added.

Tested that the following invocation is now fully valgrind clean:

programs/x509/cert_write san=DN:C=NL,CN=#0000,CN=foo;DN:CN=#0000,O=foo,OU=bar,C=UK;IP:1.2.3.4;IP:4.3.2.1;URI:http\\://example.org/;URI:foo;DNS:foo.example.org;DNS:bar.example.org

Signed-off-by: Manuel Pégourié-Gonnard <manuel.pegourie-gonnard@arm.com>
2025-05-05 17:45:43 +02:00
..
cert_app.c update headers 2023-11-02 19:47:20 +00:00
cert_req.c Fix memory leak in cert_write & cert_req 2025-05-05 17:45:43 +02:00
cert_write.c Fix memory leak in cert_write & cert_req 2025-05-05 17:45:43 +02:00
CMakeLists.txt Update references to test helpers 2024-11-14 14:19:40 +00:00
crl_app.c update headers 2023-11-02 19:47:20 +00:00
load_roots.c Fix missing-prototype errors in sample programs 2024-08-06 12:09:13 +01:00
req_app.c update headers 2023-11-02 19:47:20 +00:00