Go to the source code of this file.
|
OPENSSL_EXPORT CONF * | NCONF_new (void *method) |
|
OPENSSL_EXPORT void | NCONF_free (CONF *conf) |
|
int | NCONF_load (CONF *conf, const char *filename, long *out_error_line) |
|
int | NCONF_load_bio (CONF *conf, BIO *bio, long *out_error_line) |
|
| STACK_OF (CONF_VALUE) *NCONF_get_section(const CONF *conf |
|
const char * | NCONF_get_string (const CONF *conf, const char *section, const char *name) |
|
int | CONF_parse_list (const char *list, char sep, int remove_whitespace, int(*list_cb)(const char *elem, int len, void *usr), void *arg) |
|
OPENSSL_EXPORT int | CONF_modules_load_file (CONF_MUST_BE_NULL *filename, const char *appname, unsigned long flags) |
|
OPENSSL_EXPORT void | CONF_modules_free (void) |
|
OPENSSL_EXPORT void | OPENSSL_config (CONF_MUST_BE_NULL *config_name) |
|
OPENSSL_EXPORT void | OPENSSL_no_config (void) |
|
◆ CONF_MFLAGS_DEFAULT_SECTION
#define CONF_MFLAGS_DEFAULT_SECTION 0 |
◆ CONF_MFLAGS_IGNORE_MISSING_FILE
#define CONF_MFLAGS_IGNORE_MISSING_FILE 0 |
◆ CONF_R_LIST_CANNOT_BE_NULL
#define CONF_R_LIST_CANNOT_BE_NULL 100 |
◆ CONF_R_MISSING_CLOSE_SQUARE_BRACKET
#define CONF_R_MISSING_CLOSE_SQUARE_BRACKET 101 |
◆ CONF_R_MISSING_EQUAL_SIGN
#define CONF_R_MISSING_EQUAL_SIGN 102 |
◆ CONF_R_NO_CLOSE_BRACE
#define CONF_R_NO_CLOSE_BRACE 103 |
◆ CONF_R_UNABLE_TO_CREATE_NEW_SECTION
#define CONF_R_UNABLE_TO_CREATE_NEW_SECTION 104 |
◆ CONF_R_VARIABLE_HAS_NO_VALUE
#define CONF_R_VARIABLE_HAS_NO_VALUE 105 |
◆ CONF_MUST_BE_NULL
◆ CONF_modules_free()
◆ CONF_modules_load_file()
◆ CONF_parse_list()
int CONF_parse_list |
( |
const char * |
list, |
|
|
char |
sep, |
|
|
int |
remove_whitespace, |
|
|
int(*)(const char *elem, int len, void *usr) |
list_cb, |
|
|
void * |
arg |
|
) |
| |
◆ NCONF_free()
◆ NCONF_get_string()
const char* NCONF_get_string |
( |
const CONF * |
conf, |
|
|
const char * |
section, |
|
|
const char * |
name |
|
) |
| |
◆ NCONF_load()
int NCONF_load |
( |
CONF * |
conf, |
|
|
const char * |
filename, |
|
|
long * |
out_error_line |
|
) |
| |
◆ NCONF_load_bio()
int NCONF_load_bio |
( |
CONF * |
conf, |
|
|
BIO * |
bio, |
|
|
long * |
out_error_line |
|
) |
| |
◆ NCONF_new()
◆ OPENSSL_config()
◆ OPENSSL_no_config()
◆ STACK_OF()
◆ section