Lines Matching defs:options
96 struct options { struct
97 const char *filename; /* filename of the key file */
98 const char *password; /* password for the key file */
99 int debug_level; /* level of debugging */
100 const char *output_file; /* where to store the constructed key file */
101 const char *subject_name; /* subject name for certificate request */
102 mbedtls_x509_san_list *san_list; /* subjectAltName for certificate request */
103 unsigned char key_usage; /* key usage flags */
104 int force_key_usage; /* Force adding the KeyUsage extension */
105 unsigned char ns_cert_type; /* NS cert type */
106 int force_ns_cert_type; /* Force adding NsCertType extension */
107 mbedtls_md_type_t md_alg; /* Hash algorithm used for signature. */