Lines Matching refs:file
24 configuration file pathname as follows.
31 library context B<libctx> file B<filename> and application name B<appname>.
32 If B<filename> is NULL the standard OpenSSL configuration file is used
59 the default system-wide configuration file, as having all OpenSSL applications
60 fail to start when there are potentially minor issues in the file is too risky.
68 ignore missing configuration files. Normally a missing configuration file
76 In some cases the use of a configuration file is optional and its absence is not
82 consider a configuration file error as fatal and exit immediately.
85 configuration file themselves and have finer control over how errors are
96 Load a configuration file and print out any errors and exit (missing file
100 fprintf(stderr, "FATAL: error loading configuration file\n");
105 Load default configuration file using the section indicated by "myapp",
110 fprintf(stderr, "FATAL: error loading configuration file\n");
115 Load custom configuration file and section, only print warnings on error,
116 missing configuration file ignored:
120 fprintf(stderr, "WARNING: error loading configuration file\n");
124 Load and parse configuration file manually, custom error handling:
132 fprintf(stderr, "Error opening configuration file\n");
133 /* Other missing configuration file behaviour */
137 fprintf(stderr, "Error on line %ld of configuration file\n", eline);
139 /* Other malformed configuration file behaviour */
160 this file except in compliance with the License. You can obtain a copy
161 in the file LICENSE in the source distribution or at