Searched defs:ssl_st (Results 1 – 1 of 1) sorted by relevance
1071 struct ssl_st { struct1075 int version;1077 const SSL_METHOD *method;1078 const SSL_QUIC_METHOD *quic_method;1084 BIO *rbio; /* used by SSL_read */1085 BIO *wbio; /* used by SSL_write */1086 BIO *bbio; /* used during session-id reuse to concatenate1088 int server; /* are we the server side? - mostly used by SSL_clear*/1090 struct ssl3_state_st *s3; /* SSLv3 variables */1091 struct dtls1_state_st *d1; /* DTLSv1 variables */[all …]