google-nomulus/javatests/google/registry/tools/server/testdata
guyben 2e62ad2658 Allow setting DS records in create_domain and update_domain
The DS records consist of 4 values:
- keyTag: unsigned short (2 bytes)
- alg: unsigned byte
- digestType: unsigned byte
- digest: binary hex

NOTE: the current CL doesn't support keyData, neither as the optional field in dsData nor as a replacement for dsData

The command tool accepts DS records as a string, where the 4 values are given
as one string separated by white-spaces as follows:
<keyTag> <alg>  <digestType>  <digest>

e.g. something like:
60485 5  2  D4B7D520E7BB5F0F67674A0CCEB1E3E0614B93C4F9E99B8383F6A1E4469DA50A

which is how it's written in Zone files, allowing easy copy-paste from existing values.
ommas is confusing when using spaces.

The various "numbers" (keyTag, alg, digestType) are only checked that they are
positive integers - the rest is left for the server.

digest it checked to be an even-lengthed hex string.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=184583068
2018-02-05 23:56:16 -05:00
..
allocate_domain.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
allocate_domain2.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
contact_create.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
contact_create_complete.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
contact_create_minimal.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_check.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_check_claims.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_check_claims_multiple.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_check_claims_second_tld.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_check_fee.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_check_fee_multiple.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_check_fee_second_tld.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_check_multiple.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_check_second_tld.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_create_anchor_tenant.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_create_anchor_tenant_fee_premium.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_create_anchor_tenant_fee_standard.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_create_anchor_tenant_multiple_word_reason.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_create_anchor_tenant_no_reason.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_create_anchor_tenant_password.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_create_claim_notice.xml Use History Entry type for flows in VerifyOteServlet 2017-08-01 16:24:55 -04:00
domain_create_complete.xml Allow setting DS records in create_domain and update_domain 2018-02-05 23:56:16 -05:00
domain_create_idn.xml Use History Entry type for flows in VerifyOteServlet 2017-08-01 16:24:55 -04:00
domain_create_minimal.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_create_minimal_abc.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_create_sunrise.xml Use History Entry type for flows in VerifyOteServlet 2017-08-01 16:24:55 -04:00
domain_create_sunrush.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_create_sunrush2.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_delete.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_delete_by_registrar.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_delete_multiple_word_reason.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_info_landrush.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_info_sunrush.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_lock.xml Add domain_lock nomulus command 2017-11-21 18:54:42 -05:00
domain_lock_partial_statuses.xml Add domain_lock nomulus command 2017-11-21 18:54:42 -05:00
domain_restore.xml Use History Entry type for flows in VerifyOteServlet 2017-08-01 16:24:55 -04:00
domain_transfer_approve.xml Use History Entry type for flows in VerifyOteServlet 2017-08-01 16:24:55 -04:00
domain_transfer_cancel.xml Use History Entry type for flows in VerifyOteServlet 2017-08-01 16:24:55 -04:00
domain_transfer_reject.xml Use History Entry type for flows in VerifyOteServlet 2017-08-01 16:24:55 -04:00
domain_transfer_request.xml Use History Entry type for flows in VerifyOteServlet 2017-08-01 16:24:55 -04:00
domain_unlock.xml Add domain_unlock nomulus command 2017-11-23 01:09:07 -05:00
domain_unlock_partial_statuses.xml Add domain_unlock nomulus command 2017-11-23 01:09:07 -05:00
domain_update_add.xml Allow setting DS records in create_domain and update_domain 2018-02-05 23:56:16 -05:00
domain_update_change.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_update_clear_ds_records.xml Allow setting DS records in create_domain and update_domain 2018-02-05 23:56:16 -05:00
domain_update_complete.xml Allow setting DS records in create_domain and update_domain 2018-02-05 23:56:16 -05:00
domain_update_complete_abc.xml Allow setting DS records in create_domain and update_domain 2018-02-05 23:56:16 -05:00
domain_update_remove.xml Allow setting DS records in create_domain and update_domain 2018-02-05 23:56:16 -05:00
domain_update_set_contacts.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_update_set_ds_records.xml Allow setting DS records in create_domain and update_domain 2018-02-05 23:56:16 -05:00
domain_update_set_nameservers.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
domain_update_set_statuses.xml Add domain_lock nomulus command 2017-11-21 18:54:42 -05:00
domain_update_with_secdns.xml Use History Entry type for flows in VerifyOteServlet 2017-08-01 16:24:55 -04:00
host_create_complete.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
host_create_minimal.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
host_delete.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
host_delete_by_registrar.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
host_delete_multiple_word_reason.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
host_update.xml Use History Entry type for flows in VerifyOteServlet 2017-08-01 16:24:55 -04:00
tld.zone Modify GenerateZoneFilesAction to create output files more in line with standard DNS format 2017-08-29 17:00:41 -04:00
uniform_rapid_suspension.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
uniform_rapid_suspension_existing_host.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
uniform_rapid_suspension_undo.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
uniform_rapid_suspension_undo_preserve.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
update_server_locks_apply_all.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
update_server_locks_apply_one.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
update_server_locks_multiple_word_reason.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
update_server_locks_remove_all.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
update_server_locks_remove_one.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00
xn--q9jyb4c_2010-10-17_full_S1_R0.xml Move EPP XML testdata to server/testdata 2017-07-12 11:03:50 -04:00