diff options
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> |