summaryrefslogtreecommitdiff
path: root/tests/aleksey-xmldsig-01/enveloping-sha256-rsa-sha256-relationship.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aleksey-xmldsig-01/enveloping-sha256-rsa-sha256-relationship.tmpl')
-rw-r--r--tests/aleksey-xmldsig-01/enveloping-sha256-rsa-sha256-relationship.tmpl22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/aleksey-xmldsig-01/enveloping-sha256-rsa-sha256-relationship.tmpl b/tests/aleksey-xmldsig-01/enveloping-sha256-rsa-sha256-relationship.tmpl
new file mode 100644
index 00000000..e56bc37f
--- /dev/null
+++ b/tests/aleksey-xmldsig-01/enveloping-sha256-rsa-sha256-relationship.tmpl
@@ -0,0 +1,22 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<Signature xmlns="http://www.w3.org/2000/09/xmldsig#">
+ <SignedInfo>
+ <CanonicalizationMethod Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315" />
+ <SignatureMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#rsa-sha256"/>
+ <Reference URI="relationship/xml-base-input.xml">
+ <Transforms>
+ <Transform Algorithm="http://schemas.openxmlformats.org/package/2006/RelationshipTransform">
+ <mdssi:RelationshipReference xmlns:mdssi="http://schemas.openxmlformats.org/package/2006/digital-signature" SourceId="rId1"/>
+ </Transform>
+ <Transform Algorithm="http://www.w3.org/TR/2001/REC-xml-c14n-20010315"/>
+ </Transforms>
+ <DigestMethod Algorithm="http://www.w3.org/2001/04/xmlenc#sha256"/>
+ <DigestValue></DigestValue>
+ </Reference>
+ </SignedInfo>
+ <SignatureValue>
+ </SignatureValue>
+ <KeyInfo>
+ <X509Data/>
+ </KeyInfo>
+</Signature>