Append a GeneralName to a configuration name/value stack for extension printing.

Synopsis

Declared in <openssl/x509v3.h>

stack_st_CONF_VALUE*
i2v_GENERAL_NAME(
    X509V3_EXT_METHOD* method,
    GENERAL_NAME* gen,
    stack_st_CONF_VALUE* ret);

Return Value

The resulting CONF_VALUE stack, or NULL on error.

Parameters

Name

Description

method

Extension method (may be NULL).

gen

GeneralName to convert.

ret

Existing CONF_VALUE stack to append to, or NULL to allocate a new one.

Created with MrDocs