Commit 1a0c5428 authored by garciay's avatar garciay
Browse files

Update certificate IO after changes on the Denis tool

parent 5bf981e4
Loading
Loading
Loading
Loading
+7 −7
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ module LibItsSecurity_TestSystem {
            var Certificate vc_aaCertificate;                       /** 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 charstring vc_hashedId8ToBeUsed := "IUT_CERT_A";    /** Digest value of the certificate couple to be used by the IUT. Default: IUT_CERT_A */
            var charstring vc_hashedId8ToBeUsed := "CERT_TS_A";     /** Digest value of the certificate couple to be used by the IUT. Default: CERT_IUT_A */
            
            // Private keys
            var Oct32 vc_signingPrivateKey; 
@@ -41,12 +41,12 @@ module LibItsSecurity_TestSystem {
            const charstring cc_taCert_E := "CERT_TS_E"; /** Certificate with a region identifier, to be used when secured messages are sent from TA to IUT */
            const charstring cc_taCert_F := "CERT_TS_F"; /** Certificate with a subject type indicating 'enrolment_credentials', to be used when secured messages are sent from TA to IUT */
            
            const charstring cc_iutCert_A := "IUT_CERT_A"; /** Default certificate, without region validity restriction, to be used when secured messages are sent from TA to IUT */
            const charstring cc_iutCert_B := "IUT_CERT_B"; /** Default certificate, with circular region, to be used when secured messages are sent from TA to IUT */
            const charstring cc_iutCert_C := "IUT_CERT_C"; /** Certificate with a rectangular region, to be used when secured messages are sent from TA to IUT */
            const charstring cc_iutCert_D := "IUT_CERT_D"; /** Certificate with a polygonal region, to be used when secured messages are sent from TA to IUT */
            const charstring cc_iutCert_E := "IUT_CERT_E"; /** Certificate with a region identifier, to be used when secured messages are sent from TA to IUT */
            const charstring cc_iutCert_F := "IUT_CERT_F"; /** Certificate with a subject type indicating 'enrolment_credentials', to be used when secured messages are sent from TA to IUT */
            const charstring cc_iutCert_A := "CERT_IUT_A"; /** Default certificate, without region validity restriction, to be used when secured messages are sent from TA to IUT */
            const charstring cc_iutCert_B := "CERT_IUT_B"; /** Default certificate, with circular region, to be used when secured messages are sent from TA to IUT */
            const charstring cc_iutCert_C := "CERT_IUT_C"; /** Certificate with a rectangular region, to be used when secured messages are sent from TA to IUT */
            const charstring cc_iutCert_D := "CERT_IUT_D"; /** Certificate with a polygonal region, to be used when secured messages are sent from TA to IUT */
            const charstring cc_iutCert_E := "CERT_IUT_E"; /** Certificate with a region identifier, to be used when secured messages are sent from TA to IUT */
            const charstring cc_iutCert_F := "CERT_IUT_F"; /** Certificate with a subject type indicating 'enrolment_credentials', to be used when secured messages are sent from TA to IUT */
        } // End of ItsSecurityBaseComponent
        
    } // End of group componentDefinitions