diff options
author | Leif Johansson <leifj@sunet.se> | 2016-12-12 14:47:44 +0100 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2016-12-12 14:47:44 +0100 |
commit | e8cb3e1dcdc22a28b0a97450f9a2d14629c8682d (patch) | |
tree | 9b352fc324eba70c1fd27cf6f486787cb75d9ad9 /xslt | |
parent | 99d766c8939714b075aae0cb5fa7b3aa53eb8a5e (diff) |
correct namespaces
Diffstat (limited to 'xslt')
-rw-r--r-- | xslt/sign-luna-sha256.xsl | 4 |
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> |