Lines Matching defs:options
166 struct options struct
168 const char *issuer_crt; /* filename of the issuer certificate */
169 const char *request_file; /* filename of the certificate request */
170 const char *subject_key; /* filename of the subject key file */
171 const char *issuer_key; /* filename of the issuer key file */
172 const char *subject_pwd; /* password for the subject key file */
173 const char *issuer_pwd; /* password for the issuer key file */
174 const char *output_file; /* where to store the constructed CRT */
175 const char *subject_name; /* subject name for certificate */
176 const char *issuer_name; /* issuer name for certificate */
177 const char *not_before; /* validity period not before */
178 const char *not_after; /* validity period not after */
179 const char *serial; /* serial number string */
180 int selfsign; /* selfsign the certificate */
181 int is_ca; /* is a CA certificate */
182 int max_pathlen; /* maximum CA path length */
183 int authority_identifier; /* add authority identifier to CRT */
184 int subject_identifier; /* add subject identifier to CRT */
185 int basic_constraints; /* add basic constraints ext to CRT */
186 int version; /* CRT version */
187 mbedtls_md_type_t md; /* Hash used for signing */
188 unsigned char key_usage; /* key usage flags */
189 mbedtls_asn1_sequence *ext_key_usage; /* extended key usages */
190 unsigned char ns_cert_type; /* NS cert type */
191 int format; /* format */