skip book previous and next navigation links
go up to top of book: HP Open Source Security for OpenVMS Volume 2:... HP Open Source Security for OpenVMS Volume 2:...
go to beginning of reference: SSL Application Programming Interface (API) Reference SSL Application Programming Interface (API) Reference
go to previous page: SSL_get_peer_certificate SSL_get_peer_certificate
go to next page: SSL_get_sessionSSL_get_session
end of book navigation links


SSL_get_rbio
Description
Return Values
See Also
 

NAME

SSL_get_rbio - get BIO linked to an SSL object

Synopsis  

#include <openssl/ssl.h>
BIO *SSL_get_rbio(SSL *ssl);
BIO *SSL_get_wbio(SSL *ssl);


return to top DESCRIPTION  

SSL_get_rbio() and SSL_get_wbio() 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 to top RETURN VALUES  

The following return values can occur:


return to top SEE ALSO  

SSL_set_bio(3) , ssl(3) , bio(3)
go to previous page: SSL_get_peer_certificate SSL_get_peer_certificate
go to next page: SSL_get_sessionSSL_get_session