Lines Matching refs:BIO_printf

147     BIO_printf(bio, "%4ld items in the session cache\n",
149 BIO_printf(bio, "%4d client connects (SSL_connect())\n",
151 BIO_printf(bio, "%4d client connects that finished\n",
153 BIO_printf(bio, "%4d server connects (SSL_accept())\n",
155 BIO_printf(bio, "%4d server connects that finished\n",
157 BIO_printf(bio, "%4d session cache hits\n", SSL_CTX_sess_hits(ctx));
158 BIO_printf(bio, "%4d session cache misses\n", SSL_CTX_sess_misses(ctx));
159 BIO_printf(bio, "%4d session cache timeouts\n", SSL_CTX_sess_timeouts(ctx));
164 BIO_printf(bio_err, "usage: ssltest [args ...]\n");
165 BIO_printf(bio_err, "\n");
166 BIO_printf(bio_err, " -server_auth - check server certificate\n");
167 BIO_printf(bio_err, " -client_auth - do client authentication\n");
168 BIO_printf(bio_err, " -v - more output\n");
169 BIO_printf(bio_err, " -CApath arg - PEM format directory of CA's\n");
170 BIO_printf(bio_err, " -CAfile arg - PEM format file of CA's\n");
171 BIO_printf(bio_err, " -threads arg - number of threads\n");
172 BIO_printf(bio_err, " -loops arg - number of 'connections', per thread\n");
173 BIO_printf(bio_err, " -reconnect - reuse session-id's\n");
174 BIO_printf(bio_err, " -stats - server session-id cache stats\n");
175 BIO_printf(bio_err, " -cert arg - server certificate/key\n");
176 BIO_printf(bio_err, " -ccert arg - client certificate/key\n");
177 BIO_printf(bio_err, " -ssl3 - just SSLv3n\n");
246 BIO_printf(bio_err, "unknown option %s\n", *argv);
280 BIO_printf(bio_err, "SSL_CTX_use_certificate_file (%s)\n", scert);
285 BIO_printf(bio_err, "SSL_CTX_use_RSAPrivateKey_file (%s)\n", scert);
299 BIO_printf(bio_err, "SSL_load_verify_locations\n");
305 BIO_printf(bio_err, "client authentication\n");
311 BIO_printf(bio_err, "server authentication\n");
321 BIO_printf(bio_err, "Client SSL_CTX stats then free it\n");
326 BIO_printf(bio_err, "Server SSL_CTX stats then free it\n");
329 BIO_printf(bio_err, "-----\n");
331 BIO_printf(bio_err, "-----\n");
333 BIO_printf(bio_err,"-----\n"); */
335 BIO_printf(bio_err, "-----\n");
338 BIO_printf(bio_err, "done free\n");
368 BIO_printf(bio_stdout, "started thread %lu\n",
371 /*- BIO_printf(bio_err,"%4d %2d ctx->ref (%3d,%3d)\n",
379 BIO_printf(bio_stdout, "error[%d] %lu - %d\n",
384 BIO_printf(bio_stdout, "DONE %lu\n", CRYPTO_THREADID_hash(&thread_id));
469 BIO_printf(bio_stdout, "server waiting in SSL_accept - %s\n",
472 BIO_printf(bio_stdout, "server:SSL_write()\n");
474 BIO_printf(bio_stdout, "server:SSL_read()\n");
479 BIO_printf(bio_stdout, "client waiting in SSL_connect - %s\n",
482 BIO_printf(bio_stdout, "client:SSL_write()\n");
484 BIO_printf(bio_stdout, "client:SSL_read()\n");
488 BIO_printf(bio_stdout, "ERROR IN STARTUP\n");
503 BIO_printf(bio_err, "ERROR in CLIENT\n");
508 BIO_printf(bio_err, "SSL CLIENT STARTUP FAILED\n");
525 BIO_printf(bio_err, "ERROR in CLIENT\n");
530 BIO_printf(bio_err, "SSL CLIENT STARTUP FAILED\n");
535 BIO_printf(bio_stdout, "CLIENT:from server:");
555 BIO_printf(bio_err, "ERROR in SERVER\n");
560 BIO_printf(bio_err, "SSL SERVER STARTUP FAILED\n");
566 BIO_printf(bio_stdout, "SERVER:from client:");
582 BIO_printf(bio_err, "ERROR in SERVER\n");
587 BIO_printf(bio_err, "SSL SERVER STARTUP FAILED\n");
608 BIO_printf(bio_stdout, "DONE\n");
651 BIO_printf(bio_err, "depth=%d %s\n", ctx->error_depth, buf);
653 BIO_printf(bio_err, "depth=%d error=%d %s\n",
719 BIO_printf(bio_stdout, "reaping\n");
729 BIO_printf(bio_err, "WaitForMultipleObjects failed:%d\n",
745 BIO_printf(bio_stdout, "win32 threads done - %.3f seconds\n", ret);
780 BIO_printf(bio_err, "cleanup\n");
785 BIO_printf(bio_err, "%8ld:%s\n", lock_count[i], CRYPTO_get_lock_name(i));
790 BIO_printf(bio_err, "done cleanup\n");
797 BIO_printf(bio_err, "thread=%4d mode=%s lock=%s %s:%d\n",
805 BIO_printf(bio_err,"(t,m,f,l) %ld %d %s %d\n",
839 BIO_printf(bio_stdout, "reaping\n");
845 BIO_printf(bio_stdout, "solaris threads done (%d,%d)\n",
848 BIO_printf(bio_stdout, "solaris threads done\n");
905 BIO_printf(bio_stdout, "lock %d\n", type);
908 BIO_printf(bio_stdout, "unlock %d\n", type);
927 BIO_printf(bio_stdout, "reaping\n");
933 BIO_printf(bio_stdout, "irix threads done (%d,%d)\n",
936 BIO_printf(bio_stdout, "irix threads done\n");
971 BIO_printf(bio_err, "cleanup\n");
974 BIO_printf(bio_err, "%8ld:%s\n", lock_count[i], CRYPTO_get_lock_name(i));
979 BIO_printf(bio_err, "done cleanup\n");
985 BIO_printf(bio_err, "thread=%4d mode=%s lock=%s %s:%d\n",
992 BIO_printf(bio_err,"(t,m,f,l) %ld %d %s %d\n",
1021 BIO_printf(bio_stdout, "reaping\n");
1027 BIO_printf(bio_stdout, "pthreads threads done (%d,%d)\n",
1030 BIO_printf(bio_stdout, "pthreads threads done\n");
1066 BIO_printf(bio_stdout, "thread_cleanup\n");
1070 BIO_printf(bio_stdout, "%8ld:%s\n", lock_count[i], CRYPTO_get_lock_name(i));
1077 BIO_printf(bio_stdout, "done cleanup\n");
1102 BIO_printf(bio_stdout, "reaping\n");
1109 BIO_printf(bio_stdout, "netware threads done (%d,%d)\n",
1112 BIO_printf(bio_stdout, "netware threads done\n");
1150 BIO_printf(bio_err, "cleanup\n");
1153 BIO_printf(bio_err, "%8ld:%s\n", lock_count[i], CRYPTO_get_lock_name(i));
1158 BIO_printf(bio_err, "done cleanup\n");
1164 BIO_printf(bio_err, "thread=%4d mode=%s lock=%s %s:%d\n",
1193 BIO_printf(bio_stdout, "waiting...\n");
1199 BIO_printf(bio_stdout, "beos threads done (%d,%d)\n",