Lines Matching refs:failf
952 failf(data, "SSL: invalid CA certificate subject"); in CopyCertSubject()
962 failf(data, "SSL: out of memory"); in CopyCertSubject()
972 failf(data, "SSL: invalid CA certificate subject"); in CopyCertSubject()
980 failf(data, "SSL: couldn't allocate %zu bytes of memory", cbuf_size); in CopyCertSubject()
1318 failf(data, "unsupported min version passed via CURLOPT_SSLVERSION"); in set_ssl_version_min_max()
1324 failf(data, "unsupported max version passed via CURLOPT_SSLVERSION"); in set_ssl_version_min_max()
1356 failf(data, "Your version of the OS does not support TLSv1.3"); in set_ssl_version_min_max()
1364 failf(data, "Secure Transport: cannot set SSL protocol"); in set_ssl_version_min_max()
1401 failf(data, "SSL: couldn't create a context!");
1412 failf(data, "SSL: couldn't create a context: OSStatus %d", err);
1422 failf(data, "SSL: couldn't create a context: OSStatus %d", err);
1460 failf(data, "Your version of the OS does not support SSLv3");
1468 failf(data, "Your version of the OS does not support SSLv2");
1474 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
1511 failf(data, "Your version of the OS does not support SSLv3");
1520 failf(data, "Your version of the OS does not support SSLv2");
1525 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
1532 failf(data, "Your version of the OS does not support to set maximum"
1546 failf(data, "Your version of the OS does not support TLSv1.1");
1549 failf(data, "Your version of the OS does not support TLSv1.2");
1552 failf(data, "Your version of the OS does not support TLSv1.3");
1559 failf(data, "Your version of the OS does not support SSLv2");
1568 failf(data, "Your version of the OS does not support SSLv3");
1573 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
1663 failf(data, "SSL: SSLSetCertificate() failed: OSStatus %d", err);
1671 failf(data, "SSL: Incorrect password for the certificate \"%s\" "
1675 failf(data, "SSL: Couldn't make sense of the data in the "
1680 failf(data, "SSL The certificate \"%s\" requires a password.",
1684 failf(data, "SSL: Can't find the certificate \"%s\" and its private "
1688 failf(data, "SSL: Can't load the certificate \"%s\" and its private "
1726 failf(data, "SSL: SSLSetSessionOption() failed: OSStatus %d", err);
1735 failf(data, "SSL: SSLSetEnableCertVerify() failed: OSStatus %d", err);
1744 failf(data, "SSL: SSLSetEnableCertVerify() failed: OSStatus %d", err);
1753 failf(data, "SSL: can't load CA certificate file %s", ssl_cafile);
1790 failf(data, "SSL: SSLGetNumberSupportedCiphers() failed: OSStatus %d",
1796 failf(data, "SSL: Failed to allocate memory for all ciphers");
1802 failf(data, "SSL: Failed to allocate memory for allowed ciphers");
1897 failf(data, "SSL: SSLSetEnabledCiphers() failed: OSStatus %d", err);
1925 failf(data, "SSL: SSLSetPeerID() failed: OSStatus %d", err);
1943 failf(data, "SSL: SSLSetPeerID() failed: OSStatus %d", err);
1951 failf(data, "failed to store ssl session");
1959 failf(data, "SSL: SSLSetIOFuncs() failed: OSStatus %d", err);
1970 failf(data, "SSL: SSLSetConnection() failed: %d", err);
2083 failf(data, "SSL: failed to allocate array for CA certificate");
2091 failf(data, "SSL: failed to create SecCertificate from CA certificate");
2123 failf(data, "SSL: failed to read or invalid CA certificate");
2140 failf(data, "SSL: out of memory creating CA certificate array");
2155 failf(data, "SSL: invalid CA certificate #%d (offset %d) in bundle",
2189 failf(data, "SSL: error getting certificate chain");
2195 failf(data, "SSLCopyPeerTrust() returned error %d", ret);
2203 failf(data, "SecTrustSetAnchorCertificates() returned error %d", ret);
2210 failf(data, "SecTrustSetAnchorCertificatesOnly() returned error %d", ret);
2219 failf(data, "SecTrustEvaluate() returned error %d", ret);
2231 failf(data, "SSL: certificate verification failed (result: %d)",
2383 failf(data, "Decode failed");
2387 failf(data, "Decryption failed");
2390 failf(data, "A decryption error occurred");
2393 failf(data, "A bad SSL cipher suite was encountered");
2396 failf(data, "An underlying cryptographic error was encountered");
2400 failf(data, "Indicates a weak ephemeral Diffie-Hellman key");
2407 failf(data, "A record with a bad message authentication code (MAC) "
2412 failf(data, "A record overflow occurred");
2417 failf(data, "Decompression failed");
2422 failf(data, "Access was denied");
2425 failf(data, "There is insufficient security for this operation");
2430 failf(data, "SSL certificate problem: Invalid certificate chain");
2433 failf(data, "SSL certificate problem: Untrusted root certificate");
2436 failf(data, "SSL certificate problem: No root certificate");
2439 failf(data, "SSL certificate problem: The certificate chain had a "
2444 failf(data, "SSL certificate problem: Certificate chain had an "
2449 failf(data, "SSL certificate problem: Couldn't understand the server "
2453 failf(data, "SSL certificate problem: An unsupported certificate "
2457 failf(data, "SSL certificate problem: The certificate was revoked");
2460 failf(data, "SSL certificate problem: The certificate is unknown");
2465 failf(data, "SSL authentication failed");
2468 failf(data, "SSL peer handshake failed, the server most likely "
2472 failf(data, "SSL server rejected the client certificate due to "
2480 failf(data, "SSL certificate peer verification failed, the "
2486 failf(data, "Could not negotiate an SSL cipher suite with the server");
2489 failf(data, "A configuration error occurred");
2492 failf(data, "SSL protocol error");
2495 failf(data, "A bad protocol version was encountered");
2498 failf(data, "No renegotiation is allowed");
2503 failf(data, "Server dropped the connection during the SSL handshake");
2506 failf(data, "Server aborted the SSL handshake");
2509 failf(data, "The connection closed gracefully");
2512 failf(data, "The server closed the session with no notification");
2518 failf(data, "Internal SSL engine error encountered during the "
2522 failf(data, "Fatal SSL engine error encountered during the SSL "
2527 failf(data, "An insufficient buffer was provided");
2530 failf(data, "An illegal parameter was encountered");
2533 failf(data, "Module attach failure");
2536 failf(data, "An attempt to restore an unknown session failed");
2539 failf(data, "An export restriction occurred");
2542 failf(data, "The user canceled the operation");
2545 failf(data, "Peer rejected unexpected message");
2550 failf(data, "A non-fatal result for providing a server name "
2560 failf(data, "The server has requested a client certificate");
2566 failf(data, "Unexpected (skipped) record in DTLS");
2571 failf(data, "Unknown SSL protocol error in connection to %s:%d",
2586 failf(data, "SSL: public key does not match pinned public key!");
2820 failf(data, "SSL connection timeout");
2838 failf(data, "SSL connection timeout");
2855 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
2865 failf(data, "SSL connection timeout");
2975 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
2981 failf(data, "SSL shutdown timeout");
2991 failf(data, "read: %s", strerror(errno));
3149 failf(conn->data, "SSLWrite() returned error %d", err);
3166 failf(conn->data, "SSLWrite() returned error %d", err);
3206 failf(conn->data, "SSLRead() return error %d", err);