dane_verify
ret = DANETLS_ENABLED(ctx->dane) ? dane_verify(ctx) : verify_chain(ctx);
static int dane_verify(X509_STORE_CTX *ctx);