HomeSort by: relevance | last modified time | path
    Searched defs:req_exts (Results 1 - 2 of 2) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/apps/
req.c 255 char *req_exts = NULL, *subj = NULL; local
468 req_exts = opt_arg();
610 if (req_exts == NULL) {
611 req_exts = NCONF_get_string(req_conf, section, REQ_EXTENSIONS);
612 if (req_exts == NULL)
615 if (req_exts != NULL) {
621 if (!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) {
624 req_exts);
890 if (req_exts != NULL
892 req_exts, req))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
req.c 234 char *req_exts = NULL, *subj = NULL; local
410 req_exts = opt_arg();
544 if (req_exts == NULL) {
545 req_exts = NCONF_get_string(req_conf, SECTION, REQ_EXTENSIONS);
546 if (req_exts == NULL)
549 if (req_exts != NULL) {
554 if (!X509V3_EXT_add_nconf(req_conf, &ctx, req_exts, NULL)) {
557 req_exts);
798 if (req_exts != NULL
800 req_exts, req))
    [all...]

Completed in 15 milliseconds