Home | History | Annotate | Download | only in apps

Lines Matching refs:extfile

145 " -extfile        - configuration file with X509V3 extensions to add\n",
206 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passargin = NULL;
300 else if (strcmp(*argv,"-extfile") == 0)
303 extfile= *(++argv);
528 if (extfile)
533 if (!NCONF_load(extconf, extfile,&errorline))
538 extfile);
542 ,errorline,extfile);