Commit 2a465d36 authored by Denis Filatov's avatar Denis Filatov
Browse files

asn1certgen.xslt fix id from name

parent f4aa01bc
Loading
Loading
Loading
Loading
+8 −1
Original line number Diff line number Diff line
@@ -112,7 +112,14 @@
  </xsl:variable>
 
  <toBeSigned>
   <xsl:choose>
    <xsl:when test="@name = ''">
     <id><none></none></id>
    </xsl:when>
    <xsl:otherwise>
     <id><name><xsl:value-of select="@name" /></name></id>
    </xsl:otherwise>
   </xsl:choose>
   <cracaId>00 00 00</cracaId>
   <crlSeries>0</crlSeries>