Blame doc/enums/dane_state_flags_t

Packit Service 4684c1
Packit Service 4684c1
Packit Service 4684c1
@c dane_state_flags_t
Packit Service 4684c1
@table @code
Packit Service 4684c1
@item DANE_@-F_@-IGNORE_@-LOCAL_@-RESOLVER
Packit Service 4684c1
Many systems are not DNSSEC-ready. In that case the local resolver is ignored, and a direct recursive resolve occurs.
Packit Service 4684c1
@item DANE_@-F_@-INSECURE
Packit Service 4684c1
Ignore any DNSSEC signature verification errors.
Packit Service 4684c1
@item DANE_@-F_@-IGNORE_@-DNSSEC
Packit Service 4684c1
Do not try to initialize DNSSEC as we will not use it (will then not try to load the DNSSEC root certificate).  Useful if the TLSA data does not come from DNS.
Packit Service 4684c1
@end table