Commit 24a5e98b authored by Yann Garcia's avatar Yann Garcia
Browse files

Bug fixed in IVI SSPs

parent b1adfc4a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -56,6 +56,8 @@ ekeys_iut_at = $(patsubst %.oer, %.ekey, $(certs_iut_at))

certs_iut := $(filter $(outdir)/CERT_IUT_%_RCA.oer, $(certificates_oer))
certs_iut += $(filter $(outdir)/CERT_IUT_%_AA.oer, $(certificates_oer))
certs_iut += $(filter $(outdir)/CERT_TS_%_EA.oer, $(certificates_oer))
certs_iut += $(filter $(outdir)/CERT_TS_%_AA.oer, $(certificates_oer))
certs_iut += $(certs_iut_at)

iut_files = $(patsubst $(outdir)/%, $(iutdir)/%, $(certs_iut) $(vkeys_iut_at) $(ekeys_iut_at))
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
		<!-- encryption_key -->
		<attribute type="encryption_key">
			<public_key sym_alg="0" algorithm="0">
				><ecc_point type="compressed"/>
				<ecc_point type="compressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
		<!-- encryption_key -->
		<attribute type="encryption_key">
			<public_key sym_alg="0" algorithm="0">
				><ecc_point type="compressed"/>
				<ecc_point type="compressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
		<!-- encryption_key -->
		<attribute type="encryption_key">
			<public_key sym_alg="0" algorithm="0">
				><ecc_point type="compressed"/>
				<ecc_point type="compressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
+1 −1
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
		<!-- encryption_key -->
		<attribute type="encryption_key">
			<public_key sym_alg="0" algorithm="0">
				><ecc_point type="compressed"/>
				<ecc_point type="compressed"/>
			</public_key>
		</attribute>
		<!-- assurance_level -->
Loading