X509V3_EXT_S2I

Callback that parses a configuration string into an extension-specific structure.

Synopsis

Declared in <openssl/x509v3.h>

typedef void*(* X509V3_EXT_S2I)(v3_ext_method const*, v3_ext_ctx*, char const*);

Return Value

Newly allocated extension value, or NULL on error.

Parameters

NameDescription
methodExtension method describing the target type.
ctxExtension configuration context (issuer/subject certificates, etc.).
strConfiguration value string to parse.