Go to the source code of this file.
|
OPENSSL_EXPORT void | CONF_modules_free (void) |
|
OPENSSL_EXPORT int | CONF_modules_load_file (const char *filename, const char *appname, unsigned long flags) |
|
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 void | NCONF_free (CONF *conf) |
|
const OPENSSL_EXPORT char * | NCONF_get_string (const CONF *conf, const char *section, const char *name) |
|
OPENSSL_EXPORT int | NCONF_load (CONF *conf, const char *filename, long *out_error_line) |
|
OPENSSL_EXPORT int | NCONF_load_bio (CONF *conf, BIO *bio, long *out_error_line) |
|
OPENSSL_EXPORT CONF * | NCONF_new (void *method) |
|
OPENSSL_EXPORT void | OPENSSL_config (const char *config_name) |
|
OPENSSL_EXPORT void | OPENSSL_no_config (void) |
|
OPENSSL_EXPORT | STACK_OF (CONF_VALUE) *NCONF_get_section(const CONF *conf |
|
◆ 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_EXPANSION_TOO_LONG
#define CONF_R_VARIABLE_EXPANSION_TOO_LONG 106 |
◆ CONF_R_VARIABLE_HAS_NO_VALUE
#define CONF_R_VARIABLE_HAS_NO_VALUE 105 |
◆ CONF_modules_free()
◆ CONF_modules_load_file()
◆ CONF_parse_list()
◆ NCONF_free()
◆ NCONF_get_string()
◆ NCONF_load()
◆ NCONF_load_bio()
◆ NCONF_new()
◆ OPENSSL_config()
◆ OPENSSL_no_config()
◆ STACK_OF()
◆ section