summaryrefslogtreecommitdiff
path: root/xslt/sign-luna-sha256.xsl
diff options
context:
space:
mode:
Diffstat (limited to 'xslt/sign-luna-sha256.xsl')
-rw-r--r--xslt/sign-luna-sha256.xsl4
1 files changed, 2 insertions, 2 deletions
diff --git a/xslt/sign-luna-sha256.xsl b/xslt/sign-luna-sha256.xsl
index 36da52e9..293bb96d 100644
--- a/xslt/sign-luna-sha256.xsl
+++ b/xslt/sign-luna-sha256.xsl
@@ -18,14 +18,14 @@
<ds:Signature>
<ds:SignedInfo>
<ds:CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
- <ds:SignatureMethod Algorithm="http://www.w3.org/2000/09/xmldsig#rsa-sha256" />
+ <ds:SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256" />
<ds:Reference>
<xsl:attribute name="URI"><xsl:text>#</xsl:text><xsl:value-of select="@ID"/></xsl:attribute>
<ds:Transforms>
<ds:Transform Algorithm="http://www.w3.org/2000/09/xmldsig#enveloped-signature"/>
<ds:Transform Algorithm="http://www.w3.org/2001/10/xml-exc-c14n#"/>
</ds:Transforms>
- <ds:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
+ <ds:DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256" />
<ds:DigestValue></ds:DigestValue>
</ds:Reference>
</ds:SignedInfo>