Lines Matching refs:failf

226         failf(data, "schannel: TLS 1.3 not supported on Windows prior to 11");  in schannel_set_ssl_version_min_max()
549 failf(data, "SSL versions not supported"); in schannel_acquire_credential_handle()
552 failf(data, "Unrecognized parameter passed via CURLOPT_SSLVERSION"); in schannel_acquire_credential_handle()
587 failf(data, "schannel: Failed to get certificate location" in schannel_acquire_credential_handle()
597 failf(data, "schannel: certificate format compatibility error " in schannel_acquire_credential_handle()
634 failf(data, "schannel: Failed to read cert file %s", in schannel_acquire_credential_handle()
675 failf(data, "schannel: Failed to import cert file %s, " in schannel_acquire_credential_handle()
679 failf(data, "schannel: Failed to import cert file %s, " in schannel_acquire_credential_handle()
690 failf(data, "schannel: Failed to get certificate from file %s" in schannel_acquire_credential_handle()
706 failf(data, "schannel: Failed to open cert store %lx %s, " in schannel_acquire_credential_handle()
748 failf(data, "schannel: client cert support not built in"); in schannel_acquire_credential_handle()
757 failf(data, "schannel: unable to allocate memory"); in schannel_acquire_credential_handle()
851 failf(data, "schannel: Unknown TLS 1.3 cipher: %.*s", (int)n, namep); in schannel_acquire_credential_handle()
866 failf(data, "schannel: All available TLS 1.3 ciphers were disabled"); in schannel_acquire_credential_handle()
1006 failf(data, "schannel: This version of Schannel does not support " in schannel_acquire_credential_handle()
1013 failf(data, "schannel: Failed setting algorithm cipher list"); in schannel_acquire_credential_handle()
1043 failf(data, "schannel: AcquireCredentialsHandle failed: %s", in schannel_acquire_credential_handle()
1123 failf(data, "schannel: this version of Windows is too old to support " in schannel_connect_step1()
1132 failf(data, "schannel: CA cert support not built in"); in schannel_connect_step1()
1206 failf(data, "Error setting ALPN"); in schannel_connect_step1()
1248 failf(data, "schannel: unable to allocate memory"); in schannel_connect_step1()
1271 failf(data, "schannel: initial InitializeSecurityContext failed: %s", in schannel_connect_step1()
1275 failf(data, "schannel: SNI or certificate check failed: %s", in schannel_connect_step1()
1290 failf(data, "schannel: initial InitializeSecurityContext failed: %s", in schannel_connect_step1()
1305 failf(data, "schannel: failed to send initial handshake data: " in schannel_connect_step1()
1362 failf(data, "schannel: unable to allocate memory"); in schannel_connect_step2()
1374 failf(data, "schannel: unable to allocate memory"); in schannel_connect_step2()
1389 failf(data, "schannel: unable to re-allocate memory"); in schannel_connect_step2()
1414 failf(data, "schannel: failed to receive handshake, " in schannel_connect_step2()
1442 failf(data, "schannel: unable to allocate memory"); in schannel_connect_step2()
1494 failf(data, "schannel: failed to send next handshake data: " in schannel_connect_step2()
1510 failf(data, "schannel: next InitializeSecurityContext failed: %s", in schannel_connect_step2()
1514 failf(data, "schannel: SNI or certificate check failed: %s", in schannel_connect_step2()
1518 failf(data, "schannel: %s", in schannel_connect_step2()
1533 failf(data, "schannel: next InitializeSecurityContext failed: %s", in schannel_connect_step2()
1594 failf(data, "SSL: public key does not match pinned public key"); in schannel_connect_step2()
1738 failf(data, "schannel: failed to setup sequence detection"); in schannel_connect_step3()
1740 failf(data, "schannel: failed to setup replay detection"); in schannel_connect_step3()
1742 failf(data, "schannel: failed to setup confidentiality"); in schannel_connect_step3()
1744 failf(data, "schannel: failed to setup memory allocation"); in schannel_connect_step3()
1746 failf(data, "schannel: failed to setup stream orientation"); in schannel_connect_step3()
1758 failf(data, "schannel: failed to retrieve ALPN result"); in schannel_connect_step3()
1773 failf(data, "schannel: server selected an ALPN protocol too late"); in schannel_connect_step3()
1807 failf(data, "schannel: failed to retrieve remote cert context"); in schannel_connect_step3()
1855 failf(data, "SSL/TLS connection timeout"); in schannel_connect_common()
1871 failf(data, "SSL/TLS connection timeout"); in schannel_connect_common()
1887 failf(data, "select/poll on SSL/TLS socket, errno: %d", SOCKERRNO); in schannel_connect_common()
1897 failf(data, "SSL/TLS connection timeout"); in schannel_connect_common()
2042 failf(data, "schannel: timed out sending data " in schannel_send()
2053 failf(data, "select/poll on SSL socket, errno: %d", SOCKERRNO); in schannel_send()
2059 failf(data, "schannel: timed out sending data " in schannel_send()
2171 failf(data, "schannel: unable to re-allocate memory"); in schannel_recv()
2258 failf(data, "schannel: unable to re-allocate memory"); in schannel_recv()
2357 failf(data, "schannel: failed to read data from server: %s", in schannel_recv()
2395 failf(data, "schannel: server closed abruptly (missing close_notify)"); in schannel_recv()
2525 failf(data, "schannel: ApplyControlToken failure: %s", in schannel_shutdown()
2558 failf(data, "schannel: failed to send close msg: %s" in schannel_shutdown()
2573 failf(data, "schannel: error sending close msg: %d", result); in schannel_shutdown()
2710 failf(data, "schannel: Failed to read remote certificate context: %s", in schannel_pkp_pin_peer_pubkey()
2728 failf(data, "SSL: failed retrieving public key from server certificate"); in schannel_pkp_pin_peer_pubkey()
2737 failf(data, "SSL: public key does not match pinned public key"); in schannel_pkp_pin_peer_pubkey()