verify_chain
return verify_chain(ctx);
ret = DANETLS_ENABLED(ctx->dane) ? dane_verify(ctx) : verify_chain(ctx);
static int verify_chain(X509_STORE_CTX *ctx);
ok = verify_chain(ssl, chain);