Lines Matching defs:ext_s
32 typedef struct ext_s { struct
33 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 {
50 } attr;
52 int alias; /* In case OpenSSL provides an standard
57 X509V3_EXT_METHOD method; /* This field may be used to define a custom
61 int optional; /* This field may be used optionally to exclude an image */