Lines Matching defs:options
135 struct options struct
137 const char *issuer_crt; /* filename of the issuer certificate */
138 const char *request_file; /* filename of the certificate request */
139 const char *subject_key; /* filename of the subject key file */
140 const char *issuer_key; /* filename of the issuer key file */
141 const char *subject_pwd; /* password for the subject key file */
142 const char *issuer_pwd; /* password for the issuer key file */
143 const char *output_file; /* where to store the constructed key file */
144 const char *subject_name; /* subject name for certificate */
145 const char *issuer_name; /* issuer name for certificate */
146 const char *not_before; /* validity period not before */
147 const char *not_after; /* validity period not after */
148 const char *serial; /* serial number string */
149 int selfsign; /* selfsign the certificate */
150 int is_ca; /* is a CA certificate */
151 int max_pathlen; /* maximum CA path length */
152 unsigned char key_usage; /* key usage flags */
153 unsigned char ns_cert_type; /* NS cert type */