TBB: add build option to save private keys
authorJuan Castillo <juan.castillo@arm.com>
Wed, 25 Feb 2015 12:43:12 +0000 (12:43 +0000)
committerJuan Castillo <juan.castillo@arm.com>
Thu, 25 Jun 2015 07:53:26 +0000 (08:53 +0100)
commitfd34e7ba7730b6538cfd18bddd877900c80e2a50
tree5cd4d1d6d69e4a5f464e3231f2f68b071032a5da
parentdba12894030db45c495643e4320365dd8f0e6f68
TBB: add build option to save private keys

This patch adds a boolean build option 'SAVE_KEYS' to indicate the
certificate generation tool that it must save the private keys used
to establish the chain of trust. This option depends on 'CREATE_KEYS'
to be enabled. Default is '0' (do not save).

Because the same filenames are used as outputs to save the keys,
they are no longer a dependency to the cert_tool. This dependency
has been removed from the Makefile.

Documentation updated accordingly.

Change-Id: I67ab1c2b1f8a25793f0de95e8620ce7596a6bc3b
Makefile
docs/user-guide.md