Loading ttcn/Security/LibItsSecurity_Functions.ttcn3 +2 −2 Original line number Diff line number Diff line Loading @@ -1084,7 +1084,7 @@ module LibItsSecurity_Functions { var boolean v_result; // Setup certificates memory cache if (fx_loadCertificates(PX_ROOT_PATH_FOR_SECURITY, p_configId) == true) { if (fx_loadCertificates(PX_CERTIFICATE_POOL_PATH, p_configId) == true) { // Setup security component variables if(f_readCertificate(cc_taCert_A, vc_atCertificate)) { if(f_readCertificate(oct2str(vc_atCertificate.signer_info.signerInfo.digest), vc_aaCertificate)) { Loading @@ -1100,7 +1100,7 @@ module LibItsSecurity_Functions { log("f_loadCertificates: Failed to load AA certificate for ", cc_taCert_A); } }else{ log("f_loadCertificates: Failed to load certificates from ", PX_ROOT_PATH_FOR_SECURITY); log("f_loadCertificates: Failed to load certificates from ", PX_CERTIFICATE_POOL_PATH); } return false; } // End of function f_loadCertificates Loading ttcn/Security/LibItsSecurity_Pics.ttcn3 +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ module LibItsSecurity_Pics { /** * Is the IUT support certificates pushing */ modulepar boolean PICS_IUT_CERTIFICATES_PUSHING := true; modulepar boolean PICS_CERTIFICATE_SELECTION := true; /** * Is the IUT support circular region geographical restriction Loading ttcn/Security/LibItsSecurity_Pixits.ttcn3 +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ module LibItsSecurity_Pixits { /** * @desc Root path to access certificate stored in files, identified by certficate ID */ modulepar charstring PX_ROOT_PATH_FOR_SECURITY := "data/certificates"; modulepar charstring PX_CERTIFICATE_POOL_PATH := "data/certificates"; /** * @descConfiguration sub-directory to access certificate stored in files Loading Loading
ttcn/Security/LibItsSecurity_Functions.ttcn3 +2 −2 Original line number Diff line number Diff line Loading @@ -1084,7 +1084,7 @@ module LibItsSecurity_Functions { var boolean v_result; // Setup certificates memory cache if (fx_loadCertificates(PX_ROOT_PATH_FOR_SECURITY, p_configId) == true) { if (fx_loadCertificates(PX_CERTIFICATE_POOL_PATH, p_configId) == true) { // Setup security component variables if(f_readCertificate(cc_taCert_A, vc_atCertificate)) { if(f_readCertificate(oct2str(vc_atCertificate.signer_info.signerInfo.digest), vc_aaCertificate)) { Loading @@ -1100,7 +1100,7 @@ module LibItsSecurity_Functions { log("f_loadCertificates: Failed to load AA certificate for ", cc_taCert_A); } }else{ log("f_loadCertificates: Failed to load certificates from ", PX_ROOT_PATH_FOR_SECURITY); log("f_loadCertificates: Failed to load certificates from ", PX_CERTIFICATE_POOL_PATH); } return false; } // End of function f_loadCertificates Loading
ttcn/Security/LibItsSecurity_Pics.ttcn3 +1 −1 Original line number Diff line number Diff line Loading @@ -10,7 +10,7 @@ module LibItsSecurity_Pics { /** * Is the IUT support certificates pushing */ modulepar boolean PICS_IUT_CERTIFICATES_PUSHING := true; modulepar boolean PICS_CERTIFICATE_SELECTION := true; /** * Is the IUT support circular region geographical restriction Loading
ttcn/Security/LibItsSecurity_Pixits.ttcn3 +1 −1 Original line number Diff line number Diff line Loading @@ -16,7 +16,7 @@ module LibItsSecurity_Pixits { /** * @desc Root path to access certificate stored in files, identified by certficate ID */ modulepar charstring PX_ROOT_PATH_FOR_SECURITY := "data/certificates"; modulepar charstring PX_CERTIFICATE_POOL_PATH := "data/certificates"; /** * @descConfiguration sub-directory to access certificate stored in files Loading