Lines Matching defs:name
188 {"name", OPT_NAME, 's', "The particular CA definition to use"},
189 {"section", OPT_NAME, 's', "An alias for -name"},
633 BIO_printf(bio_err, "Invalid name options: \"%s\"\n", f);
1089 BIO_printf(bio_err, "certificate file name too long\n");
1481 const X509_NAME *name = NULL;
1513 name = X509_REQ_get_subject_name(req);
1514 for (i = 0; i < X509_NAME_entry_count(name); i++) {
1515 ne = X509_NAME_get_entry(name, i);
1565 /* take a copy of the issuer name before we mess with it. */
1567 CAname = X509_NAME_dup(name);
1576 if ((j = OBJ_txt2nid(cv->name)) == NID_undef) {
1579 cv->name);
1588 /* lookup the object in the supplied name list */
1589 j = X509_NAME_get_index_by_OBJ(name, obj, last);
1595 tne = X509_NAME_get_entry(name, j);
1607 cv->name);
1618 cv->name);
1629 "the 'policy' is misconfigured\n", cv->name);
1644 cv->name,
1670 subject = X509_NAME_dup(name);
1761 "The subject name appears to be ok, checking data base for clashes\n");
1869 BIO_printf(bio_err, "File name :%s\n", p);
2009 BIO_printf(bio_err, "no name/value pairs found in %s\n", infile);
2025 * Build up the subject name set.
2034 type = cv->name;
2038 for (buf = cv->name; *buf; buf++)
2139 * We have to lookup by serial number because name lookup skips revoked
2187 BIO_printf(bio_err, "ERROR:name does not match %s\n", row[DB_name]);