Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c9663 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl_ctx() local
9684 new_store = X509_STORE_new(); in test_set_verify_cert_store_ssl_ctx()
9685 if (!TEST_ptr(new_store)) in test_set_verify_cert_store_ssl_ctx()
9693 if (!TEST_true(SSL_CTX_set1_verify_cert_store(ctx, new_store))) in test_set_verify_cert_store_ssl_ctx()
9706 if (!TEST_ptr_eq(store, new_store) || !TEST_ptr_eq(cstore, new_cstore)) in test_set_verify_cert_store_ssl_ctx()
9729 X509_STORE_free(new_store); in test_set_verify_cert_store_ssl_ctx()
9743 X509_STORE *store = NULL, *new_store = NULL, in test_set_verify_cert_store_ssl() local
9769 new_store = X509_STORE_new(); in test_set_verify_cert_store_ssl()
9770 if (!TEST_ptr(new_store)) in test_set_verify_cert_store_ssl()
9778 if (!TEST_true(SSL_set1_verify_cert_store(ssl, new_store))) in test_set_verify_cert_store_ssl()
[all …]

Completed in 34 milliseconds