Lines Matching defs:subj
124 {"subj", OPT_SUBJ, 's', "Set or modify subject of request or cert"},
255 char *req_exts = NULL, *subj = NULL;
436 subj = opt_arg();
742 * subj is expected to be in the format /type0=value0/type1=value1/type2=...
745 if (subj != NULL
746 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL)
798 /* Note that -x509 can take over -key and -subj option values. */
909 if (subj != NULL && !newreq && !gen_x509) {
1139 X509_NAME *subj = X509_REQ_get_subject_name(req);
1218 if (!add_DN_object(subj, v->value, def, value, nid,
1222 if (X509_NAME_entry_count(subj) == 0) {
1301 X509_NAME *subj;
1303 subj = X509_REQ_get_subject_name(req);
1338 if (!X509_NAME_add_entry_by_txt(subj, type, chtype,
1345 if (!X509_NAME_entry_count(subj)) {