x509_sequencesubject_alt_names;/**< Optional list of Subject Alternative Names (Only dNSName supported). */
intext_types;/**< Bit string containing detected and parsed extensions */
intca_istrue;/**< Optional Basic Constraint extension value: 1 if this certificate belongs to a CA, 0 otherwise. */
intmax_pathlen;/**< Optional Basic Constraint extension value: The maximum path length to the root certificate. Path length is 1 higher than RFC 5280 'meaning', so 1+ */
unsignedcharkey_usage;/**< Optional key usage extension value: See the values below */
unsignedcharkey_usage;/**< Optional key usage extension value: See the values in x509.h */
x509_sequenceext_key_usage;/**< Optional list of extended key usage OIDs. */
unsignedcharns_cert_type;/**< Optional Netscape certificate type extension value: See the values below */
unsignedcharns_cert_type;/**< Optional Netscape certificate type extension value: See the values in x509.h */
x509_bufsig_oid2;/**< Signature algorithm. Must match sig_oid1. */
x509_bufsig;/**< Signature: hash of the tbs part signed with the private key. */