add additional CAA tests

This commit is contained in:
silverwind 2017-08-12 18:24:38 +02:00
parent c1e94b5d69
commit a69aaa1023
No known key found for this signature in database
GPG Key ID: 2E62B41C93869443

View File

@ -47,6 +47,8 @@ tape('srv', function (t) {
tape('caa', function (t) {
testEncoder(t, packet.caa, {flags: 128, tag: 'issue', value: 'letsencrypt.org', issuerCritical: true})
testEncoder(t, packet.caa, {tag: 'issue', value: 'letsencrypt.org', issuerCritical: true})
testEncoder(t, packet.caa, {tag: 'issue', value: 'letsencrypt.org'})
t.end()
})