Searched defs:ssl_st (Results 1 – 1 of 1) sorted by relevance
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 …]