Lines Matching refs:file
5 * this file except in compliance with the License. You can obtain a copy
6 * in the file LICENSE in the source distribution or at
274 if (strncmp(arg, "file:", 5) == 0) {
277 BIO_printf(bio_err, "Can't open file %s\n", arg + 5);
282 * Under _WIN32, which covers even Win64 and CE, file
295 BIO_printf(bio_err, "Can't access file descriptor %s\n", arg + 3);
364 BIO_printf(bio_err, "config file \"%s\"\n", filename);
507 X509_REQ *load_csr(const char *file, int format, const char *desc)
516 in = bio_open_default(file, 'r', format);
769 * Create cert store structure with certificates read from given file(s).
954 ctx = OSSL_STORE_attach(bio, "file", libctx, propq,
964 BIO_printf(bio_err, "Could not open file or uri for loading");
976 * This can happen (for example) if we attempt to load a file with
979 * to load a certificate but the file has both the private key and the
1377 BIO_printf(bio_err, "Error loading file %s\n", CAfile);
3021 * Open a file for writing, owner-read-only.