#include <stdio.h>
#include <stdlib.h>
#include "ssl_locl.h"
#include <openssl/asn1_mac.h>
#include <openssl/objects.h>
#include <openssl/x509.h>
Go to the source code of this file.
Classes | |
struct | ssl_session_asn1_st |
Macros | |
#define | LSIZE2 (sizeof(long)*2) |
Typedefs | |
typedef struct ssl_session_asn1_st | SSL_SESSION_ASN1 |
Functions | |
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 | ||
) |
Definition at line 379 of file ssl_asn1.c.
int i2d_SSL_SESSION | ( | SSL_SESSION * | in, |
unsigned char ** | pp | ||
) |
Definition at line 122 of file ssl_asn1.c.