Lines Matching refs:infof

135  * #define infof(x, y, ...) printf(y, __VA_ARGS__)
484 DEBUGF(infof(data, "schannel: disabled server certificate revocation "
491 DEBUGF(infof(data, "schannel: ignore revocation offline errors"));
496 DEBUGF(infof(data,
504 DEBUGF(infof(data,
510 DEBUGF(infof(data, "schannel: verifyhost setting prevents Schannel from "
518 infof(data, "schannel: disabled automatic use of client certificate");
521 infof(data, "schannel: enabled automatic use of client certificate");
990 infof(data, "schannel: WARNING: This version of Schannel may "
1072 DEBUGF(infof(data,
1080 infof(data, "schannel: Windows version is old and may not be able to "
1134 DEBUGF(infof(data, "schannel: reusing existing credential handle"));
1138 DEBUGF(infof(data,
1163 infof(data, "schannel: using IP address, SNI is not supported by OS.");
1208 infof(data, VTLS_INFOF_ALPN_OFFER_1STR, proto.data);
1284 DEBUGF(infof(data, "schannel: sending initial handshake data: "
1298 DEBUGF(infof(data, "schannel: sent initial handshake data: "
1336 DEBUGF(infof(data,
1397 DEBUGF(infof(data, "schannel: failed to receive handshake, "
1410 DEBUGF(infof(data, "schannel: encrypted data got %zd", nread));
1413 DEBUGF(infof(data,
1451 DEBUGF(infof(data,
1463 DEBUGF(infof(data,
1473 DEBUGF(infof(data, "schannel: sending next handshake data: "
1529 DEBUGF(infof(data, "schannel: encrypted data length: %lu",
1569 DEBUGF(infof(data, "schannel: SSL/TLS handshake complete"));
1690 DEBUGF(infof(data,
1757 DEBUGF(infof(data,
1776 DEBUGF(infof(data,
2111 * The pattern for return error is set *err, optional infof, goto cleanup.
2119 DEBUGF(infof(data, "schannel: client wants to read %zu bytes", len));
2123 infof(data, "schannel: enough decrypted data is already available");
2128 infof(data, "schannel: an unrecoverable error occurred in a prior call");
2133 infof(data, "schannel: server indicated shutdown in a prior call");
2162 DEBUGF(infof(data, "schannel: encdata_buffer resized %zu",
2166 DEBUGF(infof(data,
2178 DEBUGF(infof(data,
2181 infof(data, "schannel: recv returned CURLE_RECV_ERROR");
2183 infof(data, "schannel: recv returned error %d", *err);
2187 DEBUGF(infof(data, "schannel: server closed the connection"));
2192 DEBUGF(infof(data, "schannel: encrypted data got %zd", nread));
2196 DEBUGF(infof(data,
2226 DEBUGF(infof(data, "schannel: decrypted data length: %lu",
2259 DEBUGF(infof(data, "schannel: decrypted data added: %zu", size));
2260 DEBUGF(infof(data,
2267 DEBUGF(infof(data, "schannel: encrypted data length: %lu",
2282 DEBUGF(infof(data,
2293 infof(data, "schannel: remote party requests renegotiation");
2295 infof(data, "schannel: can't renegotiate, an error is pending");
2300 infof(data, "schannel: renegotiating SSL/TLS connection");
2307 infof(data, "schannel: renegotiation failed");
2312 infof(data, "schannel: SSL/TLS connection renegotiated");
2322 infof(data, "schannel: server closed the connection");
2331 infof(data, "schannel: failed to decrypt data, need more data");
2337 infof(data, "schannel: failed to read data from server: %s",
2345 DEBUGF(infof(data,
2349 DEBUGF(infof(data,
2355 DEBUGF(infof(data, "schannel: schannel_recv cleanup"));
2377 infof(data, "schannel: server closed abruptly (missing close_notify)");
2391 DEBUGF(infof(data, "schannel: decrypted data returned %zu", size));
2392 DEBUGF(infof(data,
2489 infof(data, "schannel: shutting down SSL/TLS connection with %s port %d",
2539 infof(data, "schannel: failed to send close msg: %s"
2547 DEBUGF(infof(data, "schannel: clear security context handle"));