Home
last modified time | relevance | path

Searched refs:new_store (Results 1 – 1 of 1) sorted by relevance

/openssl/test/
H A Dsslapitest.c10773 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl_ctx() local
10794 new_store = X509_STORE_new(); in test_set_verify_cert_store_ssl_ctx()
10795 if (!TEST_ptr(new_store)) in test_set_verify_cert_store_ssl_ctx()
10803 if (!TEST_true(SSL_CTX_set1_verify_cert_store(ctx, new_store))) in test_set_verify_cert_store_ssl_ctx()
10816 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore)) in test_set_verify_cert_store_ssl_ctx()
10839 X509_STORE_free(new_store); in test_set_verify_cert_store_ssl_ctx()
10853 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl() local
10879 new_store = X509_STORE_new(); in test_set_verify_cert_store_ssl()
10880 if (!TEST_ptr(new_store)) in test_set_verify_cert_store_ssl()
10888 if (!TEST_true(SSL_set1_verify_cert_store(ssl, new_store))) in test_set_verify_cert_store_ssl()
[all …]

Completed in 29 milliseconds