Home
last modified time | relevance | path

Searched refs:OPTOUT (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/bsd/unbound/dist/testdata/
H A Dval_nsec3_entnodata_optout_badopt.rpl149 ; OPTOUT
154 ; the span does not have OPTOUT
168 ; OPTOUT
173 ; the span does not have OPTOUT
H A Dval_nsec3_entnodata_optout.rpl148 ; OPTOUT
153 ; OPTOUT SPAN around it
167 ; OPTOUT
172 ; OPTOUT SPAN around it
H A Dval_nsec3_entnodata_optout_match.rpl148 ; OPTOUT
153 ; OPTOUT
167 ; OPTOUT
172 ; OPTOUT
/netbsd/external/mpl/bind/dist/doc/arm/
H A Ddnssec.inc.rst290 request. The :term:`OPTOUT <Opt-out>` bit in the NSEC3
320 ``NSEC3`` records in the zone have the same ``OPTOUT`` state. :iscman:`named`
322 ``OPTOUT`` state. :iscman:`named` does not support changing the ``OPTOUT``
323 state of an individual ``NSEC3`` record; if the ``OPTOUT`` state of an
414 0x01 OPTOUT
/netbsd/external/mpl/bind/dist/bin/dnssec/
H A Ddnssec-signzone.c106 #define OPTOUT(x) (((x)&DNS_NSEC3FLAG_OPTOUT) != 0) macro
1667 if (!OPTOUT(nsec3flags) || in assignwork()
2462 if (OPTOUT(nsec3flags) && in nsec3ify()
2601 if (OPTOUT(nsec3flags) && in nsec3ify()
3057 OPTOUT(nsec3.flags) ? "" : "out", in set_nsec3params()
3058 OPTOUT(nsec3.flags) ? "AA" : "A", in set_nsec3params()
3059 OPTOUT(nsec3.flags) ? "clear" : "set"); in set_nsec3params()
3468 if (OPTOUT(nsec3flags)) { in main()
H A Ddnssec-signzone.rst342 …This option indicates that, when generating an NSEC3 chain, BIND 9 should set the OPTOUT flag on a…
348 Using this option twice (i.e., ``-AA``) turns the OPTOUT flag off for
350 NSEC3 chain which previously had OPTOUT set.
/netbsd/external/mpl/bind/dist/lib/dns/
H A Dnsec3.c53 #define OPTOUT(x) (((x)&DNS_NSEC3FLAG_OPTOUT) != 0) macro
642 } else if (CREATE(nsec3param->flags) && OPTOUT(flags)) { in dns_nsec3_addnsec3()
693 if (OPTOUT(nsec3.flags)) { in dns_nsec3_addnsec3()
704 if (OPTOUT(nsec3.flags) && unsecure) { in dns_nsec3_addnsec3()
H A Dmessage.c104 #define OPTOUT(x) (((x)->attributes & DNS_RDATASETATTR_OPTOUT) != 0) macro
2140 if (OPTOUT(rdataset)) { in dns_message_rendersection()
H A Drbtdb.c317 #define OPTOUT(header) \ macro
3158 if (OPTOUT(header)) { in bind_rdataset()
/netbsd/external/mpl/bind/dist/
H A DCHANGES26 6157. [bug] When removing delegations in an OPTOUT range
5142 OPTOUT via nsupdate. [RT #42702]
10540 2830. [bug] Changing the OPTOUT setting could take multiple
10554 2825. [bug] Changing the setting of OPTOUT in a NSEC3 chain that
/netbsd/external/bsd/unbound/dist/doc/
H A DChangelog9881 - tests for NSEC3 that wrong use of OPTOUT is bad. For insecure