|
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 ... |
BIO_get_fp(3) -- FILE bio
|
The BIO_s_file() function returns the BIO file method. As its name implies it is a wrapper round the stdio FILE structure and it is a source/sink BIO. Calls to BIO_read() and BIO_write() read and writ... |
BIO_get_info_callback(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_md(3) -- Message digest BIO filter
|
BIO_f_md() returns the message digest BIO method. This is a filter BIO that digests any data passed through it, it is a BIO wrapper for the EVP_DigestInit(), EVP_DigestUpdate(), and EVP_DigestFinal() ... |
BIO_get_md_ctx(3) -- Message digest BIO filter
|
BIO_f_md() returns the message digest BIO method. This is a filter BIO that digests any data passed through it, it is a BIO wrapper for the EVP_DigestInit(), EVP_DigestUpdate(), and EVP_DigestFinal() ... |
BIO_get_mem_data(3) -- Memory BIO
|
BIO_s_mem() return the memory BIO method function. A memory BIO is a source/sink BIO which uses memory for its I/O. Data written to a memory BIO is stored in a BUF_MEM structure which is extended as a... |
BIO_get_mem_ptr(3) -- Memory BIO
|
BIO_s_mem() return the memory BIO method function. A memory BIO is a source/sink BIO which uses memory for its I/O. Data written to a memory BIO is stored in a BUF_MEM structure which is extended as a... |
BIO_get_num_renegotiates(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_get_read_request(3) -- BIO pair BIO
|
The BIO_s_bio() function returns the method for a BIO pair. A BIO pair is a pair of source/sink BIOs where data written to either half of the pair is buffered and can be read from the other half. Both... |
BIO_get_retry_BIO(3) -- BIO retry functions
|
These functions determine why a BIO is not able to read or write data. They will typically be called after a failed BIO_read() or BIO_write() call. The BIO_should_retry() function is true if the call ... |
BIO_get_retry_reason(3) -- BIO retry functions
|
These functions determine why a BIO is not able to read or write data. They will typically be called after a failed BIO_read() or BIO_write() call. The BIO_should_retry() function is true if the call ... |