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

Name

Description

conf

Configuration hash containing section.

ctx

Extension context (issuer, CRL, flags) for extension construction.

section

Name of the config section listing extensions.

crl

CRL that receives the extensions.

Created with MrDocs