Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include <stdlib.h>
#include "ssl_locl.h"
#include <openssl/asn1_mac.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
Clases | |
struct | ssl_session_asn1_st |
'defines' | |
#define | LSIZE2 (sizeof(long)*2) |
'typedefs' | |
typedef struct ssl_session_asn1_st | SSL_SESSION_ASN1 |
Funciones | |
int | i2d_SSL_SESSION (SSL_SESSION *in, unsigned char **pp) |
SSL_SESSION * | d2i_SSL_SESSION (SSL_SESSION **a, const unsigned char **pp, long length) |
#define LSIZE2 (sizeof(long)*2) |
typedef struct ssl_session_asn1_st SSL_SESSION_ASN1 |
SSL_SESSION* d2i_SSL_SESSION | ( | SSL_SESSION ** | a, |
const unsigned char ** | pp, | ||
long | length | ||
) |
int i2d_SSL_SESSION | ( | SSL_SESSION * | in, |
unsigned char ** | pp | ||
) |