Go to the source code of this file.
Typedefs | |
typedef io_ssl_s | io_ssl_t |
Functions | |
int | io_ssl_get_SSL (io_t *io, SSL **pssl) |
int | io_ssl_create (int fd, int flags, SSL_CTX *ssl_ctx, io_t **pio) |
|
Definition at line 27 of file iossl.c. Referenced by io_ssl_create(), and io_ssl_get_SSL(). |
|
Definition at line 107 of file iossl.c. References io_create, io_free(), io_ssl_t, io_t, io_s::is_secure, io_s::read, io_s::size, io_s::term, and io_s::write. |
|
|