|
BIO_f_null(3) -- Null filter
|
BIO_f_null() returns the null filter BIO method. This is a filter BIO that does nothing. All requests to a null filter BIO are passed through to the next BIO in the chain. This means that a BIO chain ... |
BIO_f_ssl(3) -- SSL BIO
|
The BIO_f_ssl() function returns the SSL BIO method. This is a filter BIO which is a wrapper round the OpenSSL SSL routines adding a BIO "flavor" to SSL I/O. I/O performed on an SSL BIO communicates... |
|
BIO_gets(3) -- BIO I/O functions
|
The BIO_read() function attempts to read len bytes from BIO b and places the data in buf. The BIO_gets() function performs the BIOs gets operation and places the data in buf. Usually this operation wi... |
BIO_get_accept_port(3) -- Accept BIO
|
The BIO_s_accept() function returns the accept BIO method. This is a wrapper round the platform's TCP/IP socket accept routines. Using accept BIOs, TCP/IP connections can be accepted and data transfe... |
BIO_get_bind_mode(3) -- Accept BIO
|
The BIO_s_accept() function returns the accept BIO method. This is a wrapper round the platform's TCP/IP socket accept routines. Using accept BIOs, TCP/IP connections can be accepted and data transfe... |
BIO_get_callback(3) -- BIO callback functions
|
BIO_set_callback() and BIO_get_callback() set and retrieve the BIO callback, they are both macros. The callback is called during most high level BIO operations. It can be used for debugging purposes t... |
BIO_get_callback_arg(3) -- BIO callback functions
|
BIO_set_callback() and BIO_get_callback() set and retrieve the BIO callback, they are both macros. The callback is called during most high level BIO operations. It can be used for debugging purposes t... |
BIO_get_cipher_ctx(3) -- Cipher BIO filter
|
The BIO_f_cipher() function returns the cipher BIO method. This is a filter BIO that encrypts any data written through it, and decrypts any data read from it. It is a BIO wrapper for the EVP_CipherIni... |
BIO_get_cipher_status(3) -- Cipher BIO filter
|
The BIO_f_cipher() function returns the cipher BIO method. This is a filter BIO that encrypts any data written through it, and decrypts any data read from it. It is a BIO wrapper for the EVP_CipherIni... |
BIO_get_close(3) -- BIO control operations
|
The BIO_ctrl(), BIO_callback_ctrl(), BIO_ptr_ctrl(), and BIO_int_ctrl() functions are BIO control operations taking arguments of various types. These functions are not usually called directly; various... |
BIO_get_conn_hostname(3) -- Connect BIO
|
The BIO_s_connect() function returns the connect BIO method. This is a wrapper round the platform's TCP/IP socket connection routines. Using connect BIOs TCP/IP connections can be made and data trans... |
BIO_get_conn_int_port(3) -- Connect BIO
|
The BIO_s_connect() function returns the connect BIO method. This is a wrapper round the platform's TCP/IP socket connection routines. Using connect BIOs TCP/IP connections can be made and data trans... |
BIO_get_conn_ip(3) -- Connect BIO
|
The BIO_s_connect() function returns the connect BIO method. This is a wrapper round the platform's TCP/IP socket connection routines. Using connect BIOs TCP/IP connections can be made and data trans... |
BIO_get_conn_port(3) -- Connect BIO
|
The BIO_s_connect() function returns the connect BIO method. This is a wrapper round the platform's TCP/IP socket connection routines. Using connect BIOs TCP/IP connections can be made and data trans... |
BIO_get_fd(3) -- File descriptor BIO
|
The BIO_s_fd() function returns the file descriptor BIO method. This is a wrapper around the platform's file descriptor routines, such as read() and write(). The BIO_read() and BIO_write() functions ... |