Home | History | Annotate | Download | only in ssl

Lines Matching full:stderr

269 	fprintf(stderr,"usage: ssltest [args ...]\n");
270 fprintf(stderr,"\n");
271 fprintf(stderr," -server_auth - check server certificate\n");
272 fprintf(stderr," -client_auth - do client authentication\n");
273 fprintf(stderr," -proxy - allow proxy certificates\n");
274 fprintf(stderr," -proxy_auth <val> - set proxy policy rights\n");
275 fprintf(stderr," -proxy_cond <val> - experssion to test proxy policy rights\n");
276 fprintf(stderr," -v - more output\n");
277 fprintf(stderr," -d - debug output\n");
278 fprintf(stderr," -reuse - use session-id reuse\n");
279 fprintf(stderr," -num <val> - number of connections to perform\n");
280 fprintf(stderr," -bytes <val> - number of bytes to swap between client/server\n");
282 fprintf(stderr," -dhe1024 - use 1024 bit key (safe prime) for DHE\n");
283 fprintf(stderr," -dhe1024dsa - use 1024 bit key (with 160-bit subprime) for DHE\n");
284 fprintf(stderr," -no_dhe - disable DHE\n");
287 fprintf(stderr," -no_ecdhe - disable ECDHE\n");
290 fprintf(stderr," -psk arg - PSK in hex (without 0x)\n");
293 fprintf(stderr," -ssl2 - use SSLv2\n");
296 fprintf(stderr," -ssl3 - use SSLv3\n");
299 fprintf(stderr," -tls1 - use TLSv1\n");
301 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");
302 fprintf(stderr," -CAfile arg - PEM format file of CA's\n");
303 fprintf(stderr," -cert arg - Server certificate file\n");
304 fprintf(stderr," -key arg - Server key file (default: same as -cert)\n");
305 fprintf(stderr," -c_cert arg - Client certificate file\n");
306 fprintf(stderr," -c_key arg - Client key file (default: same as -c_cert)\n");
307 fprintf(stderr," -cipher arg - The cipher list\n");
308 fprintf(stderr," -bio_pair - Use BIO pairs\n");
309 fprintf(stderr," -f - Test even cases that can't work\n");
310 fprintf(stderr," -time - measure processor time used by client and server\n");
311 fprintf(stderr," -zlib - use zlib compression\n");
312 fprintf(stderr," -rle - use rle compression\n");
314 fprintf(stderr," -named_curve arg - Elliptic curve name to use for ephemeral ECDH keys.\n" \
318 fprintf(stderr," -test_cipherlist - verifies the order of the ssl cipher lists\n");
319 fprintf(stderr," -c_small_records - enable client side use of small SSL record buffers\n");
320 fprintf(stderr," -s_small_records - enable server side use of small SSL record buffers\n");
321 fprintf(stderr," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
426 fprintf(stderr, "openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n",
502 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE|BIO_FP_TEXT);
553 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
561 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
674 fprintf(stderr,"ignoring -named_curve, since I'm compiled without ECDH\n");
704 fprintf(stderr,"unknown option %s\n",*argv);
729 fprintf(stderr, "This case cannot work. Use -f to perform "
740 fprintf(stderr, "Using BIO pair (-bio_pair)\n");
744 fprintf(stderr, "Warning: For accurate timings, use more connections (e.g. -num 1000)\n");
761 fprintf(stderr,
763 ERR_print_errors_fp(stderr);
768 fprintf(stderr,
773 ERR_print_errors_fp(stderr);
777 fprintf(stderr, "Available compression methods:\n");
781 fprintf(stderr, " NONE\n");
786 fprintf(stderr, " %d: %s\n", c->id, c->name);
934 /* fprintf(stderr,"SSL_load_verify_locations\n"); */
1169 fprintf(stderr,"ERROR in CLIENT\n");
1179 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
1199 fprintf(stderr,"ERROR in CLIENT\n");
1206 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
1255 fprintf(stderr,"ERROR in SERVER\n");
1262 fprintf(stderr,"SSL SERVER STARTUP FAILED\n");
1282 fprintf(stderr,"ERROR in SERVER\n");
1289 fprintf(stderr,"SSL SERVER STARTUP FAILED\n");
1342 fprintf(stderr, "ERROR: BIO_write could not write "
1388 fprintf(stderr, "ERROR: BIO_read could not read "
1396 fprintf(stderr, "ERROR: BIO_nwrite() did not accept "
1412 fprintf(stderr, "ERROR: got stuck\n");
1415 fprintf(stderr, "This can happen for SSL2 because "
1421 fprintf(stderr, " ok.\n");
1425 fprintf(stderr, " ERROR.\n");
1570 fprintf(stderr,"ERROR in CLIENT\n");
1577 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
1606 fprintf(stderr,"ERROR in CLIENT\n");
1613 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
1654 fprintf(stderr,"ERROR in SERVER\n");
1662 fprintf(stderr,"SSL SERVER STARTUP FAILED in SSL_read\n");
1701 fprintf(stderr,"ERROR in SERVER\n");
1709 fprintf(stderr,"SSL SERVER STARTUP FAILED in SSL_write\n");
1782 fprintf(stderr,"depth=%d %s\n",
1786 fprintf(stderr,"depth=%d error=%d %s\n",
1793 fprintf(stderr,"Error string: %s\n",
1800 fprintf(stderr," ... ignored.\n");
1835 fprintf(stderr, " Independent proxy certificate");
1843 fprintf(stderr, " Proxy certificate inherits all");
1870 fprintf(stderr, " Certificate proxy rights = %*.*s", i, i, s);
1889 fprintf(stderr,
1894 fprintf(stderr, "%c", i + 'A');
1898 stderr, "none");
1899 fprintf(stderr, "\n");
1921 vfprintf(stderr, my_format, args);
1975 fprintf(stderr,
1992 fprintf(stderr,
2057 fprintf(stderr, "SOMETHING IS SERIOUSLY WRONG!"
2120 fprintf(stderr, "SOMETHING IS SERIOUSLY WRONG!"
2157 fprintf(stderr, "In app_verify_callback, allowing cert. ");
2158 fprintf(stderr, "Arg is: %s\n", cb_arg->string);
2159 fprintf(stderr, "Finished printing do we have a context? 0x%p a cert? 0x%p\n",
2165 fprintf(stderr,"cert depth=%d %s\n",ctx->error_depth,buf);
2187 fprintf(stderr,
2192 fprintf(stderr, "%c", i + 'A');
2196 fprintf(stderr, "none");
2197 fprintf(stderr, "\n");
2232 fprintf(stderr, "Stopped processing condition before it's end.\n");
2236 fprintf(stderr, "Proxy rights check with condition '%s' proved invalid\n",
2239 fprintf(stderr, "Proxy rights check with condition '%s' proved valid\n",
2424 fprintf(stderr, "client: created identity '%s' len=%d\n", identity, ret);
2455 fprintf(stderr, "testing SSLv2 cipher list order: ");
2462 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2467 fprintf(stderr, "ok\n");
2470 fprintf(stderr, "testing SSLv3 cipher list order: ");
2478 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2483 fprintf(stderr, "ok\n");
2486 fprintf(stderr, "testing TLSv1 cipher list order: ");
2494 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2499 fprintf(stderr, "ok\n");