Home
last modified time | relevance | path

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

/openssl/test/
H A Dsslapitest.c9664 *cstore = NULL, *new_cstore = NULL; in test_set_verify_cert_store_ssl_ctx() local
9676 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore))) in test_set_verify_cert_store_ssl_ctx()
9680 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl_ctx()
9703 if (!TEST_true(SSL_CTX_get0_chain_cert_store(ctx, &cstore))) in test_set_verify_cert_store_ssl_ctx()
9723 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl_ctx()
9744 *cstore = NULL, *new_cstore = NULL; in test_set_verify_cert_store_ssl() local
9761 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
9765 if (!TEST_ptr_null(store) || !TEST_ptr_null(cstore)) in test_set_verify_cert_store_ssl()
9788 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
9805 if (!TEST_true(SSL_get0_chain_cert_store(ssl, &cstore))) in test_set_verify_cert_store_ssl()
[all …]

Completed in 61 milliseconds