summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Sanin <aleksey@src.gnome.org>2002-11-01 16:38:36 +0000
committerAleksey Sanin <aleksey@src.gnome.org>2002-11-01 16:38:36 +0000
commite53db70c3feb515432b8d94107e4200faf4f7ba3 (patch)
tree069b700bfb655fb0173f4118ec351b73f2a79ed3
parente5a0ca6f60a224ef591520fc1aa10860414090f9 (diff)
downloadxmlsec1-e53db70c3feb515432b8d94107e4200faf4f7ba3.tar.gz
xmlsec1-e53db70c3feb515432b8d94107e4200faf4f7ba3.tar.bz2
xmlsec1-e53db70c3feb515432b8d94107e4200faf4f7ba3.zip
fixed broken linkXMLSEC_0211104
-rw-r--r--docs/xmldsig-verifier.html8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/xmldsig-verifier.html b/docs/xmldsig-verifier.html
index c1ad0529..9153b1b7 100644
--- a/docs/xmldsig-verifier.html
+++ b/docs/xmldsig-verifier.html
@@ -46,7 +46,7 @@
<div align="Center">
<h2>Online XML Digital Signature Verifer</h2>
<div align="Left">The online XML Digital Signature Verifier is a simple
-cgi script (<a href="examples/dsig4/xmldsigverify.c">source code</a>)
+cgi script (<a href="examples/dsig5/xmldsigverify.c">source code</a>)
that demonstrates how to use XML Secuirty Library in real applications.
<h4>Copy/Paste the Signed XML Document in the input field below:</h4>
@@ -65,7 +65,7 @@ Please note that <b>all</b> white spaces and carriage returns are <b>significant
</form>
-You also can use a <a href="examples/dsig4/test.pl">simple Perl script</a> to submit
+You also can use a <a href="examples/dsig5/test.pl">simple Perl script</a> to submit
signed XML document to the verifier.
<h4>Allowed root certificates and signature keys</h4>
@@ -77,8 +77,8 @@ following keys:
root certificates from standard root CA authorities (Verisign, etc.),
Merlin's root CA used to sign interoperability
tests from <a href="http://lists.w3.org/Archives/Public/w3c-ietf-xmldsig/2001AprJun/att-0033/01-merlin-xmldsig-sixteen.tar.gz">merlin-xmldsig-sixteen.tar.gz</a>
-or "fake" <a href="examples/dsig4/aleksey.crt">root certificate</a>
-(the corresponding <a href="examples/dsig4/aleksey.key">private key</a>
+or "fake" <a href="examples/dsig5/aleksey.crt">root certificate</a>
+(the corresponding <a href="examples/dsig5/aleksey.key">private key</a>
is encrypted using passphrase "1234");
<li>HMAC key "secret" (in hex, 73 65 63 72 65 74);
<li>any key public DSA/RSA key provided in the KeyInfo element of the signature.