Commit 58c53b39 authored by garciay's avatar garciay
Browse files

Add certificate names constants

parent acb622e9
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -34,14 +34,20 @@ module LibItsSecurity_TestSystem {
            // Generation position. See Draft ETSI TS 103 097 V1.1.14 Clause 7.2    Security profiles for DENMs
            var ThreeDLocation vc_location; 
            
            // Test Adapter certificates & private keys
            // Test Adapter certificates & private keys - Valid behavior
            const charstring cc_taCert_A := "CERT_TS_A"; /** Default certificate, without region validity restriction, to be used when secured messages are sent from TA to IUT */
            const charstring cc_taCert_B := "CERT_TS_B"; /** Default certificate, with circular region, to be used when secured messages are sent from TA to IUT */
            const charstring cc_taCert_C := "CERT_TS_C"; /** Certificate with a rectangular region, to be used when secured messages are sent from TA to IUT */
            const charstring cc_taCert_D := "CERT_TS_D"; /** Certificate with a polygonal region, to be used when secured messages are sent from TA to IUT */
            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 */
            // Test Adapter certificates & private keys - Inoportune behavior
            const charstring cc_taCert0101BO := "CERT_TS_01_01_BO"; /**  */
            const charstring cc_taCert0102BO := "CERT_TS_01_02_BO"; /**  */
            const charstring cc_taCert0103BO := "CERT_TS_01_03_BO"; /**  */
            const charstring cc_taCert0104BO := "CERT_TS_01_04_BO"; /**  */
            
            // IUT certificates & private keys
            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 */