deimos.openssl.conf

Undocumented in source.

Public Imports

deimos.openssl.bio
public import deimos.openssl.bio;
Undocumented in source.
deimos.openssl.lhash
public import deimos.openssl.lhash;
Undocumented in source.
deimos.openssl.stack
public import deimos.openssl.stack;
Undocumented in source.
deimos.openssl.safestack
public import deimos.openssl.safestack;
Undocumented in source.
deimos.openssl.e_os2
public import deimos.openssl.e_os2;
Undocumented in source.
deimos.openssl.ossl_typ
public import deimos.openssl.ossl_typ;
Undocumented in source.

Members

Aliases

CONF_IMODULE
alias CONF_IMODULE = conf_imodule_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_METHOD
alias CONF_METHOD = conf_method_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_MODULE
alias CONF_MODULE = conf_module_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_get_number
alias NCONF_get_number = NCONF_get_number_e
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
conf_finish_func
alias conf_finish_func = typeof(*(ExternC!(void function(CONF_IMODULE* md))).init)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
conf_init_func
alias conf_init_func = typeof(*(ExternC!(int function(CONF_IMODULE* md, const(CONF)* cnf))).init)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Functions

CONF_dump_bio
int CONF_dump_bio(LHASH_OF!(CONF_VALUE)* conf, BIO* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_dump_fp
int CONF_dump_fp(LHASH_OF!(CONF_VALUE)* conf, FILE* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_free
void CONF_free(LHASH_OF!(CONF_VALUE)* conf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_get1_default_config_file
char* CONF_get1_default_config_file()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_get_number
c_long CONF_get_number(LHASH_OF!(CONF_VALUE)* conf, const(char)* group, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_get_section
STACK_OF!(CONF_VALUE)* CONF_get_section(LHASH_OF!(CONF_VALUE)* conf, const(char)* section)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_get_string
char* CONF_get_string(LHASH_OF!(CONF_VALUE)* conf, const(char)* group, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_imodule_get_flags
c_ulong CONF_imodule_get_flags(const(CONF_IMODULE)* md)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_imodule_get_module
CONF_MODULE* CONF_imodule_get_module(const(CONF_IMODULE)* md)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_imodule_get_name
const(char)* CONF_imodule_get_name(const(CONF_IMODULE)* md)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_imodule_get_usr_data
void* CONF_imodule_get_usr_data(const(CONF_IMODULE)* md)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_imodule_get_value
const(char)* CONF_imodule_get_value(const(CONF_IMODULE)* md)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_imodule_set_flags
void CONF_imodule_set_flags(CONF_IMODULE* md, c_ulong flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_imodule_set_usr_data
void CONF_imodule_set_usr_data(CONF_IMODULE* md, void* usr_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_load
LHASH_OF!(CONF_VALUE)* CONF_load(LHASH_OF!(CONF_VALUE)* conf, const(char)* file, c_long* eline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_load_bio
LHASH_OF!(CONF_VALUE)* CONF_load_bio(LHASH_OF!(CONF_VALUE)* conf, BIO* bp, c_long* eline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_load_fp
LHASH_OF!(CONF_VALUE)* CONF_load_fp(LHASH_OF!(CONF_VALUE)* conf, FILE* fp, c_long* eline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_module_add
int CONF_module_add(const(char)* name, conf_init_func* ifunc, conf_finish_func* ffunc)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_module_get_usr_data
void* CONF_module_get_usr_data(CONF_MODULE* pmod)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_module_set_usr_data
void CONF_module_set_usr_data(CONF_MODULE* pmod, void* usr_data)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_modules_finish
void CONF_modules_finish()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_modules_free
void CONF_modules_free()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_modules_load
int CONF_modules_load(const(CONF)* cnf, const(char)* appname, c_ulong flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_modules_load_file
int CONF_modules_load_file(const(char)* filename, const(char)* appname, c_ulong flags)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_modules_unload
void CONF_modules_unload(int all)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_parse_list
int CONF_parse_list(const(char)* list, int sep, int nospc, ExternC!(int function(const(char)* elem, int len, void* usr)) list_cb, void* arg)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_set_default_method
int CONF_set_default_method(CONF_METHOD* meth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_set_nconf
void CONF_set_nconf(CONF* conf, LHASH_OF!(CONF_VALUE)* hash)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
ERR_load_CONF_strings
void ERR_load_CONF_strings()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_WIN32
CONF_METHOD* NCONF_WIN32()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_XML
CONF_METHOD* NCONF_XML()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_default
CONF_METHOD* NCONF_default()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_dump_bio
int NCONF_dump_bio(const(CONF)* conf, BIO* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_dump_fp
int NCONF_dump_fp(const(CONF)* conf, FILE* out_)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_free
void NCONF_free(CONF* conf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_free_data
void NCONF_free_data(CONF* conf)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_get_number
c_long NCONF_get_number(CONF* conf, char* group, char* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_get_number_e
int NCONF_get_number_e(const(CONF)* conf, const(char)* group, const(char)* name, c_long* result)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_get_section
STACK_OF!(CONF_VALUE)* NCONF_get_section(const(CONF)* conf, const(char)* section)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_get_string
char* NCONF_get_string(const(CONF)* conf, const(char)* group, const(char)* name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_load
int NCONF_load(CONF* conf, const(char)* file, c_long* eline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_load_bio
int NCONF_load_bio(CONF* conf, BIO* bp, c_long* eline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_load_fp
int NCONF_load_fp(CONF* conf, FILE* fp, c_long* eline)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
NCONF_new
CONF* NCONF_new(CONF_METHOD* meth)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OPENSSL_config
void OPENSSL_config(const(char)* config_name)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OPENSSL_load_builtin_modules
void OPENSSL_load_builtin_modules()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
OPENSSL_no_config
void OPENSSL_no_config()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Manifest constants

CONF_F_CONF_DUMP_FP
enum CONF_F_CONF_DUMP_FP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_CONF_LOAD
enum CONF_F_CONF_LOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_CONF_LOAD_BIO
enum CONF_F_CONF_LOAD_BIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_CONF_LOAD_FP
enum CONF_F_CONF_LOAD_FP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_CONF_MODULES_LOAD
enum CONF_F_CONF_MODULES_LOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_CONF_PARSE_LIST
enum CONF_F_CONF_PARSE_LIST;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_DEF_LOAD
enum CONF_F_DEF_LOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_DEF_LOAD_BIO
enum CONF_F_DEF_LOAD_BIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_MODULE_INIT
enum CONF_F_MODULE_INIT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_MODULE_LOAD_DSO
enum CONF_F_MODULE_LOAD_DSO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_MODULE_RUN
enum CONF_F_MODULE_RUN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_NCONF_DUMP_BIO
enum CONF_F_NCONF_DUMP_BIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_NCONF_DUMP_FP
enum CONF_F_NCONF_DUMP_FP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_NCONF_GET_NUMBER
enum CONF_F_NCONF_GET_NUMBER;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_NCONF_GET_NUMBER_E
enum CONF_F_NCONF_GET_NUMBER_E;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_NCONF_GET_SECTION
enum CONF_F_NCONF_GET_SECTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_NCONF_GET_STRING
enum CONF_F_NCONF_GET_STRING;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_NCONF_LOAD
enum CONF_F_NCONF_LOAD;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_NCONF_LOAD_BIO
enum CONF_F_NCONF_LOAD_BIO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_NCONF_LOAD_FP
enum CONF_F_NCONF_LOAD_FP;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_NCONF_NEW
enum CONF_F_NCONF_NEW;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_F_STR_COPY
enum CONF_F_STR_COPY;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_MFLAGS_DEFAULT_SECTION
enum CONF_MFLAGS_DEFAULT_SECTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_MFLAGS_IGNORE_ERRORS
enum CONF_MFLAGS_IGNORE_ERRORS;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_MFLAGS_IGNORE_MISSING_FILE
enum CONF_MFLAGS_IGNORE_MISSING_FILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_MFLAGS_IGNORE_RETURN_CODES
enum CONF_MFLAGS_IGNORE_RETURN_CODES;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_MFLAGS_NO_DSO
enum CONF_MFLAGS_NO_DSO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_MFLAGS_SILENT
enum CONF_MFLAGS_SILENT;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_ERROR_LOADING_DSO
enum CONF_R_ERROR_LOADING_DSO;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_LIST_CANNOT_BE_NULL
enum CONF_R_LIST_CANNOT_BE_NULL;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_MISSING_CLOSE_SQUARE_BRACKET
enum CONF_R_MISSING_CLOSE_SQUARE_BRACKET;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_MISSING_EQUAL_SIGN
enum CONF_R_MISSING_EQUAL_SIGN;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_MISSING_FINISH_FUNCTION
enum CONF_R_MISSING_FINISH_FUNCTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_MISSING_INIT_FUNCTION
enum CONF_R_MISSING_INIT_FUNCTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_MODULE_INITIALIZATION_ERROR
enum CONF_R_MODULE_INITIALIZATION_ERROR;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_NO_CLOSE_BRACE
enum CONF_R_NO_CLOSE_BRACE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_NO_CONF
enum CONF_R_NO_CONF;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE
enum CONF_R_NO_CONF_OR_ENVIRONMENT_VARIABLE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_NO_SECTION
enum CONF_R_NO_SECTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_NO_SUCH_FILE
enum CONF_R_NO_SUCH_FILE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_NO_VALUE
enum CONF_R_NO_VALUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_UNABLE_TO_CREATE_NEW_SECTION
enum CONF_R_UNABLE_TO_CREATE_NEW_SECTION;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_UNKNOWN_MODULE_NAME
enum CONF_R_UNKNOWN_MODULE_NAME;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
CONF_R_VARIABLE_HAS_NO_VALUE
enum CONF_R_VARIABLE_HAS_NO_VALUE;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Mixins

__anonymous
mixin DECLARE_LHASH_OF!(CONF_VALUE)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Structs

CONF_VALUE
struct CONF_VALUE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
conf_imodule_st
struct conf_imodule_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
conf_method_st
struct conf_method_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
conf_module_st
struct conf_module_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
conf_st
struct conf_st
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta