libressl_d.openssl.conf_api

Undocumented in source.

Public Imports

libressl_d.openssl.conf
public import libressl_d.openssl.conf;
Undocumented in source.
libressl_d.openssl.lhash
public import libressl_d.openssl.lhash;
Undocumented in source.

Members

Functions

_CONF_add_string
int _CONF_add_string(libressl_d.openssl.ossl_typ.CONF* conf, libressl_d.openssl.conf.CONF_VALUE* section, libressl_d.openssl.conf.CONF_VALUE* value)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
_CONF_free_data
void _CONF_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.
_CONF_get_number
core.stdc.config.c_long _CONF_get_number(const(libressl_d.openssl.ossl_typ.CONF)* conf, const(char)* section, 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
libressl_d.openssl.conf.CONF_VALUE* _CONF_get_section(const(libressl_d.openssl.ossl_typ.CONF)* conf, const(char)* section)

Up until OpenSSL 0.9.5a, this was get_section

_CONF_get_section_values
libressl_d.openssl.conf.stack_st_CONF_VALUE* _CONF_get_section_values(const(libressl_d.openssl.ossl_typ.CONF)* conf, const(char)* section)

Up until OpenSSL 0.9.5a, this was CONF_get_section

_CONF_get_string
char* _CONF_get_string(const(libressl_d.openssl.ossl_typ.CONF)* conf, const(char)* section, 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_new_data
int _CONF_new_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.
_CONF_new_section
libressl_d.openssl.conf.CONF_VALUE* _CONF_new_section(libressl_d.openssl.ossl_typ.CONF* conf, const(char)* section)

Up until OpenSSL 0.9.5a, this was new_section

Meta