X509_STORE_CTX_set0_dane
void X509_STORE_CTX_set0_dane(X509_STORE_CTX *ctx, SSL_DANE *dane);
X509_STORE_CTX_set0_dane(ctx, &s->dane);
X509_STORE_CTX_set0_dane(store_ctx, SSL_get0_dane(ssl));