Eneboo - Documentación para desarrolladores
Funciones | Variables
Referencia del Archivo src/libdigidoc/openssl/crypto/conf/conf_lib.c
#include <stdio.h>
#include <openssl/crypto.h>
#include <openssl/err.h>
#include <openssl/conf.h>
#include <openssl/conf_api.h>
#include <openssl/lhash.h>

Funciones

void CONF_set_nconf (CONF *conf, LHASH *hash)
int CONF_set_default_method (CONF_METHOD *meth)
LHASHCONF_load (LHASH *conf, const char *file, long *eline)
LHASHCONF_load_fp (LHASH *conf, FILE *fp, long *eline)
LHASHCONF_load_bio (LHASH *conf, BIO *bp, long *eline)
 STACK_OF (CONF_VALUE)
char * CONF_get_string (LHASH *conf, const char *group, const char *name)
long CONF_get_number (LHASH *conf, const char *group, const char *name)
void CONF_free (LHASH *conf)
int CONF_dump_fp (LHASH *conf, FILE *out)
int CONF_dump_bio (LHASH *conf, BIO *out)
CONFNCONF_new (CONF_METHOD *meth)
void NCONF_free (CONF *conf)
void NCONF_free_data (CONF *conf)
int NCONF_load (CONF *conf, const char *file, long *eline)
int NCONF_load_fp (CONF *conf, FILE *fp, long *eline)
int NCONF_load_bio (CONF *conf, BIO *bp, long *eline)
char * NCONF_get_string (const CONF *conf, const char *group, const char *name)
int NCONF_get_number_e (const CONF *conf, const char *group, const char *name, long *result)
int NCONF_dump_fp (const CONF *conf, FILE *out)
int NCONF_dump_bio (const CONF *conf, BIO *out)

Variables

const char CONF_version [] = "CONF" OPENSSL_VERSION_PTEXT

Documentación de las funciones

int CONF_dump_bio ( LHASH conf,
BIO out 
)
int CONF_dump_fp ( LHASH conf,
FILE *  out 
)
void CONF_free ( LHASH conf)
long CONF_get_number ( LHASH conf,
const char *  group,
const char *  name 
)
char* CONF_get_string ( LHASH conf,
const char *  group,
const char *  name 
)
LHASH* CONF_load ( LHASH conf,
const char *  file,
long *  eline 
)
LHASH* CONF_load_bio ( LHASH conf,
BIO bp,
long *  eline 
)
LHASH* CONF_load_fp ( LHASH conf,
FILE *  fp,
long *  eline 
)
int CONF_set_default_method ( CONF_METHOD meth)
void CONF_set_nconf ( CONF conf,
LHASH hash 
)
int NCONF_dump_bio ( const CONF conf,
BIO out 
)
int NCONF_dump_fp ( const CONF conf,
FILE *  out 
)
void NCONF_free ( CONF conf)
void NCONF_free_data ( CONF conf)
int NCONF_get_number_e ( const CONF conf,
const char *  group,
const char *  name,
long *  result 
)
char* NCONF_get_string ( const CONF conf,
const char *  group,
const char *  name 
)
int NCONF_load ( CONF conf,
const char *  file,
long *  eline 
)
int NCONF_load_bio ( CONF conf,
BIO bp,
long *  eline 
)
int NCONF_load_fp ( CONF conf,
FILE *  fp,
long *  eline 
)
CONF* NCONF_new ( CONF_METHOD meth)
STACK_OF ( CONF_VALUE  )

Documentación de las variables

const char CONF_version[] = "CONF" OPENSSL_VERSION_PTEXT
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'