Lines Matching defs:connection
835 static OSStatus sectransp_bio_cf_in_read(SSLConnectionRef connection,
839 struct Curl_cfilter *cf = (struct Curl_cfilter *)connection;
875 static OSStatus sectransp_bio_cf_out_write(SSLConnectionRef connection,
879 struct Curl_cfilter *cf = (struct Curl_cfilter *)connection;
2675 failf(data, "Server dropped the connection during the SSL handshake");
2681 failf(data, "The connection closed gracefully");
2744 failf(data, "Unknown SSL protocol error in connection to %s:%d",
2771 infof(data, "SSL 2.0 connection using %s",
2775 infof(data, "SSL 3.0 connection using %s",
2779 infof(data, "TLS 1.0 connection using %s",
2784 infof(data, "TLS 1.1 connection using %s",
2788 infof(data, "TLS 1.2 connection using %s",
2794 infof(data, "TLS 1.3 connection using %s",
2799 infof(data, "Unknown protocol connection");
2884 /* This should be called during step3 of the connection at the earliest */
3015 /* check if the connection has already been established */
3027 failf(data, "SSL connection timeout");
3045 failf(data, "SSL connection timeout");
3072 failf(data, "SSL connection timeout");
3080 * connection is done nonblocking and this loop would execute again. This
3081 * permits the owner of a multi handle to abort a connection attempt