Searched defs:ssl_st (Results 1 – 2 of 2) sorted by relevance
1107 struct ssl_st struct1112 int version;1113 int type; /* SSL_ST_CONNECT or SSL_ST_ACCEPT */1115 const SSL_METHOD *method; /* SSLv3 */1122 BIO *rbio; /* used by SSL_read */1123 BIO *wbio; /* used by SSL_write */1124 BIO *bbio; /* used during session-id reuse to concatenate1127 char *rbio; /* used by SSL_read */1128 char *wbio; /* used by SSL_write */1129 char *bbio;[all …]