X509_new

Allocates and initializes an X509 structure

extern (C)
X509_new
()

Return Value

Type: X509*

The newly-allocated structure, or null if allocation fails, in which case ERR_get_error can be used to obtain the error code.

Meta