iossl.c File Reference

Go to the source code of this file.

Typedefs

typedef struct 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, int client_mode, SSL_CTX *ssl_ctx, io_t **pio)

Typedef Documentation

typedef struct io_ssl_s io_ssl_t

Definition at line 27 of file iossl.c.


Function Documentation

int io_ssl_create ( int  fd,
int  flags,
int  client_mode,
SSL_CTX *  ssl_ctx,
io_t **  pio 
)

Definition at line 167 of file iossl.c.

int io_ssl_get_SSL ( io_t io,
SSL **  pssl 
)

Definition at line 32 of file iossl.c.