Lines Matching defs:client
145 BIO_printf(bio_err, "Error: client did not send PSK identity\n");
154 BIO_printf(bio_s_out, "PSK warning: client identity not what we expected"
158 BIO_printf(bio_s_out, "PSK client identity found\n");
571 * Certificate Status callback. This is called when a client includes a
659 BIO_printf(bio_s_out, "ALPN protocols advertised by the client: ");
2278 BIO_printf(bio, "%4ld client connects (SSL_connect())\n",
2280 BIO_printf(bio, "%4ld client renegotiates (SSL_connect())\n",
2282 BIO_printf(bio, "%4ld client connects that finished\n",
2736 * caused by a client.
2847 BIO_ADDR *client = NULL;
2850 if ((client = BIO_ADDR_new()) == NULL) {
2854 i = DTLSv1_listen(con, client);
2868 if (!wbio || BIO_connect(fd, client, 0) == 0) {
2870 BIO_ADDR_free(client);
2874 (void)BIO_ctrl_set_connected(wbio, client);
2875 BIO_ADDR_free(client);
2882 BIO_ADDR_free(client);
3194 "Error waiting for client response\n");
3201 * we're expecting to come from the client. If they haven't
3293 BIO_puts(io, "no client certificate available\n");