Create an X.509v3 extension from an LHASH configuration by NID (legacy).
Declared in <openssl/x509v3.h>
X509_EXTENSION*
X509V3_EXT_conf_nid(
lhash_st_CONF_VALUE* conf,
X509V3_CTX* ctx,
int ext_nid,
char const* value);
New X509_EXTENSION, or NULL on error.
| Name | Description |
|---|---|
| conf | Legacy LHASH_OF(CONF_VALUE) configuration database. |
| ctx | Extension construction context. |
| ext_nid | NID of the extension type to create. |
| value | Extension value string, or a section reference starting with '@'. |