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

  /src/crypto/external/apache2/openssl/dist/apps/
req.c 78 static CONF *req_conf = NULL; variable
576 if ((req_conf = app_load_config_verbose(template, verbose)) == NULL)
585 if (template != default_config_file && !app_load_modules(req_conf))
588 if (req_conf != NULL) {
589 p = app_conf_try_string(req_conf, NULL, "oid_file");
603 if (!add_oid_section(req_conf))
612 p = app_conf_try_string(req_conf, section, "default_md");
618 extsect = app_conf_try_string(req_conf, section,
625 X509V3_set_nconf(&ctx, req_conf);
626 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extsect, NULL))
    [all...]
req.c 78 static CONF *req_conf = NULL; variable
576 if ((req_conf = app_load_config_verbose(template, verbose)) == NULL)
585 if (template != default_config_file && !app_load_modules(req_conf))
588 if (req_conf != NULL) {
589 p = app_conf_try_string(req_conf, NULL, "oid_file");
603 if (!add_oid_section(req_conf))
612 p = app_conf_try_string(req_conf, section, "default_md");
618 extsect = app_conf_try_string(req_conf, section,
625 X509V3_set_nconf(&ctx, req_conf);
626 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extsect, NULL))
    [all...]
  /src/crypto/external/bsd/openssl/dist/apps/
req.c 78 static CONF *req_conf = NULL; variable
501 if ((req_conf = app_load_config_verbose(template, verbose)) == NULL)
510 if (template != default_config_file && !app_load_modules(req_conf))
513 if (req_conf != NULL) {
514 p = NCONF_get_string(req_conf, NULL, "oid_file");
530 if (!add_oid_section(req_conf))
542 p = NCONF_get_string(req_conf, section, "default_md");
550 extensions = NCONF_get_string(req_conf, section, V3_EXTENSIONS);
559 X509V3_set_nconf(&ctx, req_conf);
560 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extensions, NULL))
    [all...]
req.c 78 static CONF *req_conf = NULL; variable
501 if ((req_conf = app_load_config_verbose(template, verbose)) == NULL)
510 if (template != default_config_file && !app_load_modules(req_conf))
513 if (req_conf != NULL) {
514 p = NCONF_get_string(req_conf, NULL, "oid_file");
530 if (!add_oid_section(req_conf))
542 p = NCONF_get_string(req_conf, section, "default_md");
550 extensions = NCONF_get_string(req_conf, section, V3_EXTENSIONS);
559 X509V3_set_nconf(&ctx, req_conf);
560 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extensions, NULL))
    [all...]
  /src/crypto/external/bsd/openssl.old/dist/apps/
req.c 80 static CONF *req_conf = NULL; variable
441 if ((req_conf = app_load_config(template)) == NULL)
450 if (template != default_config_file && !app_load_modules(req_conf))
453 if (req_conf != NULL) {
454 p = NCONF_get_string(req_conf, NULL, "oid_file");
472 if (!add_oid_section(req_conf))
476 p = NCONF_get_string(req_conf, SECTION, "default_md");
487 extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS);
495 X509V3_set_nconf(&ctx, req_conf);
496 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extensions, NULL))
    [all...]
req.c 80 static CONF *req_conf = NULL; variable
441 if ((req_conf = app_load_config(template)) == NULL)
450 if (template != default_config_file && !app_load_modules(req_conf))
453 if (req_conf != NULL) {
454 p = NCONF_get_string(req_conf, NULL, "oid_file");
472 if (!add_oid_section(req_conf))
476 p = NCONF_get_string(req_conf, SECTION, "default_md");
487 extensions = NCONF_get_string(req_conf, SECTION, V3_EXTENSIONS);
495 X509V3_set_nconf(&ctx, req_conf);
496 if (!X509V3_EXT_add_nconf(req_conf, &ctx, extensions, NULL))
    [all...]

Completed in 93 milliseconds