Add all extensions from an LHASH configuration section to a certificate (legacy).
Declared in <openssl/x509v3.h>
int
X509V3_EXT_add_conf(
lhash_st_CONF_VALUE* conf,
X509V3_CTX* ctx,
char const* section,
X509* cert);
1 on success, or 0 on error.
| Name | Description |
|---|---|
| conf | Legacy LHASH_OF(CONF_VALUE) configuration database. |
| ctx | Extension construction context. |
| section | Name of the configuration section listing extensions. |
| cert | Certificate that receives the extensions. |