Lines Matching refs:gnutls
24 * Source file for all GnuTLS-specific code for the TLS/SSL layer. No code
27 * Note: don't use the GnuTLS' *_t variable type names in this source code,
35 #include <gnutls/abstract.h>
36 #include <gnutls/gnutls.h>
37 #include <gnutls/x509.h>
40 #include <gnutls/crypto.h>
74 /* Enable GnuTLS debugging by defining GTLSDEBUG */
109 # include <gnutls/ocsp.h>
176 * Global GnuTLS init, called from Curl_ssl_init(). This calls functions that
381 /* These two ciphers were added to GnuTLS as late as ver. 3.0.1,
396 /* If GnuTLS was compiled without support for SRP it will error out if SRP is
412 /* GnuTLS only supports SSLv3 and TLSv1 */
414 failf(data, "GnuTLS does not support SSLv2");
541 /* Sets the priority on the certificate types supported by gnutls. Priority
549 failf(data, "can't pass a custom cipher list to older GnuTLS"
575 failf(data, "GnuTLS does not support SSLv2");
581 failf(data, "Did you pass a valid GnuTLS cipher list?");
588 * GnuTLS version */
612 failf(data, "GnuTLS does not support SSLv2");
619 /* This GnuTLS was probably compiled without support for SRP.
626 infof(data, "This GnuTLS does not support SRP\n");
635 failf(data, "Error %d setting GnuTLS cipher list starting with %s",
687 failf(data, "gnutls lacks support for encrypted key files");
1527 failf(conn->data, "GnuTLS recv error (%d): %s",
1543 return snprintf(buffer, size, "GnuTLS/%s", gnutls_check_version(NULL));