Eneboo - Documentación para desarrolladores
|
#include <stdlib.h>
#include <stdio.h>
#include <iodef.h>
#include <descrip.h>
#include <string.h>
#include <errno.h>
#include "e_os.h"
#include <openssl/buffer.h>
#include <openssl/x509.h>
#include <openssl/ssl.h>
#include <openssl/err.h>
Clases | |
struct | rpc_msg |
struct | io_status |
'defines' | |
#define | TEST_SERVER_CERT "SSL_SERVER_CERTIFICATE" |
#define | RPC_HDR_SIZE (sizeof(struct rpc_msg) - 4092) |
'typedefs' | |
typedef unsigned short | io_channel |
Funciones | |
int SYS | $QIOW () |
int SYS SYS | $ASSIGN () |
int LIB | $INIT_TIMER () |
int LIB LIB | $SHOW_TIMER () |
int MS_CALLBACK | verify_callback (int ok, X509 *xs, X509 *xi, int depth, int error) |
BIO_METHOD * | BIO_s_rtcp () |
int | doit (io_channel chan, SSL_CTX *s_ctx) |
int | main (int argc, char **argv) |
Variables | |
BIO * | bio_err = NULL |
BIO * | bio_stdout = NULL |
int | verbose = 1 |
#define RPC_HDR_SIZE (sizeof(struct rpc_msg) - 4092) |
#define TEST_SERVER_CERT "SSL_SERVER_CERTIFICATE" |
typedef unsigned short io_channel |
int SYS SYS $ASSIGN | ( | ) |
int LIB $INIT_TIMER | ( | ) |
int SYS $QIOW | ( | ) |
int LIB LIB $SHOW_TIMER | ( | ) |
BIO_METHOD* BIO_s_rtcp | ( | ) |
int doit | ( | io_channel | chan, |
SSL_CTX * | s_ctx | ||
) |
BIO* bio_stdout = NULL |