H A D | ca.c | 102 int default_op, int ext_copy, int selfsign, unsigned long dateopt); 130 int default_op, int ext_copy, int selfsign, unsigned long dateopt); 223 {"selfsign", OPT_SELFSIGN, '-', 296 int rand_ser = 0, i, j, selfsign = 0, def_ret; in ca_main() local 401 selfsign = 1; in ca_main() 600 if (!selfsign || spkac_file || ss_cert_file || gencrl) { in ca_main() 615 if (!selfsign) in ca_main() 998 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); in ca_main() 1019 certopt, get_nameopt(), default_op, ext_copy, selfsign, dateopt); in ca_main() 1368 int default_op, int ext_copy, int selfsign, unsigne in certify() 1357 certify(X509 **xret, const char *infile, int informat, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(OPENSSL_STRING) *vfyopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, const char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign, unsigned long dateopt) certify() argument 1472 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const char *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, const char *subj, unsigned long chtype, int multirdn, int email_dn, const char *startdate, const char *enddate, long days, int batch, int verbose, X509_REQ *req, const char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign, unsigned long dateopt) do_body() argument [all...] |