Skip to content

Commit

Permalink
Indicate the trust type for each entity: [DK] [DK+PKIX] or [PKIX].
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Aug 24, 2009
1 parent 405182c commit 4aa5a76
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -765,6 +765,15 @@
<xsl:if test="md:IDPSSODescriptor"> [IdP]</xsl:if>
<xsl:if test="md:Extensions/wayf:HideFromWAYF"> [H]</xsl:if>
<xsl:if test="md:SPSSODescriptor"> [SP]</xsl:if>
<xsl:choose>
<xsl:when test="descendant::ds:X509Data">
<xsl:text> [DK</xsl:text>
<xsl:if test="descendant::ds:KeyName">+PKIX</xsl:if>
<xsl:text>]</xsl:text>
</xsl:when>

<xsl:when test="descendant::ds:KeyName"> [PKIX]</xsl:when>
</xsl:choose>
<xsl:apply-templates select="md:Extensions/uklabel:Software" mode="short"/>
<xsl:text> </xsl:text>
<code><xsl:value-of select="@entityID"/></code>
Expand Down

0 comments on commit 4aa5a76

Please sign in to comment.