fix(mbedtls): fix mbedtls coverity issuescommit (a8eadc51a refactor(mbedtls): avoid includingMBEDTLS_CONFIG_FILE) avoids using config file directly and relies onconfig file usage from mbedtls ver
fix(mbedtls): fix mbedtls coverity issuescommit (a8eadc51a refactor(mbedtls): avoid includingMBEDTLS_CONFIG_FILE) avoids using config file directly and relies onconfig file usage from mbedtls version.hBut we could build trusted boot without mbedtls dir so guard version.hinclude in cot_def.h with availability of config file.Also we refactored in same commit to break dependencies betweenauth_mod.h and cot_def.h, So add cot_def.h include in nxp tbbrcot file.Change-Id: I4779e90c18f04c73d2121c88df6420b4b1109c8bSigned-off-by: Govindraj Raja <govindraj.raja@arm.com>
show more ...
nxp: cot using nxp internal and mbedtlsChain of trust(CoT) is enabled on NXP SoC in two ways:- Using MbedTLS, parsing X509 Certificates.- Using NXP internal method parsing CSF headerSigned-off-
nxp: cot using nxp internal and mbedtlsChain of trust(CoT) is enabled on NXP SoC in two ways:- Using MbedTLS, parsing X509 Certificates.- Using NXP internal method parsing CSF headerSigned-off-by: Ruchika Gupta <ruchika.gupta@nxp.com>Signed-off-by: Pankaj Gupta <pankaj.gupta@nxp.com>Change-Id: I78fb28516dfcfa667bebf8a1951ffb24bcab8de4