Searched defs:ssl_ctx_st (Results 1 – 3 of 3) sorted by relevance
170 struct ssl_ctx_st struct172 int version;174 int references;176 unsigned long options;178 const SSL_METHOD *method;180 CERT *cert;182 X509 *client_CA;184 const char **alpn_protos;186 next_proto_cb alpn_cb;188 int verify_mode;[all …]
735 struct ssl_ctx_st { struct736 const SSL_METHOD *method;742 struct x509_store_st /* X509_STORE */ *cert_store;748 size_t session_cache_size;749 struct ssl_session_st *session_cache_head;773 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); argument774 SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl,777 struct {795 } stats;797 CRYPTO_REF_COUNT references;[all …]
1182 class ssl_ctx_st(Structure): class