Lines Matching refs:failf
1000 failf(data, "SSL: invalid CA certificate subject");
1010 failf(data, "SSL: out of memory");
1020 failf(data, "SSL: invalid CA certificate subject");
1028 failf(data, "SSL: couldn't allocate %zu bytes of memory", cbuf_size);
1392 failf(data, "unsupported min version passed via CURLOPT_SSLVERSION");
1398 failf(data, "unsupported max version passed via CURLOPT_SSLVERSION");
1430 failf(data, "Your version of the OS does not support TLSv1.3");
1438 failf(data, "Secure Transport: cannot set SSL protocol");
1490 failf(data, "SSL: SSLGetNumberSupportedCiphers() failed: OSStatus %d",
1496 failf(data, "SSL: Failed to allocate memory for all ciphers");
1502 failf(data, "SSL: Failed to allocate memory for allowed ciphers");
1532 failf(data, "SSL: SSLSetEnabledCiphers() failed: OSStatus %d", err);
1614 failf(data, "SSL: cipher string \"%s\" contains unsupported cipher name"
1633 failf(data, "SSL: SSLSetEnabledCiphers() failed: OSStatus %d", err);
1671 failf(data, "SSL: couldn't create a context");
1682 failf(data, "SSL: couldn't create a context: OSStatus %d", err);
1692 failf(data, "SSL: couldn't create a context: OSStatus %d", err);
1729 failf(data, "SSL versions not supported");
1732 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
1766 failf(data, "SSL versions not supported");
1769 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
1776 failf(data, "Your version of the OS does not support to set maximum"
1790 failf(data, "Your version of the OS does not support TLSv1.1");
1793 failf(data, "Your version of the OS does not support TLSv1.2");
1796 failf(data, "Your version of the OS does not support TLSv1.3");
1800 failf(data, "SSL versions not supported");
1803 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
1858 failf(data, "SSL: The Security framework only supports "
1896 failf(data, "SSL: SSLSetCertificate() failed: OSStatus %d", err);
1907 failf(data, "SSL: Incorrect password for the certificate \"%s\" "
1911 failf(data, "SSL: Couldn't make sense of the data in the "
1916 failf(data, "SSL The certificate \"%s\" requires a password.",
1920 failf(data, "SSL: Can't find the certificate \"%s\" and its private "
1924 failf(data, "SSL: Can't load the certificate \"%s\" and its private "
1963 failf(data, "SSL: SSLSetSessionOption() failed: OSStatus %d", err);
1972 failf(data, "SSL: SSLSetEnableCertVerify() failed: OSStatus %d", err);
1981 failf(data, "SSL: SSLSetEnableCertVerify() failed: OSStatus %d", err);
1991 failf(data, "SSL: can't load CA certificate file %s",
2006 failf(data, "SSL: SSLSetPeerDomainName() failed: OSStatus %d",
2028 failf(data, "SSL: Unable to set ciphers for SSL/TLS handshake. "
2056 failf(data, "SSL: SSLSetPeerID() failed: OSStatus %d", err);
2076 failf(data, "SSL: SSLSetPeerID() failed: OSStatus %d", err);
2084 failf(data, "failed to store ssl session");
2094 failf(data, "SSL: SSLSetIOFuncs() failed: OSStatus %d", err);
2100 failf(data, "SSL: SSLSetConnection() failed: %d", err);
2205 failf(data, "SSL: failed to allocate array for CA certificate");
2212 failf(data, "SSL: failed to create SecCertificate from CA certificate");
2261 failf(data, "SSL: out of memory creating CA certificate array");
2275 failf(data, "SSL: invalid CA certificate #%d (offset %zu) in bundle",
2308 failf(data, "SSL: error getting certificate chain");
2312 failf(data, "SSLCopyPeerTrust() returned error %d", ret);
2319 failf(data, "SecTrustSetAnchorCertificates() returned error %d", ret);
2324 failf(data, "SecTrustSetAnchorCertificatesOnly() returned error %d", ret);
2331 failf(data, "SecTrustEvaluate() returned error %d", ret);
2347 failf(data, "SSL: peer not verified: RecoverableTrustFailure");
2350 failf(data, "SSL: peer not verified: Deny");
2353 failf(data, "SSL: perr not verified: result=%d", trust_eval);
2383 failf(data, "SSL: failed to read or invalid CA certificate");
2555 failf(data, "Decode failed");
2559 failf(data, "Decryption failed");
2562 failf(data, "A decryption error occurred");
2565 failf(data, "A bad SSL cipher suite was encountered");
2568 failf(data, "An underlying cryptographic error was encountered");
2572 failf(data, "Indicates a weak ephemeral Diffie-Hellman key");
2579 failf(data, "A record with a bad message authentication code (MAC) "
2584 failf(data, "A record overflow occurred");
2589 failf(data, "Decompression failed");
2594 failf(data, "Access was denied");
2597 failf(data, "There is insufficient security for this operation");
2602 failf(data, "SSL certificate problem: Invalid certificate chain");
2605 failf(data, "SSL certificate problem: Untrusted root certificate");
2608 failf(data, "SSL certificate problem: No root certificate");
2611 failf(data, "SSL certificate problem: The certificate chain had a "
2616 failf(data, "SSL certificate problem: Certificate chain had an "
2621 failf(data, "SSL certificate problem: Couldn't understand the server "
2625 failf(data, "SSL certificate problem: An unsupported certificate "
2629 failf(data, "SSL certificate problem: The certificate was revoked");
2632 failf(data, "SSL certificate problem: The certificate is unknown");
2637 failf(data, "SSL authentication failed");
2640 failf(data, "SSL peer handshake failed, the server most likely "
2644 failf(data, "SSL server rejected the client certificate due to "
2652 failf(data, "SSL certificate peer verification failed, the "
2658 failf(data, "Could not negotiate an SSL cipher suite with the server");
2661 failf(data, "A configuration error occurred");
2664 failf(data, "SSL protocol error");
2667 failf(data, "A bad protocol version was encountered");
2670 failf(data, "No renegotiation is allowed");
2675 failf(data, "Server dropped the connection during the SSL handshake");
2678 failf(data, "Server aborted the SSL handshake");
2681 failf(data, "The connection closed gracefully");
2684 failf(data, "The server closed the session with no notification");
2690 failf(data, "Internal SSL engine error encountered during the "
2694 failf(data, "Fatal SSL engine error encountered during the SSL "
2699 failf(data, "An insufficient buffer was provided");
2702 failf(data, "An illegal parameter was encountered");
2705 failf(data, "Module attach failure");
2708 failf(data, "An attempt to restore an unknown session failed");
2711 failf(data, "An export restriction occurred");
2714 failf(data, "The user canceled the operation");
2717 failf(data, "Peer rejected unexpected message");
2722 failf(data, "A non-fatal result for providing a server name "
2732 failf(data, "Server requested a client certificate during the "
2739 failf(data, "Unexpected (skipped) record in DTLS");
2744 failf(data, "Unknown SSL protocol error in connection to %s:%d",
2760 failf(data, "SSL: public key does not match pinned public key");
3027 failf(data, "SSL connection timeout");
3045 failf(data, "SSL connection timeout");
3062 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
3072 failf(data, "SSL connection timeout");
3199 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
3205 failf(data, "SSL shutdown timeout");
3215 failf(data, "read: %s", curl_easy_strerror(result));
3350 failf(data, "SSLWrite() returned error %d", err);
3367 failf(data, "SSLWrite() returned error %d", err);
3428 failf(data, "SSLRead() return error %d", err);