|
@@ -369,7 +369,7 @@ class AuthenticatedRRSetTestCase(AuthenticatedRRSetBaseTestCase):
|
|
'mG8EXtVIsRMFK4EEACIDAwQSZPNqE4tSxLFJYhX+uabSgMrhOqUizJhkLx82')),
|
|
'mG8EXtVIsRMFK4EEACIDAwQSZPNqE4tSxLFJYhX+uabSgMrhOqUizJhkLx82')),
|
|
('PTR', ('EXAMPLE.COM.', 'example.com.')),
|
|
('PTR', ('EXAMPLE.COM.', 'example.com.')),
|
|
('RP', ('hostmaster.EXAMPLE.com. .', 'hostmaster.example.com. .')),
|
|
('RP', ('hostmaster.EXAMPLE.com. .', 'hostmaster.example.com. .')),
|
|
- # ('SMIMEA', ('3 01 0 aaBBccddeeff', '3 1 0 aabbccddeeff')),
|
|
|
|
|
|
+ ('SMIMEA', ('3 01 0 aaBBccddeeff', '3 1 0 aabbccddeeff')),
|
|
('SPF', ('"v=spf1 ip4:10.1" ".1.1 ip4:127" ".0.0.0/16 ip4:192.168.0.0/27 include:example.com -all"',
|
|
('SPF', ('"v=spf1 ip4:10.1" ".1.1 ip4:127" ".0.0.0/16 ip4:192.168.0.0/27 include:example.com -all"',
|
|
'"v=spf1 ip4:10.1" ".1.1 ip4:127" ".0.0.0/16 ip4:192.168.0.0/27 include:example.com -all"')),
|
|
'"v=spf1 ip4:10.1" ".1.1 ip4:127" ".0.0.0/16 ip4:192.168.0.0/27 include:example.com -all"')),
|
|
('SPF', ('"foo" "bar"', '"foo" "bar"')),
|
|
('SPF', ('"foo" "bar"', '"foo" "bar"')),
|
|
@@ -436,7 +436,7 @@ class AuthenticatedRRSetTestCase(AuthenticatedRRSetBaseTestCase):
|
|
],
|
|
],
|
|
'PTR': ['example.com.', '*.example.com.'],
|
|
'PTR': ['example.com.', '*.example.com.'],
|
|
'RP': ['hostmaster.example.com. .'],
|
|
'RP': ['hostmaster.example.com. .'],
|
|
- # 'SMIMEA': ['3 1 0 aabbccddeeff'],
|
|
|
|
|
|
+ 'SMIMEA': ['3 1 0 aabbccddeeff'],
|
|
'SPF': ['"v=spf1 include:example.com ~all"',
|
|
'SPF': ['"v=spf1 include:example.com ~all"',
|
|
'"v=spf1 ip4:10.1.1.1 ip4:127.0.0.0/16 ip4:192.168.0.0/27 include:example.com -all"',
|
|
'"v=spf1 ip4:10.1.1.1 ip4:127.0.0.0/16 ip4:192.168.0.0/27 include:example.com -all"',
|
|
'"spf2.0/pra,mfrom ip6:2001:558:fe14:76:68:87:28:0/120 -all"'],
|
|
'"spf2.0/pra,mfrom ip6:2001:558:fe14:76:68:87:28:0/120 -all"'],
|
|
@@ -487,7 +487,7 @@ class AuthenticatedRRSetTestCase(AuthenticatedRRSetBaseTestCase):
|
|
'OPENPGPKEY': ['1 2 3'],
|
|
'OPENPGPKEY': ['1 2 3'],
|
|
'PTR': ['"example.com."', '10 *.example.com.'],
|
|
'PTR': ['"example.com."', '10 *.example.com.'],
|
|
'RP': ['hostmaster.example.com.', '10 foo.'],
|
|
'RP': ['hostmaster.example.com.', '10 foo.'],
|
|
- # 'SMIMEA': ['3 1 0 aGVsbG8gd29ybGQh'],
|
|
|
|
|
|
+ 'SMIMEA': ['3 1 0 aGVsbG8gd29ybGQh'],
|
|
'SPF': ['"v=spf1', 'v=spf1 include:example.com ~all'],
|
|
'SPF': ['"v=spf1', 'v=spf1 include:example.com ~all'],
|
|
'SRV': ['0 0 0 0', '100 5061 example.com.'],
|
|
'SRV': ['0 0 0 0', '100 5061 example.com.'],
|
|
'SSHFP': ['aabbcceeddff'],
|
|
'SSHFP': ['aabbcceeddff'],
|