Home | History | Annotate | Download | only in apps

Lines Matching refs:subj

167     { "subj", OPT_SUBJ, 's', "Set or modify subject of request or cert" },
303 char *subj = NULL;
498 subj = opt_arg();
772 * subj is expected to be in the format /type0=value0/type1=value1/type2=...
775 if (subj != NULL
776 && (fsubj = parse_name(subj, chtype, multirdn, "subject")) == NULL)
837 /* Note that -x509 can take over -key and -subj option values. */
954 if (subj != NULL && !newreq && !gen_x509) {
1176 X509_NAME *subj = X509_REQ_get_subject_name(req);
1246 if (!add_DN_object(subj, v->value, def, value, nid,
1250 if (X509_NAME_entry_count(subj) == 0) {
1318 X509_NAME *subj;
1320 subj = X509_REQ_get_subject_name(req);
1355 if (!X509_NAME_add_entry_by_txt(subj, type, chtype,
1361 if (!X509_NAME_entry_count(subj)) {