Searched defs:ext_s (Results 1 – 1 of 1) sorted by relevance
32 typedef struct ext_s { struct33 const char *oid; /* OID of the extension */34 const char *sn; /* Short name */35 const char *ln; /* Long description */36 const char *opt; /* Command line option to specify data */37 const char *help_msg; /* Help message */38 const char *arg; /* Argument passed from command line */39 int asn1_type; /* OpenSSL ASN1 type of the extension data.44 int type; /* See ext_type_e */47 union {[all …]