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/rrdp-samples.xml | |
parent | 13a65b463cd0acedd3bc36c9437d5ee8b2e26b60 (diff) |
Add withdrawal hashes to publication and rrdp.
svn path=/branches/tk705/; revision=5888
Diffstat (limited to 'ca/tests/rrdp-samples.xml')
-rw-r--r-- | ca/tests/rrdp-samples.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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> |