Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c10778 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl_ctx() local
10799 new_store = X509_STORE_new(); in test_set_verify_cert_store_ssl_ctx()
10800 if (!TEST_ptr(new_store)) in test_set_verify_cert_store_ssl_ctx()
10808 if (!TEST_true(SSL_CTX_set1_verify_cert_store(ctx, new_store))) in test_set_verify_cert_store_ssl_ctx()
10821 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore)) in test_set_verify_cert_store_ssl_ctx()
10844 X509_STORE_free(new_store); in test_set_verify_cert_store_ssl_ctx()
10858 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl() local
10884 new_store = X509_STORE_new(); in test_set_verify_cert_store_ssl()
10885 if (!TEST_ptr(new_store)) in test_set_verify_cert_store_ssl()
10893 if (!TEST_true(SSL_set1_verify_cert_store(ssl, new_store))) in test_set_verify_cert_store_ssl()
[all …]

Completed in 57 milliseconds