Home
last modified time | relevance | path

Searched refs:DANE_F_IGNORE_LOCAL_RESOLVER (Results 1 – 5 of 5) sorted by relevance

/dports/security/gnutls/gnutls-3.6.16/libdane/includes/gnutls/
H A Ddane.h102 DANE_F_IGNORE_LOCAL_RESOLVER = 1, enumerator
/dports/security/gnutls/gnutls-3.6.16/tests/
H A Ddane.c521 ret = dane_state_init(&s, DANE_F_IGNORE_LOCAL_RESOLVER); in dane_raw_check()
/dports/security/gnutls/gnutls-3.6.16/src/
H A Ddanetool.c206 unsigned int flags = DANE_F_IGNORE_LOCAL_RESOLVER, i; in dane_check()
H A Dcli.c511 DANE_F_IGNORE_LOCAL_RESOLVER; in cert_verify_callback()
/dports/security/gnutls/gnutls-3.6.16/libdane/
H A Ddane.c250 if (!(flags & DANE_F_IGNORE_LOCAL_RESOLVER)) { in dane_state_init()