• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/apps/

Lines Matching defs:section

182 " -extensions ..  - Extension section (override value in config file)\n",
184 " -crlexts .. - CRL extension section (override value in config file)\n",
236 static char *section=NULL;
334 section = NULL;
356 section= *(++argv);
608 /* Lets get the config section we are using */
609 if (section == NULL)
611 section=NCONF_get_string(conf,BASE_SECTION,ENV_DEFAULT_CA);
612 if (section == NULL)
655 f = NCONF_get_string(conf, section, STRING_MASK);
665 f = NCONF_get_string(conf, section, UTF8_IN);
673 p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT);
706 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
708 lookup_fail(section,ENV_DATABASE);
726 section,ENV_PRIVATE_KEY)) == NULL))
728 lookup_fail(section,ENV_PRIVATE_KEY);
755 section,ENV_CERTIFICATE)) == NULL))
757 lookup_fail(section,ENV_CERTIFICATE);
784 f=NCONF_get_string(conf,section,ENV_NAMEOPT);
798 f=NCONF_get_string(conf,section,ENV_CERTOPT);
812 f=NCONF_get_string(conf,section,ENV_EXTCOPY);
831 if ((outdir=NCONF_get_string(conf,section,ENV_NEW_CERTS_DIR))
874 if ((dbfile=NCONF_get_string(conf,section,ENV_DATABASE)) == NULL)
876 lookup_fail(section,ENV_DATABASE);
1023 section,ENV_DEFAULT_MD)) == NULL))
1025 lookup_fail(section,ENV_DEFAULT_MD);
1038 section,ENV_DEFAULT_EMAIL_DN)) != NULL ))
1047 section,ENV_POLICY)) == NULL))
1049 lookup_fail(section,ENV_POLICY);
1055 if ((serialfile=NCONF_get_string(conf,section,ENV_SERIAL))
1058 lookup_fail(section,ENV_SERIAL);
1068 extensions=NCONF_get_string(conf,section,
1083 "Error Loading extension section %s\n",
1093 startdate=NCONF_get_string(conf,section,
1107 enddate=NCONF_get_string(conf,section,
1120 if(!NCONF_get_number(conf,section, ENV_DEFAULT_DAYS, &days))
1148 BIO_printf(bio_err,"unable to find 'section' for %s\n",policy);
1341 crl_ext=NCONF_get_string(conf,section,ENV_CRLEXT);
1354 "Error Loading CRL extension section %s\n",
1361 if ((crlnumberfile=NCONF_get_string(conf,section,ENV_CRLNUMBER))
1371 if (!NCONF_get_number(conf,section,
1374 if (!NCONF_get_number(conf,section,
2045 "ERROR: adding extensions in section %s\n",
2060 BIO_printf(bio_err, "ERROR: adding extensions in section %s\n", ext_sect);