Lines Matching defs:options
156 struct options struct
158 const char *issuer_crt; /* filename of the issuer certificate */
159 const char *request_file; /* filename of the certificate request */
160 const char *subject_key; /* filename of the subject key file */
161 const char *issuer_key; /* filename of the issuer key file */
162 const char *subject_pwd; /* password for the subject key file */
163 const char *issuer_pwd; /* password for the issuer key file */
164 const char *output_file; /* where to store the constructed CRT */
165 const char *subject_name; /* subject name for certificate */
166 const char *issuer_name; /* issuer name for certificate */
167 const char *not_before; /* validity period not before */
168 const char *not_after; /* validity period not after */
169 const char *serial; /* serial number string */
170 int selfsign; /* selfsign the certificate */
171 int is_ca; /* is a CA certificate */
172 int max_pathlen; /* maximum CA path length */
173 int authority_identifier; /* add authority identifier to CRT */
174 int subject_identifier; /* add subject identifier to CRT */
175 int basic_constraints; /* add basic constraints ext to CRT */
176 int version; /* CRT version */
177 mbedtls_md_type_t md; /* Hash used for signing */
178 unsigned char key_usage; /* key usage flags */
179 unsigned char ns_cert_type; /* NS cert type */