Lines Matching defs:file
10 * This software is licensed as described in the file COPYING, which
16 * furnished to do so, under the terms of the COPYING file.
26 * Source file for all GnuTLS-specific code for the TLS/SSL layer. No code
59 /* The last #include file should be: */
179 static gnutls_datum_t load_file(const char *file)
186 f = fopen(file, "rb");
474 /* set the trusted CA cert bundle file */
482 infof(data, "error reading ca cert file %s (%s)%s",
500 infof(data, "error reading ca cert file %s (%s)%s",
514 /* set the CRL list file */
519 failf(data, "error reading crl file %s (%s)",
634 "error reading X.509 potentially-encrypted key file: %s",
646 failf(data, "error reading X.509 key or certificate file");