Home
last modified time | relevance | path

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

/openssl/test/
H A Dct_test.c36 CTLOG_STORE* ctlog_store; member
68 if (!TEST_ptr(fixture->ctlog_store = CTLOG_STORE_new()) in set_up()
70 CTLOG_STORE_load_default_file(fixture->ctlog_store), 1)) in set_up()
76 CTLOG_STORE_free(fixture->ctlog_store); in set_up()
85 CTLOG_STORE_free(fixture->ctlog_store); in tear_down()
247 ct_policy_ctx, fixture->ctlog_store); in execute_cert_test()
/openssl/ssl/
H A Dssl_lib.c3934 ret->ctlog_store = CTLOG_STORE_new_ex(libctx, propq); in SSL_CTX_new_ex()
3935 if (ret->ctlog_store == NULL) { in SSL_CTX_new_ex()
4179 CTLOG_STORE_free(a->ctlog_store); in SSL_CTX_free()
6407 SSL_CONNECTION_GET_CTX(s)->ctlog_store); in ssl_validate_ct()
6488 return CTLOG_STORE_load_default_file(ctx->ctlog_store); in SSL_CTX_set_default_ctlog_list_file()
6493 return CTLOG_STORE_load_file(ctx->ctlog_store, path); in SSL_CTX_set_ctlog_list_file()
6498 CTLOG_STORE_free(ctx->ctlog_store); in SSL_CTX_set0_ctlog_store()
6499 ctx->ctlog_store = logs; in SSL_CTX_set0_ctlog_store()
6504 return ctx->ctlog_store; in SSL_CTX_get0_ctlog_store()
H A Dssl_local.h947 CTLOG_STORE *ctlog_store; /* CT Log Store */ member

Completed in 53 milliseconds