Lines Matching refs:failf
1002 failf(data, "Insufficient randomness");
1304 failf(data,
1325 failf(data,
1361 failf(data, "ssl engine does not support loading certificates");
1368 failf(data, "ssl engine cannot load client cert with id"
1376 failf(data, "ssl engine didn't initialized the certificate "
1382 failf(data, "unable to set client certificate [%s]",
1390 failf(data, "crypto engine not set, can't load certificate");
1396 failf(data, "file type ENG for certificate not implemented");
1409 failf(data,
1420 failf(data,
1429 failf(data, "could not open PKCS12 file '%s'", cert_file);
1439 failf(data, "error reading PKCS12 file '%s'",
1448 failf(data,
1460 failf(data,
1469 failf(data, "unable to use private key from PKCS12 file '%s'",
1475 failf(data, "private key from PKCS12 file '%s' "
1492 failf(data, "cannot add certificate to client CA list");
1497 failf(data, "cannot add certificate to certificate chain");
1513 failf(data, "not supported file type '%s' for certificate", cert_type);
1534 failf(data, "unable to set private key file: '%s' type %s",
1558 failf(data, "unable do create " OSSL_PACKAGE
1571 failf(data, "failed to load private key from crypto engine");
1575 failf(data, "unable to set private key");
1582 failf(data, "crypto engine not set, can't load private key");
1588 failf(data, "file type ENG for private key not supported");
1593 failf(data, "file type P12 for private key not supported");
1598 failf(data, "not supported file type for private key");
1604 failf(data, "unable to create an SSL structure");
1648 failf(data, "Private key does not match the certificate public key");
1810 failf(data, "SSL Engine '%s' not found", engine);
1823 failf(data, "Failed to initialise SSL Engine '%s': %s",
1831 failf(data, "SSL Engine not supported");
1847 failf(data, "set default crypto engine '%s' failed",
2011 failf(data, OSSL_PACKAGE " SSL_read on shutdown: %s, errno %d",
2022 failf(data, "SSL shutdown timeout");
2027 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
2246 failf(data, "SSL: no alternative certificate subject name matches "
2296 failf(data, "SSL: illegal cert name field");
2306 failf(data,
2312 failf(data, "SSL: certificate subject name '%s' does not match "
2358 failf(data, "No OCSP response received");
2365 failf(data, "Invalid OCSP response");
2372 failf(data, "Invalid OCSP response status: %s (%d)",
2380 failf(data, "Invalid OCSP response");
2387 failf(data, "Could not get peer certificate chain");
2412 failf(data, "Could not add issuer cert to OCSP response");
2422 failf(data, "OCSP response verification failed");
2430 failf(data, "Error getting peer certificate");
2445 failf(data, "Error computing OCSP ID");
2455 failf(data, "Could not find certificate ID in OCSP response");
2462 failf(data, "OCSP response has expired");
2476 failf(data, "SSL certificate revocation reason: %s (%d)",
2851 failf(data, OSSL_PACKAGE " was built without TLS 1.3 support");
2859 failf(data, OSSL_PACKAGE " was built without TLS 1.2 support");
2867 failf(data, OSSL_PACKAGE " was built without TLS 1.1 support");
2896 failf(data, OSSL_PACKAGE " was built without TLS 1.3 support");
2953 failf(data, "failed to store ssl session");
3095 failf(data, "SSL: Out of memory allocating for OID list");
3217 failf(data, "error importing CA certificate blob");
3232 failf(data, "error setting certificate file: %s", ssl_cafile);
3241 failf(data, "error setting certificate path: %s", ssl_capath);
3253 failf(data, "error setting certificate verify locations:"
3285 failf(data, "error loading CRL file: %s", ssl_crlfile);
3504 failf(data, "No SSLv2 support");
3507 failf(data, "No SSLv3 support");
3510 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
3523 failf(data, "SSL: couldn't create a context: %s",
3625 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION");
3638 failf(data, "Error setting ALPN");
3654 /* failf() is already done in cert_stuff() */
3663 failf(data, "failed setting cipher list: %s", ciphers);
3674 failf(data, "failed setting TLS 1.3 cipher suite: %s", ciphers13);
3692 failf(data, "failed setting curves list: '%s'", curves);
3706 failf(data, "Unable to set SRP user name");
3710 failf(data, "failed setting SRP password");
3717 failf(data, "failed setting SRP cipher list");
3763 failf(data, "error signaled by ssl ctx callback");
3773 failf(data, "SSL: couldn't create a context (handle)");
3796 failf(data, "Failed set SNI");
3811 failf(data, "SSL: SSL_set_session failed: %s",
3977 failf(data, OSSL_PACKAGE " SSL_connect: %s in connection to %s:%d ",
3984 failf(data, "%s", error_buffer);
4158 * Get the server cert, verify it and show it, etc., only call failf() if the
4188 failf(data,
4206 failf(data, "SSL: couldn't get peer certificate");
4248 failf(data, "SSL: couldn't get X509-issuer name");
4263 failf(data,
4276 failf(data,
4288 failf(data, "SSL: Unable to open issuer cert (%s)",
4300 failf(data, "SSL: Unable to read issuer cert (%s)",
4311 failf(data, "SSL: Certificate issuer check failed (%s)",
4333 failf(data, "SSL certificate verify result: %s (%ld)",
4385 failf(data, "SSL: public key does not match pinned public key");
4442 failf(data, "SSL connection timeout");
4460 failf(data, "SSL connection timeout");
4479 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
4485 failf(data, "SSL connection timeout");
4618 failf(data, OSSL_PACKAGE " SSL_write: %s, errno %d",
4628 failf(data, "SSL_write() error: %s",
4636 failf(data, OSSL_PACKAGE " SSL_write: %s, errno %d",
4713 failf(data, OSSL_PACKAGE " SSL_read: %s, errno %d",
4736 failf(data, OSSL_PACKAGE " SSL_read: %s, errno %d"