Searched refs:extfile (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/crypto/openssl/apps/
H A Dx509.c145 " -extfile - configuration file with X509V3 extensions to add\n",
207 char *extsect = NULL, *extfile = NULL, *passin = NULL, *passargin = NULL; local
289 } else if (strcmp(*argv, "-extfile") == 0) {
292 extfile = *(++argv);
495 if (extfile) {
499 if (!NCONF_load(extconf, extfile, &errorline)) {
502 "error loading the config file '%s'\n", extfile);
506 errorline, extfile);
H A Dca.c176 " -extfile file - Configuration file with X509v3 extentions to add\n",
282 char *extfile = NULL; local
480 } else if (strcmp(*argv, "-extfile") == 0) {
483 extfile = *(++argv);
928 if (extfile) {
930 if (NCONF_load(extconf, extfile, &errorline) <= 0) {
933 extfile);
937 errorline, extfile);
944 extfile);
1021 * no '-extfile' optio
[all...]

Completed in 216 milliseconds