| Used As |
Name |
Used In |
|
PARAM |
store |
SSL_CTX_set_cert_store (
SSL_CTX* ctx,
X509_STORE* store
) »
|
|
RETURN |
|
SSL_CTX_get_cert_store (
SSL_CTX const* ctx
) »
|
|
FIELD |
.chain_store |
struct cert_st {
...
int(*)(SSL*, void*) cert_cb,
void* cert_cb_arg,
X509_STORE* chain_store,
X509_STORE* verify_store,
unsigned char* ciphers_raw,
size_t ciphers_rawlen,
struct custom_ext_methods cli_ext,
struct custom_ext_methods srv_ext,
int references
} »
|
|
FIELD |
.verify_store |
struct cert_st {
...
void* cert_cb_arg,
X509_STORE* chain_store,
X509_STORE* verify_store,
unsigned char* ciphers_raw,
size_t ciphers_rawlen,
struct custom_ext_methods cli_ext,
struct custom_ext_methods srv_ext,
int references
} »
|
|
FIELD |
.ctx |
struct x509_store_ctx_st {
X509_STORE* ctx,
int current_method,
X509* cert,
...
} »
|
|
FIELD |
.cert_store |
struct ssl_ctx_st {
SSL_METHOD const* method,
struct stack_st_SSL_CIPHER* cipher_list,
struct stack_st_SSL_CIPHER* cipher_list_by_id,
struct x509_store_st* cert_store,
struct lhash_st_SSL_SESSION* sessions,
unsigned long session_cache_size,
...
} »
|