• Home
  • Raw
  • Download

Lines Matching refs:failf

371         failf(data,  in cert_stuff()
386 failf(data, in cert_stuff()
409 failf(data, "ssl engine does not support loading certificates"); in cert_stuff()
416 failf(data, "ssl engine cannot load client cert with id" in cert_stuff()
423 failf(data, "ssl engine didn't initialized the certificate " in cert_stuff()
429 failf(data, "unable to set client certificate"); in cert_stuff()
436 failf(data, "crypto engine not set, can't load certificate"); in cert_stuff()
442 failf(data, "file type ENG for certificate not implemented"); in cert_stuff()
457 failf(data, "could not open PKCS12 file '%s'", cert_file); in cert_stuff()
464 failf(data, "error reading PKCS12 file '%s'", cert_file); in cert_stuff()
472 failf(data, in cert_stuff()
482 failf(data, in cert_stuff()
489 failf(data, "unable to use private key from PKCS12 file '%s'", in cert_stuff()
495 failf(data, "private key from PKCS12 file '%s' " in cert_stuff()
511 failf(data, "cannot add certificate to certificate chain"); in cert_stuff()
518 failf(data, "cannot add certificate to client CA list"); in cert_stuff()
534 failf(data, "file type P12 for certificate not supported"); in cert_stuff()
539 failf(data, "not supported file type '%s' for certificate", cert_type); in cert_stuff()
554 failf(data, "unable to set private key file: '%s' type %s", in cert_stuff()
568 failf(data, "unable do create OpenSSL user-interface method"); in cert_stuff()
587 failf(data, "failed to load private key from crypto engine"); in cert_stuff()
591 failf(data, "unable to set private key"); in cert_stuff()
598 failf(data, "crypto engine not set, can't load private key"); in cert_stuff()
604 failf(data, "file type ENG for private key not supported"); in cert_stuff()
609 failf(data, "file type P12 for private key not supported"); in cert_stuff()
614 failf(data, "not supported file type for private key"); in cert_stuff()
620 failf(data, "unable to create an SSL structure"); in cert_stuff()
643 failf(data, "Private key does not match the certificate public key"); in cert_stuff()
803 failf(data, "SSL Engine '%s' not found", engine); in Curl_ossl_set_engine()
816 failf(data, "Failed to initialise SSL Engine '%s':\n%s", in Curl_ossl_set_engine()
824 failf(data, "SSL Engine not supported"); in Curl_ossl_set_engine()
840 failf(data, "set default crypto engine '%s' failed", in Curl_ossl_set_engine_default()
952 failf(conn->data, "SSL read: %s, errno %d", in Curl_ossl_shutdown()
961 failf(data, "SSL shutdown timeout"); in Curl_ossl_shutdown()
966 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO); in Curl_ossl_shutdown()
1177 failf(data, "SSL: no alternative certificate subject name matches " in verifyhost()
1226 failf(data, "SSL: illegal cert name field"); in verifyhost()
1248 failf(data, in verifyhost()
1253 failf(data, "SSL: certificate subject name '%s' does not match " in verifyhost()
1285 failf(data, "No OCSP response received"); in verifystatus()
1292 failf(data, "Invalid OCSP response"); in verifystatus()
1299 failf(data, "Invalid OCSP response status: %s (%d)", in verifystatus()
1307 failf(data, "Invalid OCSP response"); in verifystatus()
1333 failf(data, "Could not add issuer cert to OCSP response"); in verifystatus()
1343 failf(data, "OCSP response verification failed"); in verifystatus()
1361 failf(data, "OCSP response has expired"); in verifystatus()
1376 failf(data, "SSL certificate revocation reason: %s (%d)", in verifystatus()
1717 failf(data, "OpenSSL was built without SSLv2 support"); in ossl_connect_step1()
1730 failf(data, "OpenSSL was built without SSLv3 support"); in ossl_connect_step1()
1748 failf(data, "SSL: couldn't create a context: %s", in ossl_connect_step1()
1881 failf(data, "Unsupported SSL protocol version"); in ossl_connect_step1()
1936 failf(data, "failed setting cipher list: %s", ciphers); in ossl_connect_step1()
1946 failf(data, "Unable to set SRP user name"); in ossl_connect_step1()
1950 failf(data, "failed setting SRP password"); in ossl_connect_step1()
1957 failf(data, "failed setting SRP cipher list"); in ossl_connect_step1()
1971 failf(data, "error setting certificate verify locations:\n" in ossl_connect_step1()
2007 failf(data, "error loading CRL file: %s", in ossl_connect_step1()
2049 failf(data, "error signaled by ssl ctx callback"); in ossl_connect_step1()
2059 failf(data, "SSL: couldn't create a context (handle)!"); in ossl_connect_step1()
2088 failf(data, "SSL: SSL_set_session failed: %s", in ossl_connect_step1()
2098 failf(data, "SSL: SSL_set_fd failed: %s", in ossl_connect_step1()
2190 failf(data, "Unknown SSL protocol error in connection to %s:%ld ", in ossl_connect_step2()
2196 failf(data, "%s%s", cert_problem ? cert_problem : "", error_buffer); in ossl_connect_step2()
2646 failf(data, "SSL: couldn't get peer certificate!"); in servercert()
2677 failf(data, "SSL: couldn't get X509-issuer name!"); in servercert()
2691 failf(data, "SSL: Unable to open issuer cert (%s)", in servercert()
2701 failf(data, "SSL: Unable to read issuer cert (%s)", in servercert()
2713 failf(data, "SSL: Certificate issuer check failed (%s)", in servercert()
2734 failf(data, "SSL certificate verify result: %s (%ld)", in servercert()
2767 failf(data, "SSL: public key does not match pinned public key!"); in servercert()
2807 failf(data, "failed to store ssl session"); in ossl_connect_step3()
2862 failf(data, "SSL connection timeout"); in ossl_connect_common()
2880 failf(data, "SSL connection timeout"); in ossl_connect_common()
2896 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO); in ossl_connect_common()
2906 failf(data, "SSL connection timeout"); in ossl_connect_common()
3011 failf(conn->data, "SSL_write() returned SYSCALL, errno = %d", in ossl_send()
3019 failf(conn->data, "SSL_write() error: %s", in ossl_send()
3025 failf(conn->data, "SSL_write() return error %d", err); in ossl_send()
3070 failf(conn->data, "SSL read: %s, errno %d", in ossl_recv()