Home
last modified time | relevance | path

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

/dragonfly/contrib/ldns/
H A Ddane.c261 X509_STORE* empty_store = NULL; in ldns_dane_pkix_validate_and_get_chain() local
267 store = empty_store = X509_STORE_new(); in ldns_dane_pkix_validate_and_get_chain()
295 if (empty_store) { in ldns_dane_pkix_validate_and_get_chain()
296 X509_STORE_free(empty_store); in ldns_dane_pkix_validate_and_get_chain()
309 X509_STORE* empty_store = NULL; in ldns_dane_pkix_get_chain() local
314 empty_store = X509_STORE_new(); in ldns_dane_pkix_get_chain()
321 } else if (X509_STORE_CTX_init(vrfy_ctx, empty_store, in ldns_dane_pkix_get_chain()
336 X509_STORE_free(empty_store); in ldns_dane_pkix_get_chain()
370 X509_STORE* empty_store = NULL; in ldns_dane_pkix_get_last_self_signed() local
375 empty_store = X509_STORE_new(); in ldns_dane_pkix_get_last_self_signed()
[all …]