Commit e3978429 authored by garciay's avatar garciay
Browse files

Rebuild LibIts with TCT3

parent 3d273170
......@@ -746,8 +746,8 @@ module LibItsSecurity_Functions {
// Setup certificates memory cache
if (fx_loadCertificates(PX_ROOT_PATH_FOR_SECURITY, p_configId) == true) {
// Setup security component variables
f_readCertificate(cc_taCertA & "TA_CERT_A.AA_CERT", vc_aaCertificate);
f_readCertificate(cc_taCertA & "TA_CERT_A.AT_CERT", vc_atCertificate);
f_readCertificate(cc_taCertA & ".AA_CERT", vc_aaCertificate);
f_readCertificate(cc_taCertA & ".AT_CERT", vc_atCertificate);
f_readPrivateKeys(cc_taCertA & ".PRIVATE_KEYS", vc_signingPrivateKey, vc_encryptPrivateKey);
return true;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment