• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/openssl/apps/

Lines Matching refs:extensions

175 " -extensions ..  - Extension section (override value in config file)\n",
272 char *extensions=NULL;
466 else if (strcmp(*argv,"-extensions") == 0)
469 extensions= *(++argv);
967 BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile);
970 if (!extensions && !(extensions = NCONF_get_string(extconf, "default", "extensions")))
971 extensions = "default";
1039 /* no '-extfile' option, so we look for extensions
1041 if (!extensions)
1043 extensions=NCONF_get_string(conf,section,
1045 if (!extensions)
1048 if (extensions)
1054 if (!X509V3_EXT_add_nconf(conf, &ctx, extensions,
1059 extensions);
1136 serial,subj,email_dn,startdate,enddate,days,extensions,
1161 extensions,conf,verbose, certopt, nameopt,
1181 extensions,conf,verbose, certopt, nameopt,
1201 extensions,conf,verbose, certopt, nameopt,
1405 /* Add any extensions asked for */
1841 /* and add it later on because of the method extensions are added (altName) */
1958 /* Lets add the extensions, if there are any */
1969 if (ci->extensions != NULL)
1970 sk_X509_EXTENSION_pop_free(ci->extensions,
1973 ci->extensions = NULL;
1993 "ERROR: adding extensions in section %s\n",
1999 BIO_printf(bio_err, "Successfully added extensions from file.\n");
2003 /* We found extensions to be set from config file */
2008 BIO_printf(bio_err, "ERROR: adding extensions in section %s\n", ext_sect);
2014 BIO_printf(bio_err, "Successfully added extensions from config\n");
2018 /* Copy extensions from request (if any) */
2022 BIO_printf(bio_err, "ERROR: adding extensions from request\n");
2738 * 2 OK and some extensions added (i.e. V2 CRL)