Lines Matching refs:req
364 * Add extensions to certificate request. Just check in case req is NULL.
365 * Note that on error new elements may remain added to req if req != NULL.
368 X509_REQ *req)
373 if (ret && req != NULL && exts != NULL)
374 ret = X509_REQ_add_extensions(req, exts);
446 void X509V3_set_ctx(X509V3_CTX *ctx, X509 *issuer, X509 *subj, X509_REQ *req,
456 ctx->subject_req = req;
572 const char *section, X509_REQ *req)
580 ret = X509V3_EXT_REQ_add_nconf(ctmp, ctx, section, req);