Synopsis

Declared in <openssl/conf.h>

struct lhash_st_CONF_VALUE;

Types

Non-Member Functions

Name

Description

CONF_dump_bio

Dump a legacy CONF hash table to a BIO in name=value form.

CONF_dump_fp

Dump a legacy CONF LHASH to a FILE in a human‐readable form.

CONF_free

Free a legacy CONF LHASH and all contained CONF_VALUE entries.

CONF_get_number

Look up a numeric value in a legacy CONF LHASH.

CONF_get_section

Return all CONF_VALUE entries belonging to section (legacy API).

CONF_get_string

Look up a string value in a legacy CONF LHASH.

CONF_load

Load a CONF file into an LHASH of CONF_VALUE (legacy CONF API).

CONF_load_bio

Load configuration name/value pairs from a BIO into an LHASH (legacy API).

CONF_load_fp

Load a CONF file from an open FILE into an LHASH of CONF_VALUE (legacy API).

X509V3_EXT_CRL_add_conf

Add CRL extensions described by a config section to a CRL.

X509V3_EXT_REQ_add_conf

Add all extensions from an LHASH configuration section to a certificate request (legacy).

X509V3_EXT_add_conf

Add all extensions from an LHASH configuration section to a certificate (legacy).

X509V3_EXT_conf

Create an X.509v3 extension from a named LHASH configuration value (legacy).

X509V3_EXT_conf_nid

Create an X.509v3 extension from an LHASH configuration by NID (legacy).

Created with MrDocs