Searched defs:selfsign (Results 1 - 1 of 1) sorted by relevance

/external/openssl/apps/
H A Dca.c166 " -selfsign - sign a certificate with the key associated with it\n",
205 int default_op, int ext_copy, int selfsign);
228 int ext_copy, int selfsign);
301 int selfsign = 0; local
425 else if (strcmp(*argv,"-selfsign") == 0)
426 selfsign=1;
772 if (!selfsign || spkac_file || ss_cert_file || gencrl)
792 if (!selfsign) x509p = x509;
1236 default_op, ext_copy, selfsign);
1256 default_op, ext_copy, selfsign);
1574 certify(X509 **xret, char *infile, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj,unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, char *ext_sect, CONF *lconf, int verbose, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
1702 do_body(X509 **xret, EVP_PKEY *pkey, X509 *x509, const EVP_MD *dgst, STACK_OF(OPENSSL_STRING) *sigopts, STACK_OF(CONF_VALUE) *policy, CA_DB *db, BIGNUM *serial, char *subj, unsigned long chtype, int multirdn, int email_dn, char *startdate, char *enddate, long days, int batch, int verbose, X509_REQ *req, char *ext_sect, CONF *lconf, unsigned long certopt, unsigned long nameopt, int default_op, int ext_copy, int selfsign) argument
[all...]

Completed in 132 milliseconds