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();
740 * subj is expected to be in the format /type0=value0/type1=value1/type2=...
743 if (subj != NULL
744 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL)
796 /* Note that -x509 can take over -key and -subj option values. */
907 if (subj != NULL && !newreq && !gen_x509) {
1137 X509_NAME *subj = X509_REQ_get_subject_name(req);
1216 if (!add_DN_object(subj, v->value, def, value, nid,
1220 if (X509_NAME_entry_count(subj) == 0) {
1299 X509_NAME *subj;
1301 subj = X509_REQ_get_subject_name(req);
1336 if (!X509_NAME_add_entry_by_txt(subj, type, chtype,
1343 if (!X509_NAME_entry_count(subj)) {