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

Lines Matching defs:section

175     " -extensions ..  - Extension section (override value in config file)\n",
177 " -crlexts .. - CRL extension section (override value in config file)\n",
238 static char *section = NULL;
338 section = NULL;
358 section = *(++argv);
602 /* Lets get the config section we are using */
603 if (section == NULL) {
604 section = NCONF_get_string(conf, BASE_SECTION, ENV_DEFAULT_CA);
605 if (section == NULL) {
641 f = NCONF_get_string(conf, section, STRING_MASK);
651 f = NCONF_get_string(conf, section, UTF8_IN);
659 p = NCONF_get_string(conf, section, ENV_UNIQUE_SUBJECT);
688 if ((dbfile = NCONF_get_string(conf, section, ENV_DATABASE)) == NULL) {
689 lookup_fail(section, ENV_DATABASE);
708 section,
711 lookup_fail(section, ENV_PRIVATE_KEY);
734 section,
736 lookup_fail(section, ENV_CERTIFICATE);
764 f = NCONF_get_string(conf, section, ENV_NAMEOPT);
775 f = NCONF_get_string(conf, section, ENV_CERTOPT);
786 f = NCONF_get_string(conf, section, ENV_EXTCOPY);
800 if ((outdir = NCONF_get_string(conf, section, ENV_NEW_CERTS_DIR))
839 if ((dbfile = NCONF_get_string(conf, section, ENV_DATABASE)) == NULL) {
840 lookup_fail(section, ENV_DATABASE);
977 section,
979 lookup_fail(section, ENV_DEFAULT_MD);
999 section,
1009 section,
1012 lookup_fail(section, ENV_POLICY);
1018 if ((serialfile = NCONF_get_string(conf, section, ENV_SERIAL))
1020 lookup_fail(section, ENV_SERIAL);
1030 extensions = NCONF_get_string(conf, section, ENV_EXTENSIONS);
1041 "Error Loading extension section %s\n",
1050 startdate = NCONF_get_string(conf, section,
1064 enddate = NCONF_get_string(conf, section, ENV_DEFAULT_ENDDATE);
1075 if (!NCONF_get_number(conf, section, ENV_DEFAULT_DAYS, &days))
1100 BIO_printf(bio_err, "unable to find 'section' for %s\n", policy);
1294 crl_ext = NCONF_get_string(conf, section, ENV_CRLEXT);
1305 "Error Loading CRL extension section %s\n",
1312 if ((crlnumberfile = NCONF_get_string(conf, section, ENV_CRLNUMBER))
1320 if (!NCONF_get_number(conf, section,
1323 if (!NCONF_get_number(conf, section,
2023 "ERROR: adding extensions in section %s\n",
2037 "ERROR: adding extensions in section %s\n",