Searched refs:OPTOUT (Results 1 – 11 of 11) sorted by relevance
149 ; OPTOUT154 ; the span does not have OPTOUT168 ; OPTOUT173 ; the span does not have OPTOUT
148 ; OPTOUT153 ; OPTOUT SPAN around it167 ; OPTOUT172 ; OPTOUT SPAN around it
148 ; OPTOUT153 ; OPTOUT167 ; OPTOUT172 ; OPTOUT
290 request. The :term:`OPTOUT <Opt-out>` bit in the NSEC3320 ``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 an414 0x01 OPTOUT
106 #define OPTOUT(x) (((x)&DNS_NSEC3FLAG_OPTOUT) != 0) macro1667 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()
342 …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 for350 NSEC3 chain which previously had OPTOUT set.
53 #define OPTOUT(x) (((x)&DNS_NSEC3FLAG_OPTOUT) != 0) macro642 } 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()
104 #define OPTOUT(x) (((x)->attributes & DNS_RDATASETATTR_OPTOUT) != 0) macro2140 if (OPTOUT(rdataset)) { in dns_message_rendersection()
317 #define OPTOUT(header) \ macro3158 if (OPTOUT(header)) { in bind_rdataset()
26 6157. [bug] When removing delegations in an OPTOUT range5142 OPTOUT via nsupdate. [RT #42702]10540 2830. [bug] Changing the OPTOUT setting could take multiple10554 2825. [bug] Changing the setting of OPTOUT in a NSEC3 chain that
9881 - tests for NSEC3 that wrong use of OPTOUT is bad. For insecure