Commit 64dadee8 authored by filatov's avatar filatov
Browse files

add cert profiles for CAM and DENM test suites

fix a generation bug in CERT_TS_18_02_BO_AT
parent a4a2b2a2
Loading
Loading
Loading
Loading
+28 −0
Original line number Diff line number Diff line
<certificate name="CERT_IUT_CAM_BO_02">
	<version>2</version>
	<signer type="digest" name="CERT_TS_A_AA"/>
	<subject type="AT" name="">
		<!-- verification_key -->
		<attribute type="verification_key">
			<public_key algorythm="0">
				<ecc_point type="uncompressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
		<attribute type="assurance_level">
			<assurance level="3"/>
		</attribute>
		<!-- its_aid_ssp_list -->
		<attribute type="its_aid_ssp_list">
			<ssp aid="36">&#01;&#xBF;&#xFF;</ssp>  <!-- CAM: no publicTransport  -->
			<ssp aid="37">&#01;&#xFF;&#xFF;&#xFF;</ssp>  <!-- DENM -->
		</attribute>
	</subject>
	<validity>
		<restriction type="time" start="+0" end="+365d"/>
		<restriction type="region">
			<none/>
		</restriction>
	</validity>
	<signature algorithm="0"/>
</certificate>
+28 −0
Original line number Diff line number Diff line
<certificate name="CERT_IUT_CAM_BO_03">
	<version>2</version>
	<signer type="digest" name="CERT_TS_A_AA"/>
	<subject type="AT" name="">
		<!-- verification_key -->
		<attribute type="verification_key">
			<public_key algorythm="0">
				<ecc_point type="uncompressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
		<attribute type="assurance_level">
			<assurance level="3"/>
		</attribute>
		<!-- its_aid_ssp_list -->
		<attribute type="its_aid_ssp_list">
			<ssp aid="36">&#01;&#xDF;&#xFF;</ssp>  <!-- CAM: no specialTransport   -->
			<ssp aid="37">&#01;&#xFF;&#xFF;&#xFF;</ssp>  <!-- DENM -->
		</attribute>
	</subject>
	<validity>
		<restriction type="time" start="+0" end="+365d"/>
		<restriction type="region">
			<none/>
		</restriction>
	</validity>
	<signature algorithm="0"/>
</certificate>
+28 −0
Original line number Diff line number Diff line
<certificate name="CERT_IUT_DENM_BO_01">
	<version>2</version>
	<signer type="digest" name="CERT_TS_A_AA"/>
	<subject type="AT" name="">
		<!-- verification_key -->
		<attribute type="verification_key">
			<public_key algorythm="0">
				<ecc_point type="uncompressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
		<attribute type="assurance_level">
			<assurance level="3"/>
		</attribute>
		<!-- its_aid_ssp_list -->
		<attribute type="its_aid_ssp_list">
			<ssp aid="36">&#01;&#xFF;&#xFF;</ssp>  <!-- CAM -->
			<ssp aid="37">&#01;&#x7F;&#xFF;&#xFF;</ssp>  <!-- DENM: no trafficCondition -->
		</attribute>
	</subject>
	<validity>
		<restriction type="time" start="+0" end="+365d"/>
		<restriction type="region">
			<none/>
		</restriction>
	</validity>
	<signature algorithm="0"/>
</certificate>
+28 −0
Original line number Diff line number Diff line
<certificate name="CERT_IUT_DENM_BO_02">
	<version>2</version>
	<signer type="digest" name="CERT_TS_A_AA"/>
	<subject type="AT" name="">
		<!-- verification_key -->
		<attribute type="verification_key">
			<public_key algorythm="0">
				<ecc_point type="uncompressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
		<attribute type="assurance_level">
			<assurance level="3"/>
		</attribute>
		<!-- its_aid_ssp_list -->
		<attribute type="its_aid_ssp_list">
			<ssp aid="36">&#01;&#xFF;&#xFF;</ssp>  <!-- CAM -->
			<ssp aid="37">&#01;&#xBF;&#xFF;&#xFF;</ssp>  <!-- DENM: no accident -->
		</attribute>
	</subject>
	<validity>
		<restriction type="time" start="+0" end="+365d"/>
		<restriction type="region">
			<none/>
		</restriction>
	</validity>
	<signature algorithm="0"/>
</certificate>
+1 −1
Original line number Diff line number Diff line
@@ -25,5 +25,5 @@
			<none/>
		</restriction>
	</validity>
	<signature algorithm="0"/>
	<signature algorithm="0" signer="CERT_TS_A_AA"/>
</certificate>
Loading