Home | History | Annotate | Download | only in vtls

Lines Matching full:failf

301       failf(data, "SSL connection timeout");
319 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
327 failf(data, "SSL connection timeout at %ld", (long)timeout_ms);
367 failf(data, "gnutls_handshake() failed: %s", strerr);
420 failf(data, "GnuTLS: TLS 1.3 is not yet supported");
441 failf(data, "GnuTLS: TLS 1.3 is not yet supported");
477 failf(data, "GnuTLS: cannot set ssl protocol");
532 failf(data, "GnuTLS does not support SSLv2");
541 failf(data, "gnutls_cert_all_cred() failed: %s", gnutls_strerror(rc));
552 failf(data, "gnutls_srp_allocate_client_cred() failed: %s",
561 failf(data, "gnutls_srp_set_client_cred() failed: %s",
619 failf(data, "error reading crl file %s (%s)",
638 failf(data, "gnutls_init() failed: %d", rc);
673 failf(data, "can't pass a custom cipher list to older GnuTLS"
700 failf(data, "GnuTLS does not support SSLv2");
703 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
708 failf(data, "Did you pass a valid GnuTLS cipher list?");
736 failf(data, "GnuTLS does not support SSLv2");
739 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
761 failf(data, "Error %d setting GnuTLS cipher list starting with %s",
808 failf(data,
814 failf(data, "gnutls lacks support for encrypted key files");
826 failf(data, "error reading X.509 key or certificate file");
838 failf(data, "gnutls_credentials_set() failed: %s", gnutls_strerror(rc));
848 failf(data, "gnutls_credentials_set() failed: %s", gnutls_strerror(rc));
879 failf(data, "gnutls_ocsp_status_request_enable_client() failed: %d", rc);
1023 failf(data, "failed to get server cert");
1059 failf(data, "server cert verify failed: %d", rc);
1066 failf(data, "server certificate verification failed. CAfile: %s "
1095 failf(data, "No OCSP response received");
1100 failf(data, "Invalid OCSP response received");
1108 failf(data, "Invalid OCSP response received");
1165 failf(data, "Server certificate was revoked: %s", crl_reason);
1171 failf(data, "Server certificate status is unknown");
1202 failf(data, "server certificate issuer check failed (IssuerCert: %s)",
1275 failf(data, "SSL: certificate subject name (%s) does not match "
1292 failf(data, "server cert expiration date verify failed");
1302 failf(data, "server certificate expiration date has passed.");
1317 failf(data, "server cert activation date verify failed");
1327 failf(data, "server certificate not activated yet.");
1343 failf(data, "SSL: public key does not match pinned public key!");
1492 /* handshake() sets its own error message with failf() */
1637 failf(data, "SSL shutdown timeout");
1643 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
1692 failf(conn->data, "GnuTLS recv error (%d): %s",