Legacy CONF method vtable (deprecated; contents will become opaque).
Synopsis
Declared in <openssl/conftypes.h>
struct conf_method_st;
Data Members
Name |
Description |
Allocate a new CONF object for this method (may be NULL). |
|
Tear down a CONF object created by |
|
Release configuration data held by |
|
Dump the configuration contents of |
|
Initialize a CONF object after allocation (may be NULL). |
|
Return non‐zero if |
|
Load configuration from a named file into |
|
Load configuration syntax from a BIO into |
|
Short name identifying this CONF_METHOD implementation. |
|
Convert digit character |
Created with MrDocs