Searched refs:tlsas (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/ldns/
H A Ddane.c507 /* Return tlsas that actually are TLSA resource records with known values
511 ldns_dane_filter_unusable_records(const ldns_rr_list* tlsas) argument
520 for (i = 0; i < ldns_rr_list_rr_count(tlsas); i++) {
521 tlsa_rr = ldns_rr_list_rr(tlsas, i);
702 ldns_dane_verify(ldns_rr_list* tlsas, argument
712 if (tlsas && ldns_rr_list_rr_count(tlsas) > 0) {
713 tlsas = ldns_dane_filter_unusable_records(tlsas);
714 if (! tlsas) {
[all...]
/freebsd-11.0-release/contrib/ldns/ldns/
H A Ddane.h218 * \param[in] tlsas The resource records that specify what and how to
220 * to succeed. With tlsas == NULL or the number of TLSA records
221 * in tlsas == 0, regular PKIX validation is performed.
235 ldns_status ldns_dane_verify(ldns_rr_list* tlsas,

Completed in 56 milliseconds