Home | History | Annotate | Download | only in vtls

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>
73 /* Enable GnuTLS debugging by defining GTLSDEBUG */
108 # include <gnutls/ocsp.h>
175 * Global GnuTLS init, called from Curl_ssl_init(). This calls functions that
382 /* These two ciphers were added to GnuTLS as late as ver. 3.0.1,
397 /* If GnuTLS was compiled without support for SRP it will error out if SRP is
413 /* GnuTLS only supports SSLv3 and TLSv1 */
415 failf(data, "GnuTLS does not support SSLv2");
534 /* Sets the priority on the certificate types supported by gnutls. Priority
542 failf(data, "can't pass a custom cipher list to older GnuTLS"
568 failf(data, "GnuTLS does not support SSLv2");
574 failf(data, "Did you pass a valid GnuTLS cipher list?");
581 * GnuTLS version */
605 failf(data, "GnuTLS does not support SSLv2");
612 /* This GnuTLS was probably compiled without support for SRP.
619 infof(data, "This GnuTLS does not support SRP\n");
628 failf(data, "Error %d setting GnuTLS cipher list starting with %s",
1482 failf(conn->data, "GnuTLS recv error (%d): %s",
1498 return snprintf(buffer, size, "GnuTLS/%s", gnutls_check_version(NULL));