cert_create: specify command line options in the CoT
This patch introduces a new API that allows to specify command
line options in the Chain of Trust description. These command line
options may be used to specify parameters related to the CoT (i.e.
keys or certificates), instead of keeping a hardcoded list of
options in main.c.

Change-Id: I282b0b01cb9add557b26bddc238a28253ce05e44
1 parent dfc90e2 commit ad2c1a9aa7b95b342ba1f82e67781f3ff20c1e18
@Juan Castillo Juan Castillo authored on 3 Jul 2015
Showing 13 changed files
View
tools/cert_create/Makefile
View
tools/cert_create/include/cert.h
View
tools/cert_create/include/cmd_opt.h 0 → 100644
View
tools/cert_create/include/ext.h
View
tools/cert_create/include/key.h
View
tools/cert_create/src/cert.c
View
tools/cert_create/src/cmd_opt.c 0 → 100644
View
tools/cert_create/src/ext.c
View
tools/cert_create/src/key.c
View
tools/cert_create/src/main.c
View
tools/cert_create/src/tbbr/tbb_cert.c
View
tools/cert_create/src/tbbr/tbb_ext.c
View
tools/cert_create/src/tbbr/tbb_key.c