SSL_get_rbio(3) OpenSSL SSL_get_rbio(3) NNAAMMEE SSL_get_rbio - get BIO linked to an SSL object SSYYNNOOPPSSIISS #include BIO *SSL_get_rbio(SSL *ssl); BIO *SSL_get_wbio(SSL *ssl); DDEESSCCRRIIPPTTIIOONN _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. RREETTUURRNN VVAALLUUEESS The following return values can occur: NULL No BIO was connected to the SSL object Any other pointer The BIO linked to ssssll. SSEEEE AALLSSOO _S_S_L___s_e_t___b_i_o(3), _s_s_l(3) , _b_i_o(3) 1.0.2u 2019-12-20 SSL_get_rbio(3)