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;
358 else if (strcmp(*argv,"-subj") == 0)
361 subj= *(++argv);
435 BIO_printf(bio_err," -subj arg set or modify request subject\n");
816 i=make_REQ(req,pkey,subj,multirdn,!x509, chtype);
817 subj=NULL; /* done processing '-subj' option */
905 if (subj && x509)
911 if (subj && !x509)
919 if (build_subject(req, subj, chtype, multirdn) == 0)
1116 static int make_REQ(X509_REQ *req, EVP_PKEY *pkey, char *subj, int multirdn,
1166 if (subj)
1167 i = build_subject(req, subj, chtype, multirdn);
1214 X509_NAME *subj;
1215 subj = X509_REQ_get_subject_name(req);
1296 if (!add_DN_object(subj,v->value,def,value,nid,
1300 if (X509_NAME_entry_count(subj) == 0)
1387 X509_NAME *subj;
1389 subj = X509_REQ_get_subject_name(req);
1421 if (!X509_NAME_add_entry_by_txt(subj,type, chtype,
1426 if (!X509_NAME_entry_count(subj))