Go to the source code of this file.
Functions | |
const BIO_METHOD * | BIO_f_ssl (void) |
long | BIO_set_ssl (BIO *bio, SSL *ssl, int take_owership) |
static SSL * | get_ssl (BIO *bio) |
static long | ssl_callback_ctrl (BIO *bio, int cmd, bio_info_cb fp) |
static long | ssl_ctrl (BIO *bio, int cmd, long num, void *ptr) |
static int | ssl_free (BIO *bio) |
static int | ssl_new (BIO *bio) |
static int | ssl_read (BIO *bio, char *out, int outl) |
static int | ssl_write (BIO *bio, const char *out, int outl) |
Variables | |
static const BIO_METHOD | ssl_method |
const BIO_METHOD* BIO_f_ssl | ( | void | ) |
Definition at line 188 of file bio_ssl.cc.
Definition at line 190 of file bio_ssl.cc.
Definition at line 15 of file bio_ssl.cc.
|
static |
Definition at line 168 of file bio_ssl.cc.
Definition at line 93 of file bio_ssl.cc.
Definition at line 153 of file bio_ssl.cc.
Definition at line 149 of file bio_ssl.cc.
Definition at line 19 of file bio_ssl.cc.
Definition at line 59 of file bio_ssl.cc.
|
static |
Definition at line 183 of file bio_ssl.cc.