X509V3_EXT_R2I

Parse a raw configuration string into an extension value.

Synopsis

Declared in <openssl/x509v3.h>

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

Return Value

Extension-specific value, or NULL on error.

Parameters

NameDescription
methodExtension method describing the conversion.
ctxExtension context for the conversion.
strRaw configuration string to parse.