Callback that allocates a fresh extension‐specific value for an X.509v3 method.

Synopsis

Declared in <openssl/x509v3.h>

typedef void*(* X509V3_EXT_NEW)();

Return Value

Newly allocated extension value, or NULL on allocation failure.

Created with MrDocs