diff options
author | Rob Austein <sra@hactrn.net> | 2014-07-09 05:39:54 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2014-07-09 05:39:54 +0000 |
commit | ed6e675ccbe2a3e2c57dfb35e4c71684a25110b0 (patch) | |
tree | d790587c217adec5327ec42a2e4774e3587de3d7 /ca/tests | |
parent | 13a65b463cd0acedd3bc36c9437d5ee8b2e26b60 (diff) |
Add withdrawal hashes to publication and rrdp.
svn path=/branches/tk705/; revision=5888
Diffstat (limited to 'ca/tests')
-rw-r--r-- | ca/tests/publication-protocol-samples.xml | 2 | ||||
-rw-r--r-- | ca/tests/rrdp-samples.xml | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ca/tests/publication-protocol-samples.xml b/ca/tests/publication-protocol-samples.xml index a9a84f73..6d0a99a9 100644 --- a/ca/tests/publication-protocol-samples.xml +++ b/ca/tests/publication-protocol-samples.xml @@ -96,7 +96,7 @@ </msg> <msg xmlns="http://www.hactrn.net/uris/rpki/publication-spec/" type="query" version="3"> - <withdraw uri="rsync://wombat.example/Alice/blCrcCp9ltyPDNzYKPfxc.cer"/> + <withdraw uri="rsync://wombat.example/Alice/blCrcCp9ltyPDNzYKPfxc.cer" hash="deadf00d"/> </msg> <msg xmlns="http://www.hactrn.net/uris/rpki/publication-spec/" type="reply" version="3"> diff --git a/ca/tests/rrdp-samples.xml b/ca/tests/rrdp-samples.xml index 563eb73c..0318b169 100644 --- a/ca/tests/rrdp-samples.xml +++ b/ca/tests/rrdp-samples.xml @@ -68,20 +68,20 @@ </publish> </delta> <delta serial="2"> - <withdraw uri="http://host.example/foo/bar/cer1.cer"/> + <withdraw uri="http://host.example/foo/bar/cer1.cer" hash="deadf00d"/> <publish uri="http://host.example/foo/bar/cer2.cer"> MIIE+jCCA+KgAwIBAgIBDTANBgkqhkiG9w0BAQsFADAzMTEw h8zeHoFVu6ghRPy5dbOA4akX/KG6b8XIx0iwPYdLiDbdWFbt jRBODAxN0U2NkE5RTkxNzJFNDYxMkQ4Q0Y0QzgzRjIzOERFM </publish> - <publish uri="http://host.example/foo/bar/cer3.cer"> + <publish uri="http://host.example/foo/bar/cer3.cer" hash="deadf00d"> MIIE+jCCA+KgAwIBAgIBDTANBgkqhkiG9w0BAQsFADAzMTEw h8zeHoFVu6ghRPy5dbOA4akX/KG6b8XIx0iwPYdLiDbdWFbt jRBODAxN0U2NkE5RTkxNzJFNDYxMkQ4Q0Y0QzgzRjIzOERFM </publish> </delta> <delta serial="3"> - <withdraw uri="http://host.example/foo/bar/cer2.cer"/> + <withdraw uri="http://host.example/foo/bar/cer2.cer" hash="deadf00d"/> </delta> </deltas> |