Commit 62312b65 authored by filatov's avatar filatov
Browse files

use AID names instead of values

add generic ITS AID (39) to all suitable certs
add IS IDs to root and AA certs
parent fc9dfbe8
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -9,3 +9,8 @@ format=hex

# location of the IUT position
reflocation=51.4744200:5.6240500

# custom AID to be used to test GenericMessageProfile
macro=CAM:36
macro=DENM:37
macro=GENERIC:39
+3 −2
Original line number Diff line number Diff line
@@ -14,8 +14,9 @@
		</attribute>
		<!-- its_aid_ssp_list -->
		<attribute type="its_aid_ssp_list">
			<ssp aid="36">&#01;&#xFF;&#xFF;</ssp>  <!-- CAM -->
			<ssp aid="37">&#01;&#xFF;&#xFF;&#xFF;</ssp>  <!-- DENM -->
			<ssp aid="CAM">&#01;&#xFF;&#xFF;</ssp>  <!-- CAM -->
			<ssp aid="DENM">&#01;&#xFF;&#xFF;&#xFF;</ssp>  <!-- DENM -->
			<ssp aid="GENERIC">&#01;&#xFF;&#xFF;&#xFF;</ssp>  <!-- GENERIC -->
		</attribute>
	</subject>
	<validity>
+3 −2
Original line number Diff line number Diff line
@@ -14,8 +14,9 @@
		</attribute>
		<!-- its_aid_ssp_list -->
		<attribute type="its_aid_ssp_list">
			<ssp aid="36">&#01;&#xFF;&#xFF;</ssp>  <!-- CAM -->
			<ssp aid="37">&#01;&#xFF;&#xFF;&#xFF;</ssp>  <!-- DENM -->
			<ssp aid="CAM">&#01;&#xFF;&#xFF;</ssp>  <!-- CAM -->
			<ssp aid="DENM">&#01;&#xFF;&#xFF;&#xFF;</ssp>  <!-- DENM -->
			<ssp aid="GENERIC">&#01;&#xFF;&#xFF;&#xFF;</ssp>  <!-- GENERIC -->
		</attribute>
	</subject>
	<validity>
+3 −2
Original line number Diff line number Diff line
@@ -14,8 +14,9 @@
		</attribute>
		<!-- its_aid_ssp_list -->
		<attribute type="its_aid_ssp_list">
			<ssp aid="36">&#01;&#xFF;&#xFF;</ssp>  <!-- CAM -->
			<ssp aid="37">&#01;&#xFF;&#xFF;&#xFF;</ssp>  <!-- DENM -->
			<ssp aid="CAM">&#01;&#xFF;&#xFF;</ssp>  <!-- CAM -->
			<ssp aid="DENM">&#01;&#xFF;&#xFF;&#xFF;</ssp>  <!-- DENM -->
			<ssp aid="GENERIC">&#01;&#xFF;&#xFF;&#xFF;</ssp>  <!-- GENERIC -->
		</attribute>
	</subject>
	<validity>
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
		</attribute>
		<!-- its_aid_ssp_list -->
		<attribute type="its_aid_ssp_list">
			<ssp aid="36">&#01;&#xBF;&#xFF;</ssp>  <!-- CAM: no publicTransport  -->
			<ssp aid="CAM">&#01;&#xBF;&#xFF;</ssp>  <!-- CAM: no publicTransport  -->
		</attribute>
	</subject>
	<validity>
Loading