Lines Matching refs:failf
953 failf(data, "SSL: invalid CA certificate subject"); in CopyCertSubject()
963 failf(data, "SSL: out of memory"); in CopyCertSubject()
973 failf(data, "SSL: invalid CA certificate subject"); in CopyCertSubject()
981 failf(data, "SSL: couldn't allocate %zu bytes of memory", cbuf_size); in CopyCertSubject()
1339 failf(data, "unsupported min version passed via CURLOPT_SSLVERSION"); in set_ssl_version_min_max()
1345 failf(data, "unsupported max version passed via CURLOPT_SSLVERSION"); in set_ssl_version_min_max()
1377 failf(data, "Your version of the OS does not support TLSv1.3"); in set_ssl_version_min_max()
1385 failf(data, "Secure Transport: cannot set SSL protocol"); in set_ssl_version_min_max()
1430 failf(data, "SSL: couldn't create a context!");
1441 failf(data, "SSL: couldn't create a context: OSStatus %d", err);
1451 failf(data, "SSL: couldn't create a context: OSStatus %d", err);
1489 failf(data, "Your version of the OS does not support SSLv3");
1497 failf(data, "Your version of the OS does not support SSLv2");
1503 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
1540 failf(data, "Your version of the OS does not support SSLv3");
1549 failf(data, "Your version of the OS does not support SSLv2");
1554 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
1561 failf(data, "Your version of the OS does not support to set maximum"
1575 failf(data, "Your version of the OS does not support TLSv1.1");
1578 failf(data, "Your version of the OS does not support TLSv1.2");
1581 failf(data, "Your version of the OS does not support TLSv1.3");
1588 failf(data, "Your version of the OS does not support SSLv2");
1597 failf(data, "Your version of the OS does not support SSLv3");
1602 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
1696 failf(data, "SSL: SSLSetCertificate() failed: OSStatus %d", err);
1707 failf(data, "SSL: Incorrect password for the certificate \"%s\" "
1711 failf(data, "SSL: Couldn't make sense of the data in the "
1716 failf(data, "SSL The certificate \"%s\" requires a password.",
1720 failf(data, "SSL: Can't find the certificate \"%s\" and its private "
1724 failf(data, "SSL: Can't load the certificate \"%s\" and its private "
1763 failf(data, "SSL: SSLSetSessionOption() failed: OSStatus %d", err);
1772 failf(data, "SSL: SSLSetEnableCertVerify() failed: OSStatus %d", err);
1781 failf(data, "SSL: SSLSetEnableCertVerify() failed: OSStatus %d", err);
1791 failf(data, "SSL: can't load CA certificate file %s", ssl_cafile);
1828 failf(data, "SSL: SSLGetNumberSupportedCiphers() failed: OSStatus %d",
1834 failf(data, "SSL: Failed to allocate memory for all ciphers");
1840 failf(data, "SSL: Failed to allocate memory for allowed ciphers");
1935 failf(data, "SSL: SSLSetEnabledCiphers() failed: OSStatus %d", err);
1962 failf(data, "SSL: SSLSetPeerID() failed: OSStatus %d", err);
1980 failf(data, "SSL: SSLSetPeerID() failed: OSStatus %d", err);
1988 failf(data, "failed to store ssl session");
1996 failf(data, "SSL: SSLSetIOFuncs() failed: OSStatus %d", err);
2007 failf(data, "SSL: SSLSetConnection() failed: %d", err);
2120 failf(data, "SSL: failed to allocate array for CA certificate");
2128 failf(data, "SSL: failed to create SecCertificate from CA certificate");
2160 failf(data, "SSL: failed to read or invalid CA certificate");
2177 failf(data, "SSL: out of memory creating CA certificate array");
2192 failf(data, "SSL: invalid CA certificate #%d (offset %d) in bundle",
2226 failf(data, "SSL: error getting certificate chain");
2232 failf(data, "SSLCopyPeerTrust() returned error %d", ret);
2240 failf(data, "SecTrustSetAnchorCertificates() returned error %d", ret);
2247 failf(data, "SecTrustSetAnchorCertificatesOnly() returned error %d", ret);
2256 failf(data, "SecTrustEvaluate() returned error %d", ret);
2268 failf(data, "SSL: certificate verification failed (result: %d)",
2425 failf(data, "Decode failed");
2429 failf(data, "Decryption failed");
2432 failf(data, "A decryption error occurred");
2435 failf(data, "A bad SSL cipher suite was encountered");
2438 failf(data, "An underlying cryptographic error was encountered");
2442 failf(data, "Indicates a weak ephemeral Diffie-Hellman key");
2449 failf(data, "A record with a bad message authentication code (MAC) "
2454 failf(data, "A record overflow occurred");
2459 failf(data, "Decompression failed");
2464 failf(data, "Access was denied");
2467 failf(data, "There is insufficient security for this operation");
2472 failf(data, "SSL certificate problem: Invalid certificate chain");
2475 failf(data, "SSL certificate problem: Untrusted root certificate");
2478 failf(data, "SSL certificate problem: No root certificate");
2481 failf(data, "SSL certificate problem: The certificate chain had a "
2486 failf(data, "SSL certificate problem: Certificate chain had an "
2491 failf(data, "SSL certificate problem: Couldn't understand the server "
2495 failf(data, "SSL certificate problem: An unsupported certificate "
2499 failf(data, "SSL certificate problem: The certificate was revoked");
2502 failf(data, "SSL certificate problem: The certificate is unknown");
2507 failf(data, "SSL authentication failed");
2510 failf(data, "SSL peer handshake failed, the server most likely "
2514 failf(data, "SSL server rejected the client certificate due to "
2522 failf(data, "SSL certificate peer verification failed, the "
2528 failf(data, "Could not negotiate an SSL cipher suite with the server");
2531 failf(data, "A configuration error occurred");
2534 failf(data, "SSL protocol error");
2537 failf(data, "A bad protocol version was encountered");
2540 failf(data, "No renegotiation is allowed");
2545 failf(data, "Server dropped the connection during the SSL handshake");
2548 failf(data, "Server aborted the SSL handshake");
2551 failf(data, "The connection closed gracefully");
2554 failf(data, "The server closed the session with no notification");
2560 failf(data, "Internal SSL engine error encountered during the "
2564 failf(data, "Fatal SSL engine error encountered during the SSL "
2569 failf(data, "An insufficient buffer was provided");
2572 failf(data, "An illegal parameter was encountered");
2575 failf(data, "Module attach failure");
2578 failf(data, "An attempt to restore an unknown session failed");
2581 failf(data, "An export restriction occurred");
2584 failf(data, "The user canceled the operation");
2587 failf(data, "Peer rejected unexpected message");
2592 failf(data, "A non-fatal result for providing a server name "
2602 failf(data, "The server has requested a client certificate");
2608 failf(data, "Unexpected (skipped) record in DTLS");
2613 failf(data, "Unknown SSL protocol error in connection to %s:%d",
2628 failf(data, "SSL: public key does not match pinned public key!");
2865 failf(data, "SSL connection timeout");
2883 failf(data, "SSL connection timeout");
2900 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
2910 failf(data, "SSL connection timeout");
3024 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
3030 failf(data, "SSL shutdown timeout");
3040 failf(data, "read: %s", strerror(errno));
3201 failf(conn->data, "SSLWrite() returned error %d", err);
3218 failf(conn->data, "SSLWrite() returned error %d", err);
3272 failf(conn->data, "SSLRead() return error %d", err);