summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJuan Castillo <juan.castillo@arm.com>2014-10-21 11:30:42 +0100
committerDan Handley <dan.handley@arm.com>2015-01-28 18:26:59 +0000
commit6f97162237603eb6e5c497e5ba903512bdd428a9 (patch)
tree893c5cd79c8df7be3ba36c31615ea69ea7046d0e /.gitignore
parentc5fb47c389000c7a5189c0ad28a26bf50bf7e65c (diff)
TBB: add tool to generate certificates
This patch adds a tool that generates all the necessary elements to establish the chain of trust (CoT) between the images. The tool reads the binary images and signing keys and outputs the corresponding certificates that will be used by the target at run time to verify the authenticity of the images. Note: the platform port must provide the file platform_oid.h. This file will define the OIDs of the x509 extensions that will be added to the certificates in order to establish the CoT. Change-Id: I2734d6808b964a2107ab3a4805110698066a04be
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 42200188..d3567bcb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,5 @@ build/
# Ignore build products from tools
tools/**/*.o
tools/fip_create/fip_create
+tools/cert_create/src/*.o
+tools/cert_create/cert_create