X509V3_EXT_CRL_add_conf

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

Synopsis

Declared in <openssl/x509v3.h>

int
X509V3_EXT_CRL_add_conf(
    lhash_st_CONF_VALUE* conf,
    X509V3_CTX* ctx,
    char const* section,
    X509_CRL* crl);

Return Value

1 on success, or 0 on failure.

Parameters

NameDescription
confConfiguration hash containing section.
ctxExtension context (issuer, CRL, flags) for extension construction.
sectionName of the config section listing extensions.
crlCRL that receives the extensions.