Searched defs:ssl_ctx_st (Results 1 – 5 of 5) sorted by relevance
166 struct ssl_ctx_st struct168 int version;170 int references;172 unsigned long options;174 const SSL_METHOD *method;176 CERT *cert;178 X509 *client_CA;180 const char **alpn_protos;182 next_proto_cb alpn_cb;184 int verify_mode;[all …]
1182 class ssl_ctx_st(Structure): class
557 ssl_ctx_st::ssl_ctx_st(const SSL_METHOD *ssl_method) in ssl_ctx_st() function in ssl_ctx_st