Lines Matching defs:cert_s
30 struct cert_s { struct
31 int id; /* Unique identifier */
33 const char *opt; /* Command line option to pass filename */
34 const char *fn; /* Filename to save the certificate */
35 const char *cn; /* Subject CN (Company Name) */
36 const char *help_msg; /* Help message */
39 int key; /* Key to be signed */
40 int issuer; /* Issuer certificate */
41 int ext[CERT_MAX_EXT]; /* Certificate extensions */
42 int num_ext; /* Number of extensions in the certificate */
44 X509 *x; /* X509 certificate container */