#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <errno.h>
#include <openssl/crypto.h>
#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/ssl.h>
Go to the source code of this file.
Classes | |
struct | bio_ssl_st |
Typedefs | |
typedef struct bio_ssl_st | BIO_SSL |
Functions | |
BIO_METHOD * | BIO_f_ssl (void) |
BIO * | BIO_new_buffer_ssl_connect (SSL_CTX *ctx) |
BIO * | BIO_new_ssl_connect (SSL_CTX *ctx) |
BIO * | BIO_new_ssl (SSL_CTX *ctx, int client) |
int | BIO_ssl_copy_session_id (BIO *t, BIO *f) |
void | BIO_ssl_shutdown (BIO *b) |
typedef struct bio_ssl_st BIO_SSL |
BIO_METHOD* BIO_f_ssl | ( | void | ) |