SSL_CTX_set1_verify_cert_store
if (SSL_CTX_set1_verify_cert_store(ctx, vfy) == 0)
if (!TEST_true(SSL_CTX_set1_verify_cert_store(ctx, new_store)))
if (!TEST_true(SSL_CTX_set1_verify_cert_store(ctx, NULL)))