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 …]
841 struct ssl_ctx_st { struct842 OSSL_LIB_CTX *libctx;844 const SSL_METHOD *method;850 struct x509_store_st /* X509_STORE */ *cert_store;856 size_t session_cache_size;857 struct ssl_session_st *session_cache_head;881 void (*remove_session_cb) (struct ssl_ctx_st *ctx, SSL_SESSION *sess); argument882 SSL_SESSION *(*get_session_cb) (struct ssl_st *ssl,885 struct {903 } stats;[all …]
1182 class ssl_ctx_st(Structure): class