Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ITS - Intelligent Transport Systems
ITS
Commits
25a1d85e
Commit
25a1d85e
authored
Sep 12, 2018
by
Denis Filatov
Browse files
fix eeType in RCA,AA,EA
parent
fe6d3236
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/itscertgen/asn1certgen/asn1certgen.xslt
View file @
25a1d85e
...
...
@@ -88,12 +88,12 @@
<xsl:template
match =
"subject"
>
<xsl:variable
name=
"eeType"
>
<xsl:choose>
<xsl:when
test=
"@type = 'ROOT'"
>
0
</xsl:when>
<xsl:when
test=
"@type = 'AA'"
>
0
</xsl:when>
<xsl:when
test=
"@type = 'AT'"
>
0
</xsl:when>
<xsl:when
test=
"@type = 'TLM'"
>
0
</xsl:when>
<xsl:when
test=
"@type = 'EA'"
>
1
</xsl:when>
<xsl:when
test=
"@type = 'EC'"
>
1
</xsl:when>
<xsl:when
test=
"@type = 'ROOT'"
>
A
0
</xsl:when>
<xsl:when
test=
"@type = 'AA'"
>
8
0
</xsl:when>
<xsl:when
test=
"@type = 'AT'"
>
8
0
</xsl:when>
<xsl:when
test=
"@type = 'TLM'"
>
8
0
</xsl:when>
<xsl:when
test=
"@type = 'EA'"
>
80
</xsl:when>
<!-- certReqPermissions is not used yet in TS103097 -->
<xsl:when
test=
"@type = 'EC'"
>
80
</xsl:when>
<!-- certReqPermissions is not used yet in TS103097 -->
<xsl:otherwise>
2
</xsl:otherwise>
</xsl:choose>
</xsl:variable>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment