Skip to content

Commit

Permalink
More breakdown for non-EC DSA support.
Browse files Browse the repository at this point in the history
  • Loading branch information
iay committed Sep 28, 2013
1 parent aa8076a commit 141b5a0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions mdx/uk/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1569,6 +1569,13 @@
non-EC DSA signatures of any kind:
<xsl:value-of select="$e.dsa.any.count"/>
(<xsl:value-of select="format-number($e.dsa.any.count div $e.alg.sig.count, '0.0%')"/>)
<xsl:variable name="e.dsa.old" select="$entities[
descendant::alg:SigningMethod/@Algorithm='http://www.w3.org/2000/09/xmldsig#dsa-sha1']"/>
<xsl:variable name="e.dsa.old.count" select="count($e.dsa.old)"/>
<xsl:variable name="e.dsa.new" select="$entities[
descendant::alg:SigningMethod/@Algorithm='http://www.w3.org/2009/xmldsig11#dsa-sha256']"/>
<xsl:variable name="e.dsa.new.count" select="count($e.dsa.new)"/>
[<xsl:value-of select="$e.dsa.old.count"/>, <xsl:value-of select="$e.dsa.new.count"/>]
</li>

</ul>
Expand Down

0 comments on commit 141b5a0

Please sign in to comment.