- create
libressl_d.openssl.ossl_typ.CONF* function(.CONF_METHOD* meth) create;
Undocumented in source.
- destroy
int function(libressl_d.openssl.ossl_typ.CONF* conf) destroy;
Undocumented in source.
- destroy_data
int function(libressl_d.openssl.ossl_typ.CONF* conf) destroy_data;
Undocumented in source.
- dump
int function(const(libressl_d.openssl.ossl_typ.CONF)* conf, libressl_d.openssl.bio.BIO* bp) dump;
Undocumented in source.
- init
int function(libressl_d.openssl.ossl_typ.CONF* conf) init;
Undocumented in source.
- is_number
int function(const(libressl_d.openssl.ossl_typ.CONF)* conf, char c) is_number;
Undocumented in source.
- load
int function(libressl_d.openssl.ossl_typ.CONF* conf, const(char)* name, core.stdc.config.c_long* eline) load;
Undocumented in source.
- load_bio
int function(libressl_d.openssl.ossl_typ.CONF* conf, libressl_d.openssl.bio.BIO* bp, core.stdc.config.c_long* eline) load_bio;
Undocumented in source.
- name
const(char)* name;
Undocumented in source.
- to_int
int function(const(libressl_d.openssl.ossl_typ.CONF)* conf, char c) to_int;
Undocumented in source.