Loading ttcn/Pki/LibItsPki_Functions.ttcn +17 −16 Original line number Diff line number Diff line Loading @@ -1574,7 +1574,8 @@ module LibItsPki_Functions { m_publicKeys( m_publicVerificationKey_ecdsaNistP256(v_eccP256_curve_point) ), m_certificateSubjectAttributes( m_certificateSubjectAttributes_id_name( oct2char(PICS_ITS_S_CANONICAL_ID), { // ETSI TS 102 965 Table A.1: ETSI ITS standardized ITS-AIDs valueof(m_appPermissions(c_its_aid_SCR, { bitmapSsp := '01C0'O })) }, Loading ttcn/Pki/LibItsPki_Templates.ttcn +23 −8 Original line number Diff line number Diff line Loading @@ -258,7 +258,7 @@ module LibItsPki_Templates { encryptionKey := p_encryptionKey } // End of template mw_publicKeys template (omit) CertificateSubjectAttributes m_certificateSubjectAttributes( template (omit) CertificateSubjectAttributes m_certificateSubjectAttributes_id_none( in template (value) SequenceOfPsidSsp p_appPermissions, in template (omit) ValidityPeriod p_validityPeriod := omit, in template (omit) GeographicRegion p_region := omit, Loading @@ -270,7 +270,22 @@ module LibItsPki_Templates { assuranceLevel := p_assuranceLevel, appPermissions := p_appPermissions, certIssuePermissions := omit } // End of template m_certificateSubjectAttributes } // End of template m_certificateSubjectAttributes_id_none template (omit) CertificateSubjectAttributes m_certificateSubjectAttributes_id_name( in template (value) Hostname p_name, in template (value) SequenceOfPsidSsp p_appPermissions, in template (omit) ValidityPeriod p_validityPeriod := omit, in template (omit) GeographicRegion p_region := omit, in template (omit) SubjectAssurance p_assuranceLevel := omit ) := { id := { name := p_name }, validityPeriod := p_validityPeriod, region := p_region, assuranceLevel := p_assuranceLevel, appPermissions := p_appPermissions, certIssuePermissions := omit } // End of template m_certificateSubjectAttributes_id_name template (value) InnerEcResponse m_innerEcResponse_ok( in template (value) Oct16 p_requestHash, Loading Loading
ttcn/Pki/LibItsPki_Functions.ttcn +17 −16 Original line number Diff line number Diff line Loading @@ -1574,7 +1574,8 @@ module LibItsPki_Functions { m_publicKeys( m_publicVerificationKey_ecdsaNistP256(v_eccP256_curve_point) ), m_certificateSubjectAttributes( m_certificateSubjectAttributes_id_name( oct2char(PICS_ITS_S_CANONICAL_ID), { // ETSI TS 102 965 Table A.1: ETSI ITS standardized ITS-AIDs valueof(m_appPermissions(c_its_aid_SCR, { bitmapSsp := '01C0'O })) }, Loading
ttcn/Pki/LibItsPki_Templates.ttcn +23 −8 Original line number Diff line number Diff line Loading @@ -258,7 +258,7 @@ module LibItsPki_Templates { encryptionKey := p_encryptionKey } // End of template mw_publicKeys template (omit) CertificateSubjectAttributes m_certificateSubjectAttributes( template (omit) CertificateSubjectAttributes m_certificateSubjectAttributes_id_none( in template (value) SequenceOfPsidSsp p_appPermissions, in template (omit) ValidityPeriod p_validityPeriod := omit, in template (omit) GeographicRegion p_region := omit, Loading @@ -270,7 +270,22 @@ module LibItsPki_Templates { assuranceLevel := p_assuranceLevel, appPermissions := p_appPermissions, certIssuePermissions := omit } // End of template m_certificateSubjectAttributes } // End of template m_certificateSubjectAttributes_id_none template (omit) CertificateSubjectAttributes m_certificateSubjectAttributes_id_name( in template (value) Hostname p_name, in template (value) SequenceOfPsidSsp p_appPermissions, in template (omit) ValidityPeriod p_validityPeriod := omit, in template (omit) GeographicRegion p_region := omit, in template (omit) SubjectAssurance p_assuranceLevel := omit ) := { id := { name := p_name }, validityPeriod := p_validityPeriod, region := p_region, assuranceLevel := p_assuranceLevel, appPermissions := p_appPermissions, certIssuePermissions := omit } // End of template m_certificateSubjectAttributes_id_name template (value) InnerEcResponse m_innerEcResponse_ok( in template (value) Oct16 p_requestHash, Loading