summaryrefslogtreecommitdiff
path: root/tests/aleksey-xmldsig-01/enveloping-sha224-rsa-sha224.tmpl
diff options
context:
space:
mode:
authorHyungKyu Song <hk76.song@samsung.com>2013-02-16 00:10:11 +0900
committerHyungKyu Song <hk76.song@samsung.com>2013-02-16 00:10:11 +0900
commit87d14e01aaf6713d3ed043a01f379d746a7c6948 (patch)
tree71cec8330e90327340c5ef868518c18d54b31181 /tests/aleksey-xmldsig-01/enveloping-sha224-rsa-sha224.tmpl
parent27cda5c4335f94edc154e092d9c190e5badb7f70 (diff)
downloadxmlsec1-87d14e01aaf6713d3ed043a01f379d746a7c6948.tar.gz
xmlsec1-87d14e01aaf6713d3ed043a01f379d746a7c6948.tar.bz2
xmlsec1-87d14e01aaf6713d3ed043a01f379d746a7c6948.zip
Diffstat (limited to 'tests/aleksey-xmldsig-01/enveloping-sha224-rsa-sha224.tmpl')
-rw-r--r--tests/aleksey-xmldsig-01/enveloping-sha224-rsa-sha224.tmpl17
1 files changed, 17 insertions, 0 deletions
diff --git a/tests/aleksey-xmldsig-01/enveloping-sha224-rsa-sha224.tmpl b/tests/aleksey-xmldsig-01/enveloping-sha224-rsa-sha224.tmpl
new file mode 100644
index 00000000..5bb40085
--- /dev/null
+++ b/tests/aleksey-xmldsig-01/enveloping-sha224-rsa-sha224.tmpl
@@ -0,0 +1,17 @@
+<?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-sha224"/>
+ <Reference URI="#object">
+ <DigestMethod Algorithm="http://www.w3.org/2001/04/xmldsig-more#sha224"/>
+ <DigestValue></DigestValue>
+ </Reference>
+ </SignedInfo>
+ <SignatureValue>
+ </SignatureValue>
+ <KeyInfo>
+ <X509Data/>
+ </KeyInfo>
+ <Object Id="object">some text</Object>
+</Signature>