Searched defs:ssl_st (Results 1 – 4 of 4) sorted by relevance
203 struct ssl_st struct206 int version;208 unsigned long options;211 int shutdown;213 CERT *cert;215 X509 *client_CA;217 SSL_CTX *ctx;219 const SSL_METHOD *method;221 const char **alpn_protos;223 RECORD_LAYER rlayer;[all …]
1236 struct ssl_st { struct1241 int version;1243 const SSL_METHOD *method;1249 BIO *rbio;1251 BIO *wbio;1253 BIO *bbio;1259 int rwstate;1260 int (*handshake_func) (SSL *);1269 int server;1276 int new_session;[all …]
1212 struct ssl_st { struct1217 int version;1219 const SSL_METHOD *method;1225 BIO *rbio;1227 BIO *wbio;1229 BIO *bbio;1235 int rwstate;1236 int (*handshake_func) (SSL *);1245 int server;1252 int new_session;[all …]
1161 class ssl_st(Structure): class