One configuration entry: section, name, and string value.

Synopsis

Declared in <openssl/conf.h>

struct CONF_VALUE;

Data Members

Name

Description

name

Key name within the section.

section

Section name owning this entry (for example "default").

value

String value associated with name.

Created with MrDocs