Searched refs:new_store (Results 1 – 1 of 1) sorted by relevance
10824 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl_ctx() local10845 new_store = X509_STORE_new(); in test_set_verify_cert_store_ssl_ctx()10846 if (!TEST_ptr(new_store)) in test_set_verify_cert_store_ssl_ctx()10854 if (!TEST_true(SSL_CTX_set1_verify_cert_store(ctx, new_store))) in test_set_verify_cert_store_ssl_ctx()10867 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore)) in test_set_verify_cert_store_ssl_ctx()10890 X509_STORE_free(new_store); in test_set_verify_cert_store_ssl_ctx()10904 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl() local10930 new_store = X509_STORE_new(); in test_set_verify_cert_store_ssl()10931 if (!TEST_ptr(new_store)) in test_set_verify_cert_store_ssl()10939 if (!TEST_true(SSL_set1_verify_cert_store(ssl, new_store))) in test_set_verify_cert_store_ssl()[all …]
Completed in 29 milliseconds