Loading ttcn/Security/LibItsSecurity_Functions.ttcn3 +2 −2 Original line number Original line Diff line number Diff line Loading @@ -746,8 +746,8 @@ module LibItsSecurity_Functions { // Setup certificates memory cache // Setup certificates memory cache if (fx_loadCertificates(PX_ROOT_PATH_FOR_SECURITY, p_configId) == true) { if (fx_loadCertificates(PX_ROOT_PATH_FOR_SECURITY, p_configId) == true) { // Setup security component variables // Setup security component variables f_readCertificate(cc_taCertA & "TA_CERT_A.AA_CERT", vc_aaCertificate); f_readCertificate(cc_taCertA & ".AA_CERT", vc_aaCertificate); f_readCertificate(cc_taCertA & "TA_CERT_A.AT_CERT", vc_atCertificate); f_readCertificate(cc_taCertA & ".AT_CERT", vc_atCertificate); f_readPrivateKeys(cc_taCertA & ".PRIVATE_KEYS", vc_signingPrivateKey, vc_encryptPrivateKey); f_readPrivateKeys(cc_taCertA & ".PRIVATE_KEYS", vc_signingPrivateKey, vc_encryptPrivateKey); return true; return true; Loading Loading
ttcn/Security/LibItsSecurity_Functions.ttcn3 +2 −2 Original line number Original line Diff line number Diff line Loading @@ -746,8 +746,8 @@ module LibItsSecurity_Functions { // Setup certificates memory cache // Setup certificates memory cache if (fx_loadCertificates(PX_ROOT_PATH_FOR_SECURITY, p_configId) == true) { if (fx_loadCertificates(PX_ROOT_PATH_FOR_SECURITY, p_configId) == true) { // Setup security component variables // Setup security component variables f_readCertificate(cc_taCertA & "TA_CERT_A.AA_CERT", vc_aaCertificate); f_readCertificate(cc_taCertA & ".AA_CERT", vc_aaCertificate); f_readCertificate(cc_taCertA & "TA_CERT_A.AT_CERT", vc_atCertificate); f_readCertificate(cc_taCertA & ".AT_CERT", vc_atCertificate); f_readPrivateKeys(cc_taCertA & ".PRIVATE_KEYS", vc_signingPrivateKey, vc_encryptPrivateKey); f_readPrivateKeys(cc_taCertA & ".PRIVATE_KEYS", vc_signingPrivateKey, vc_encryptPrivateKey); return true; return true; Loading