Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c10779 *cstore = NULL, *new_cstore = NULL; in test_set_verify_cert_store_ssl_ctx() local
10791 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore))) in test_set_verify_cert_store_ssl_ctx()
10795 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl_ctx()
10818 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore))) in test_set_verify_cert_store_ssl_ctx()
10838 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl_ctx()
10859 *cstore = NULL, *new_cstore = NULL; in test_set_verify_cert_store_ssl() local
10876 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
10880 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl()
10903 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
10920 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
[all …]

Completed in 37 milliseconds