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

/freebsd-10-stable/crypto/openssl/apps/
H A DCA.sh133 -keyfile ${CATOP}/private/$CAKEY -selfsign \
H A Dca.c160 " -selfsign - sign a certificate with the key associated with it\n",
200 int default_op, int ext_copy, int selfsign);
228 int default_op, int ext_copy, int selfsign);
300 int selfsign = 0; local
410 } else if (strcmp(*argv, "-selfsign") == 0)
411 selfsign = 1;
726 if (!selfsign || spkac_file || ss_cert_file || gencrl) {
745 if (!selfsign)
1153 certopt, nameopt, default_op, ext_copy, selfsign);
1172 certopt, nameopt, default_op, ext_copy, selfsign);
1491 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
1618 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 164 milliseconds