arm-trusted-firmware/tools/cert_create
Jimmy Brisson bcad20308f Use preallocated parts of the HASH struct
When OpenSSL's macro allocates the HASH struct, it allocates the fields
as well. After this allocation, the prior code would assign over the
pointers inside the HASH struct, leaking these fields. This patch
avoids allocating extra copies of these members.

Change-Id: I50a38b0a04b52ec54d6388db0f694feb578d2818
Signed-off-by: Jimmy Brisson <jimmy.brisson@arm.com>
2020-10-20 20:17:41 +00:00
..
include cert_create: add Platform owned secure partitions support 2020-08-12 14:30:18 +01:00
src Use preallocated parts of the HASH struct 2020-10-20 20:17:41 +00:00
Makefile tools: Set the tool's default binary name 2020-09-07 12:58:24 +01:00