Lines Matching defs:options
107 struct options struct
109 const char *filename; /* filename of the key file */
110 const char *password; /* password for the key file */
111 int debug_level; /* level of debugging */
112 const char *output_file; /* where to store the constructed key file */
113 const char *subject_name; /* subject name for certificate request */
114 unsigned char key_usage; /* key usage flags */
115 int force_key_usage; /* Force adding the KeyUsage extension */
116 unsigned char ns_cert_type; /* NS cert type */
117 int force_ns_cert_type; /* Force adding NsCertType extension */
118 mbedtls_md_type_t md_alg; /* Hash algorithm used for signature. */