Home | History | Annotate | Download | only in apps

Lines Matching refs:subj

130 static int build_subject(X509_REQ *req, char *subj, unsigned long chtype,
188 char *subj = NULL;
349 else if (strcmp(*argv,"-subj") == 0)
352 subj= *(++argv);
426 BIO_printf(bio_err," -subj arg set or modify request subject\n");
807 i=make_REQ(req,pkey,subj,multirdn,!x509, chtype);
808 subj=NULL; /* done processing '-subj' option */
894 if (subj && x509)
900 if (subj && !x509)
908 if (build_subject(req, subj, chtype, multirdn) == 0)
1103 static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn,
1153 if (subj)
1154 i = build_subject(req, subj, chtype, multirdn);
1201 X509_NAME *subj;
1202 subj = X509_REQ_get_subject_name(req);
1283 if (!add_DN_object(subj,v->value,def,value,nid,
1287 if (X509_NAME_entry_count(subj) == 0)
1374 X509_NAME *subj;
1376 subj = X509_REQ_get_subject_name(req);
1408 if (!X509_NAME_add_entry_by_txt(subj,type, chtype,
1413 if (!X509_NAME_entry_count(subj))