Searched defs:ssl_connection_st (Results 1 – 1 of 1) sorted by relevance
1244 struct ssl_connection_st { struct1246 struct ssl_st ssl;1252 SSL *user_ssl;1258 int version;1264 BIO *rbio;1266 BIO *wbio;1268 BIO *bbio;1274 int rwstate;1275 int (*handshake_func) (SSL *);1284 int server;[all …]