Funciones |
void | CONF_set_nconf (CONF *conf, LHASH *hash) |
int | CONF_set_default_method (CONF_METHOD *meth) |
LHASH * | CONF_load (LHASH *conf, const char *file, long *eline) |
LHASH * | CONF_load_fp (LHASH *conf, FILE *fp, long *eline) |
LHASH * | CONF_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) |
CONF * | NCONF_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 |