Eneboo - Documentación para desarrolladores
|
#include <stdio.h>
#include <time.h>
#include <errno.h>
#include "cryptlib.h"
#include <openssl/lhash.h>
#include <openssl/buffer.h>
#include <openssl/x509.h>
#include <openssl/pem.h>
Funciones | |
X509_LOOKUP_METHOD * | X509_LOOKUP_file (void) |
int | X509_load_cert_file (X509_LOOKUP *ctx, const char *file, int type) |
int | X509_load_crl_file (X509_LOOKUP *ctx, const char *file, int type) |
int | X509_load_cert_crl_file (X509_LOOKUP *ctx, const char *file, int type) |
Variables | |
X509_LOOKUP_METHOD | x509_file_lookup |
int X509_load_cert_crl_file | ( | X509_LOOKUP * | ctx, |
const char * | file, | ||
int | type | ||
) |
int X509_load_cert_file | ( | X509_LOOKUP * | ctx, |
const char * | file, | ||
int | type | ||
) |
int X509_load_crl_file | ( | X509_LOOKUP * | ctx, |
const char * | file, | ||
int | type | ||
) |
X509_LOOKUP_METHOD* X509_LOOKUP_file | ( | void | ) |