Add cert_create tool support for RSA key sizes
authorJustin Chadwell <justin.chadwell@arm.com>
Mon, 29 Jul 2019 16:13:45 +0000 (17:13 +0100)
committerJustin Chadwell <justin.chadwell@arm.com>
Thu, 12 Sep 2019 14:27:41 +0000 (15:27 +0100)
commitdfe0f4c2999cef10f9c8fb6115e53891f6b2c190
tree09af50fc315644eaeffe2f7f79f7d9b2dd1367e9
parentaacff7498c7241696f55a9b80473e59b72d4d095
Add cert_create tool support for RSA key sizes

cert_tool is now able to accept a command line option for specifying the
key size. It now supports the following options: 1024, 2048 (default),
3072 and 4096. This is also modifiable by TFA using the build flag
KEY_SIZE.

Change-Id: Ifadecf84ade3763249ee8cc7123a8178f606f0e5
Signed-off-by: Justin Chadwell <justin.chadwell@arm.com>
make_helpers/tbbr/tbbr_tools.mk
tools/cert_create/include/key.h
tools/cert_create/src/key.c
tools/cert_create/src/main.c