SSL_get_rbio 3 2001-04-11 0.9.9-dev OpenSSL

NAME

SSL_get_rbio - get BIO linked to an SSL object

LIBRARY

libcrypto, -lcrypto

SYNOPSIS


 #include 


 BIO *SSL_get_rbio(SSL *ssl);
 BIO *SSL_get_wbio(SSL *ssl);

DESCRIPTION

_S_S_L___g_e_t___r_b_i_o_(_) and _S_S_L___g_e_t___w_b_i_o_(_) return pointers to the BIOs for the read or the write channel, which can be different. The reference count of the BIO is not incremented.

RETURN VALUES

The following return values can occur:
NULL No BIO was connected to the SSL object
Any other pointer The BIO linked to ssssll.

SEE ALSO

_S_S_L___s_e_t___b_i_o(3), _s_s_l(3) , _o_p_e_n_s_s_l___b_i_o(3)