libressl_d.openssl.conf

Undocumented in source.

Public Imports

libressl_d.openssl.bio
public import libressl_d.openssl.bio;
Undocumented in source.
libressl_d.openssl.lhash
public import libressl_d.openssl.lhash;
Undocumented in source.
libressl_d.openssl.opensslconf
public import libressl_d.openssl.opensslconf;
Undocumented in source.
libressl_d.openssl.ossl_typ
public import libressl_d.openssl.ossl_typ;
Undocumented in source.
libressl_d.openssl.safestack
public import libressl_d.openssl.safestack;
Undocumented in source.
libressl_d.openssl.stack
public import libressl_d.openssl.stack;
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 = void function(.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_init_func
alias conf_init_func = int function(.CONF_IMODULE* md, const(libressl_d.openssl.ossl_typ.CONF)* cnf)
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_st_CONF_VALUE* conf, libressl_d.openssl.bio.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_st_CONF_VALUE* conf, libressl_d.compat.stdio.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_st_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
core.stdc.config.c_long CONF_get_number(.lhash_st_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_st_CONF_VALUE* CONF_get_section(.lhash_st_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_st_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
core.stdc.config.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, core.stdc.config.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_st_CONF_VALUE* CONF_load(.lhash_st_CONF_VALUE* conf, const(char)* file, core.stdc.config.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_st_CONF_VALUE* CONF_load_bio(.lhash_st_CONF_VALUE* conf, libressl_d.openssl.bio.BIO* bp, core.stdc.config.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_st_CONF_VALUE* CONF_load_fp(.lhash_st_CONF_VALUE* conf, libressl_d.compat.stdio.FILE* fp, core.stdc.config.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(libressl_d.openssl.ossl_typ.CONF)* cnf, const(char)* appname, core.stdc.config.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, core.stdc.config.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, 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(libressl_d.openssl.ossl_typ.CONF* conf, .lhash_st_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_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(libressl_d.openssl.ossl_typ.CONF)* conf, libressl_d.openssl.bio.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(libressl_d.openssl.ossl_typ.CONF)* conf, libressl_d.compat.stdio.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(libressl_d.openssl.ossl_typ.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(libressl_d.openssl.ossl_typ.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_e
int NCONF_get_number_e(const(libressl_d.openssl.ossl_typ.CONF)* conf, const(char)* group, const(char)* name, core.stdc.config.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_st_CONF_VALUE* NCONF_get_section(const(libressl_d.openssl.ossl_typ.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(libressl_d.openssl.ossl_typ.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(libressl_d.openssl.ossl_typ.CONF* conf, const(char)* file, core.stdc.config.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(libressl_d.openssl.ossl_typ.CONF* conf, libressl_d.openssl.bio.BIO* bp, core.stdc.config.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(libressl_d.openssl.ossl_typ.CONF* conf, libressl_d.compat.stdio.FILE* fp, core.stdc.config.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
libressl_d.openssl.ossl_typ.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_EXPANSION_TOO_LONG
enum CONF_R_VARIABLE_EXPANSION_TOO_LONG;
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.
HEADER_CONF_H
enum HEADER_CONF_H;
Undocumented in source.

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

New conf code. The semantics are different from the functions above. If that wasn't the case, the above functions would have been replaced

lhash_st_CONF_VALUE
struct lhash_st_CONF_VALUE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stack_st_CONF_IMODULE
struct stack_st_CONF_IMODULE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stack_st_CONF_MODULE
struct stack_st_CONF_MODULE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
stack_st_CONF_VALUE
struct stack_st_CONF_VALUE
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Meta