Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c10825 *cstore = NULL, *new_cstore = NULL; in test_set_verify_cert_store_ssl_ctx() local
10837 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore))) in test_set_verify_cert_store_ssl_ctx()
10841 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl_ctx()
10864 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore))) in test_set_verify_cert_store_ssl_ctx()
10884 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl_ctx()
10905 *cstore = NULL, *new_cstore = NULL; in test_set_verify_cert_store_ssl() local
10922 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
10926 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl()
10949 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
10966 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
[all …]

Completed in 29 milliseconds