mirror of
https://github.com/isc-projects/bind9.git
synced 2026-04-23 23:28:18 -04:00
[v9_9] Sync draft-durand-doa-over-dns snippet in lib/dns/tests/rdata_test.c with draft version -03
This commit is contained in:
parent
a3d6b515a0
commit
89e10f4b41
1 changed files with 3 additions and 2 deletions
|
|
@ -556,9 +556,10 @@ ATF_TC_BODY(csync, tc) {
|
|||
*
|
||||
* The DOA-MEDIA-TYPE field is presented as a single <character-string>.
|
||||
*
|
||||
* The DOA-DATA is presented as Base64 encoded data [RFC3548] unless the
|
||||
* The DOA-DATA is presented as Base64 encoded data [RFC4648] unless the
|
||||
* DOA-DATA is empty in which case it is presented as a single dash
|
||||
* character ("-", ASCII 45). White space is permitted within Base64 data.
|
||||
* character ("-", ASCII 45). White space is permitted within Base64
|
||||
* data.
|
||||
*/
|
||||
ATF_TC(doa);
|
||||
ATF_TC_HEAD(doa, tc) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue