Commit ba66da02 authored by filatov's avatar filatov
Browse files

Rename security PIXITs

parent 2b4cc9d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -1751,7 +1751,7 @@ module LibItsGeoNetworking_Functions {
            // Local variables
            // Local variables
            
            
            // Load certificates
            // Load certificates
            if( not f_loadCertificates(PX_CONFIG_DIRECTORY_FOR_SECURITY) ) {
            if( not f_loadCertificates(PX_IUT_SEC_CONFIG_NAME) ) {
                return e_error;
                return e_error;
            }
            }
            
            
+2 −2
Original line number Original line Diff line number Diff line
@@ -18,13 +18,13 @@ module LibItsSecurity_Pixits {
    /**
    /**
     * @descConfiguration sub-directory to access certificate stored in files
     * @descConfiguration sub-directory to access certificate stored in files
     */
     */
    modulepar charstring PX_CONFIG_DIRECTORY_FOR_SECURITY := "cfg01";
    modulepar charstring PX_IUT_SEC_CONFIG_NAME := "cfg01";
    
    
    /**
    /**
     * @desc The certficate the IUT should use. Default: CERT_IUT_A_AT
     * @desc The certficate the IUT should use. Default: CERT_IUT_A_AT
     * @remark If the IUT cannot use the test certificates, set this PIXIT to CERT_NONE
     * @remark If the IUT cannot use the test certificates, set this PIXIT to CERT_NONE
     */
     */
    modulepar charstring PX_DEFAULT_IUT_HASHEDID8 := "CERT_IUT_A_AT";
    modulepar charstring PX_IUT_DEFAULT_CERTIFICATE := "CERT_IUT_A_AT";
    
    
    /**
    /**
     * @desc ITS-AID value for other profile. Default: 38
     * @desc ITS-AID value for other profile. Default: 38
+1 −1
Original line number Original line Diff line number Diff line
@@ -25,7 +25,7 @@ module LibItsSecurity_TestSystem {
            var Certificate vc_aaCertificate;                                   /** Test Adapter AT certificate */
            var Certificate vc_aaCertificate;                                   /** Test Adapter AT certificate */
            var Certificate vc_atCertificate;                                   /** Test Adapter AT certificate */
            var Certificate vc_atCertificate;                                   /** Test Adapter AT certificate */
            var Certificate vc_lastAtCertificateUsed;                           /** Last Test Adapter certificate used in 'f_buildGnSecuredXXX' functions */
            var Certificate vc_lastAtCertificateUsed;                           /** Last Test Adapter certificate used in 'f_buildGnSecuredXXX' functions */
            var charstring vc_hashedId8ToBeUsed := PX_DEFAULT_IUT_HASHEDID8;    /** Digest value of the certificate couple to be used by the IUT. Default: CERT_IUT_A_AT */
            var charstring  vc_hashedId8ToBeUsed := PX_IUT_DEFAULT_CERTIFICATE;  /** Digest value of the AT certificate to be used by the IUT. Default: CERT_IUT_A_AT */
            
            
            // Private keys
            // Private keys
            var Oct32 vc_signingPrivateKey; 
            var Oct32 vc_signingPrivateKey;