Commit c97fd7ee authored by filatov's avatar filatov
Browse files

Update PICS and PIXITS names

parent 1aa5bafb
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -1084,7 +1084,7 @@ module LibItsSecurity_Functions {
                var boolean v_result;
                var boolean v_result;
                
                
                // Setup certificates memory cache
                // 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
                    // Setup security component variables
                    if(f_readCertificate(cc_taCert_A, vc_atCertificate)) {
                    if(f_readCertificate(cc_taCert_A, vc_atCertificate)) {
                        if(f_readCertificate(oct2str(vc_atCertificate.signer_info.signerInfo.digest), vc_aaCertificate)) {
                        if(f_readCertificate(oct2str(vc_atCertificate.signer_info.signerInfo.digest), vc_aaCertificate)) {
@@ -1100,7 +1100,7 @@ module LibItsSecurity_Functions {
                        log("f_loadCertificates: Failed to load AA certificate for ", cc_taCert_A);
                        log("f_loadCertificates: Failed to load AA certificate for ", cc_taCert_A);
                    }
                    }
                }else{
                }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;
                return false;
            } // End of function f_loadCertificates
            } // End of function f_loadCertificates
+1 −1
Original line number Original line Diff line number Diff line
@@ -10,7 +10,7 @@ module LibItsSecurity_Pics {
    /**
    /**
     * Is the IUT support certificates pushing
     * 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
     * Is the IUT support circular region geographical restriction
+1 −1
Original line number Original line Diff line number Diff line
@@ -16,7 +16,7 @@ module LibItsSecurity_Pixits {
    /**
    /**
     * @desc Root path to access certificate stored in files, identified by certficate ID
     * @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
     * @descConfiguration sub-directory to access certificate stored in files