Lines Matching refs:new_store
9648 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl_ctx() local
9669 new_store = X509_STORE_new(); in test_set_verify_cert_store_ssl_ctx()
9670 if (!TEST_ptr(new_store)) in test_set_verify_cert_store_ssl_ctx()
9678 if (!TEST_true(SSL_CTX_set1_verify_cert_store(ctx, new_store))) in test_set_verify_cert_store_ssl_ctx()
9691 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore)) in test_set_verify_cert_store_ssl_ctx()
9714 X509_STORE_free(new_store); in test_set_verify_cert_store_ssl_ctx()
9728 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl() local
9754 new_store = X509_STORE_new(); in test_set_verify_cert_store_ssl()
9755 if (!TEST_ptr(new_store)) in test_set_verify_cert_store_ssl()
9763 if (!TEST_true(SSL_set1_verify_cert_store(ssl, new_store))) in test_set_verify_cert_store_ssl()
9776 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore)) in test_set_verify_cert_store_ssl()
9799 X509_STORE_free(new_store); in test_set_verify_cert_store_ssl()