Home | History | Annotate | Download | only in apps

Lines Matching refs:extfile

182 " -extfile file   - Configuration file with X509v3 extentions to add\n",
283 char *extfile=NULL;
509 else if (strcmp(*argv,"-extfile") == 0)
512 extfile= *(++argv);
992 if (extfile)
995 if (NCONF_load(extconf,extfile,&errorline) <= 0)
999 extfile);
1002 errorline,extfile);
1008 BIO_printf(bio_err, "Successfully loaded extensions file %s\n", extfile);
1091 /* no '-extfile' option, so we look for extensions