Commit bb6c1a74 authored by garciay's avatar garciay
Browse files

Add PX_CONFIG_DIRECTORY_FOR_SECURITY

Add PICS_IUT_CERTIFICATES_PUSHING
parent 8f4e82db
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1742,7 +1742,7 @@ module LibItsGeoNetworking_Functions {
            var template (value) ToBeSignedSecuredMessage v_toBeSignedSecuredMessageCertificate;
            
            // Load certificates
            f_loadCertificates("cfg01");
            f_loadCertificates(PX_CONFIG_DIRECTORY_FOR_SECURITY);
            // Initialize vc_location
            f_setGenerationLocation(
                f_getTsLatitude(),
+15 −0
Original line number Diff line number Diff line
/**
 *  @author   ETSI / STF481
 *  @version  $URL$
 *            $Id$
 *  @desc     Module containing Pics for Security Protocol
 *
 */
module LibItsSecurity_Pics {
    
    /**
     * Is the IUT support certificates pushing
     */
    modulepar boolean PICS_IUT_CERTIFICATES_PUSHING := true;
    
} // End of module LibItsSecurity_Pics
 No newline at end of file
+5 −0
Original line number Diff line number Diff line
@@ -12,6 +12,11 @@ module LibItsSecurity_Pixits {
     */
    modulepar charstring PX_ROOT_PATH_FOR_SECURITY := "";
    
    /**
     * @descConfiguration sub-directory to access certificate stored in files
     */
    modulepar charstring PX_CONFIG_DIRECTORY_FOR_SECURITY := "data/certificates";
    
    /**
     * @desc The certficate the IUT should use. Default: CERT_IUT_A
     * @remark If the IUT cannot use the test certificates, set this PIXIT to CERT_NONE