• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/curl-7.23.1/lib/

Lines Matching refs:failf

356         failf(data, SSL_CLIENT_CERT_ERR);
368 failf(data, SSL_CLIENT_CERT_ERR);
388 failf(data, "ssl engine does not support loading certificates");
395 failf(data, "ssl engine cannot load client cert with id"
402 failf(data, "ssl engine didn't initialized the certificate "
408 failf(data, "unable to set client certificate");
415 failf(data, "crypto engine not set, can't load certificate");
421 failf(data, "file type ENG for certificate not implemented");
436 failf(data, "could not open PKCS12 file '%s'", cert_file);
443 failf(data, "error reading PKCS12 file '%s'", cert_file );
451 failf(data,
461 failf(data, SSL_CLIENT_CERT_ERR);
468 failf(data, "unable to use private key from PKCS12 file '%s'",
476 failf(data, "private key from PKCS12 file '%s' "
486 failf(data, "cannot add certificate to certificate chain");
492 failf(data, "cannot add certificate to client CA list");
505 failf(data, "file type P12 for certificate not supported");
510 failf(data, "not supported file type '%s' for certificate", cert_type);
525 failf(data, "unable to set private key file: '%s' type %s",
546 failf(data, "failed to load private key from crypto engine");
550 failf(data, "unable to set private key");
557 failf(data, "crypto engine not set, can't load private key");
563 failf(data, "file type ENG for private key not supported");
568 failf(data, "file type P12 for private key not supported");
573 failf(data, "not supported file type for private key");
579 failf(data,"unable to create an SSL structure");
602 failf(data, "Private key does not match the certificate public key");
770 failf(data, "SSL Engine '%s' not found", engine);
783 failf(data, "Failed to initialise SSL Engine '%s':\n%s",
791 failf(data, "SSL Engine not supported");
807 failf(data, "set default crypto engine '%s' failed",
919 failf(conn->data, "SSL read: %s, errno %d",
928 failf(data, "SSL shutdown timeout");
933 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
1247 failf(data, "SSL: illegal cert name field");
1258 /* Curl_convert_from_utf8 calls failf if unsuccessful */
1269 failf(data,
1275 failf(data, "SSL: certificate subject name '%s' does not match "
1459 failf(data, "OpenSSL was built without SSLv2 support");
1485 failf(data, "SSL: couldn't create a context: %s",
1560 /* failf() is already done in cert_stuff() */
1568 failf(data, "failed setting cipher list");
1578 failf(data, "Unable to set SRP user name");
1582 failf(data, "failed setting SRP password");
1589 failf(data, "failed setting SRP cipher list");
1603 failf(data,"error setting certificate verify locations:\n"
1638 failf(data,"error loading CRL file: %s\n",
1666 failf(data,"error signaled by ssl ctx callback");
1676 failf(data, "SSL: couldn't create a context (handle)!");
1698 failf(data, "SSL: SSL_set_session failed: %s",
1708 failf(data, "SSL: SSL_set_fd failed: %s",
1790 failf(data, "Unknown SSL protocol error in connection to %s:%ld ",
1797 failf(data, "%s%s", cert_problem ? cert_problem : "", error_buffer);
2206 * Get the server cert, verify it and show it etc, only call failf() if the
2235 failf(data, "SSL: couldn't get peer certificate!");
2244 failf(data, "SSL: couldn't get X509-subject!");
2272 failf(data, "SSL: couldn't get X509-issuer name!");
2286 failf(data, "SSL: Unable to open issuer cert (%s)\n",
2295 failf(data, "SSL: Unable to read issuer cert (%s)\n",
2305 failf(data, "SSL: Certificate issuer check failed (%s)\n",
2324 failf(data, "SSL certificate verify result: %s (%ld)",
2390 failf(data, "failed to store ssl session");
2449 failf(data, "SSL connection timeout");
2466 failf(data, "SSL connection timeout");
2482 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO);
2492 failf(data, "SSL connection timeout");
2602 failf(conn->data, "SSL_write() returned SYSCALL, errno = %d",
2610 failf(conn->data, "SSL_write() error: %s",
2616 failf(conn->data, "SSL_write() return error %d", err);
2655 failf(conn->data, "SSL read: %s, errno %d",