HomeSort by: relevance | last modified time | path
    Searched defs:certify (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/apps/
ca.c 91 static int certify(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509,
171 {"days", OPT_DAYS, 'p', "Number of days to certify the cert for"},
835 BIO_printf(bio_err, "cannot lookup how many days to certify for\n");
914 j = certify(&x, infile, pkey, x509p, dgst, sigopts, attribs, db,
933 j = certify(&x, argv[i], pkey, x509p, dgst, sigopts, attribs, db,
1265 static int certify(X509 **xret, const char *infile, EVP_PKEY *pkey, X509 *x509, function
  /src/crypto/external/apache2/openssl/dist/apps/
ca.c 93 static int certify(X509 **xret, const char *infile, int informat,
255 { "days", OPT_DAYS, 'p', "Number of days from today to certify the cert for" },
555 /* Remaining args are files to certify. */
932 BIO_printf(bio_err, "cannot lookup how many days to certify for\n");
1014 j = certify(&x, infile, informat, pkey, x509p, dgst,
1034 j = certify(&x, argv[i], informat, pkey, x509p, dgst,
1373 static int certify(X509 **xret, const char *infile, int informat, function
  /src/crypto/external/bsd/openssl/dist/apps/
ca.c 91 static int certify(X509 **xret, const char *infile, int informat,
204 {"days", OPT_DAYS, 'p', "Number of days to certify the cert for"},
499 /* Remaining args are files to certify. */
929 BIO_printf(bio_err, "cannot lookup how many days to certify for\n");
1008 j = certify(&x, infile, informat, pkey, x509p, dgst,
1028 j = certify(&x, argv[i], informat, pkey, x509p, dgst,
1377 static int certify(X509 **xret, const char *infile, int informat, function

Completed in 30 milliseconds