Lines Matching full:stderr
283 fprintf(stderr, "User %s doesn't exist\n", SSL_get_srp_username(s));
315 fprintf(stderr,"usage: ssltest [args ...]\n");
316 fprintf(stderr,"\n");
318 fprintf(stderr,"-F - run test in FIPS mode\n");
320 fprintf(stderr," -server_auth - check server certificate\n");
321 fprintf(stderr," -client_auth - do client authentication\n");
322 fprintf(stderr," -proxy - allow proxy certificates\n");
323 fprintf(stderr," -proxy_auth <val> - set proxy policy rights\n");
324 fprintf(stderr," -proxy_cond <val> - experssion to test proxy policy rights\n");
325 fprintf(stderr," -v - more output\n");
326 fprintf(stderr," -d - debug output\n");
327 fprintf(stderr," -reuse - use session-id reuse\n");
328 fprintf(stderr," -num <val> - number of connections to perform\n");
329 fprintf(stderr," -bytes <val> - number of bytes to swap between client/server\n");
331 fprintf(stderr," -dhe1024 - use 1024 bit key (safe prime) for DHE\n");
332 fprintf(stderr," -dhe1024dsa - use 1024 bit key (with 160-bit subprime) for DHE\n");
333 fprintf(stderr," -no_dhe - disable DHE\n");
336 fprintf(stderr," -no_ecdhe - disable ECDHE\n");
339 fprintf(stderr," -psk arg - PSK in hex (without 0x)\n");
342 fprintf(stderr," -srpuser user - SRP username to use\n");
343 fprintf(stderr," -srppass arg - password for 'user'\n");
346 fprintf(stderr," -ssl2 - use SSLv2\n");
349 fprintf(stderr," -ssl3 - use SSLv3\n");
352 fprintf(stderr," -tls1 - use TLSv1\n");
354 fprintf(stderr," -CApath arg - PEM format directory of CA's\n");
355 fprintf(stderr," -CAfile arg - PEM format file of CA's\n");
356 fprintf(stderr," -cert arg - Server certificate file\n");
357 fprintf(stderr," -key arg - Server key file (default: same as -cert)\n");
358 fprintf(stderr," -c_cert arg - Client certificate file\n");
359 fprintf(stderr," -c_key arg - Client key file (default: same as -c_cert)\n");
360 fprintf(stderr," -cipher arg - The cipher list\n");
361 fprintf(stderr," -bio_pair - Use BIO pairs\n");
362 fprintf(stderr," -f - Test even cases that can't work\n");
363 fprintf(stderr," -time - measure processor time used by client and server\n");
364 fprintf(stderr," -zlib - use zlib compression\n");
365 fprintf(stderr," -rle - use rle compression\n");
367 fprintf(stderr," -named_curve arg - Elliptic curve name to use for ephemeral ECDH keys.\n" \
371 fprintf(stderr," -test_cipherlist - verifies the order of the ssl cipher lists\n");
372 fprintf(stderr," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
477 fprintf(stderr, "openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n",
559 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE|BIO_FP_TEXT);
590 fprintf(stderr,"not compiled with FIPS support, so exitting without running.\n");
619 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
627 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
754 fprintf(stderr,"ignoring -named_curve, since I'm compiled without ECDH\n");
776 fprintf(stderr,"unknown option %s\n",*argv);
801 fprintf(stderr, "This case cannot work. Use -f to perform "
814 ERR_print_errors(BIO_new_fp(stderr,BIO_NOCLOSE));
818 fprintf(stderr,"*** IN FIPS MODE ***\n");
826 fprintf(stderr, "Using BIO pair (-bio_pair)\n");
830 fprintf(stderr, "Warning: For accurate timings, use more connections (e.g. -num 1000)\n");
847 fprintf(stderr,
849 ERR_print_errors_fp(stderr);
854 fprintf(stderr,
859 ERR_print_errors_fp(stderr);
863 fprintf(stderr, "Available compression methods:\n");
867 fprintf(stderr, " NONE\n");
872 fprintf(stderr, " %d: %s\n", c->id, c->name);
1008 /* fprintf(stderr,"SSL_load_verify_locations\n"); */
1263 fprintf(stderr,"ERROR in CLIENT\n");
1273 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
1293 fprintf(stderr,"ERROR in CLIENT\n");
1300 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
1349 fprintf(stderr,"ERROR in SERVER\n");
1356 fprintf(stderr,"SSL SERVER STARTUP FAILED\n");
1376 fprintf(stderr,"ERROR in SERVER\n");
1383 fprintf(stderr,"SSL SERVER STARTUP FAILED\n");
1436 fprintf(stderr, "ERROR: BIO_write could not write "
1482 fprintf(stderr, "ERROR: BIO_read could not read "
1490 fprintf(stderr, "ERROR: BIO_nwrite() did not accept "
1506 fprintf(stderr, "ERROR: got stuck\n");
1509 fprintf(stderr, "This can happen for SSL2 because "
1515 fprintf(stderr, " ok.\n");
1519 fprintf(stderr, " ERROR.\n");
1664 fprintf(stderr,"ERROR in CLIENT\n");
1671 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
1700 fprintf(stderr,"ERROR in CLIENT\n");
1707 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
1748 fprintf(stderr,"ERROR in SERVER\n");
1756 fprintf(stderr,"SSL SERVER STARTUP FAILED in SSL_read\n");
1795 fprintf(stderr,"ERROR in SERVER\n");
1803 fprintf(stderr,"SSL SERVER STARTUP FAILED in SSL_write\n");
1876 fprintf(stderr,"depth=%d %s\n",
1880 fprintf(stderr,"depth=%d error=%d %s\n",
1887 fprintf(stderr,"Error string: %s\n",
1894 fprintf(stderr," ... ignored.\n");
1929 fprintf(stderr, " Independent proxy certificate");
1937 fprintf(stderr, " Proxy certificate inherits all");
1964 fprintf(stderr, " Certificate proxy rights = %*.*s", i, i, s);
1983 fprintf(stderr,
1988 fprintf(stderr, "%c", i + 'A');
1992 fprintf(stderr, "none");
1993 fprintf(stderr, "\n");
2015 vfprintf(stderr, my_format, args);
2069 fprintf(stderr,
2086 fprintf(stderr,
2151 fprintf(stderr, "SOMETHING IS SERIOUSLY WRONG!"
2214 fprintf(stderr, "SOMETHING IS SERIOUSLY WRONG!"
2251 fprintf(stderr, "In app_verify_callback, allowing cert. ");
2252 fprintf(stderr, "Arg is: %s\n", cb_arg->string);
2253 fprintf(stderr, "Finished printing do we have a context? 0x%p a cert? 0x%p\n",
2259 fprintf(stderr,"cert depth=%d %s\n",ctx->error_depth,buf);
2281 fprintf(stderr,
2286 fprintf(stderr, "%c", i + 'A');
2290 fprintf(stderr, "none");
2291 fprintf(stderr, "\n");
2318 fprintf(stderr, "Stopped processing condition before it's end.\n");
2322 fprintf(stderr, "Proxy rights check with condition '%s' proved invalid\n",
2325 fprintf(stderr, "Proxy rights check with condition '%s' proved valid\n",
2510 fprintf(stderr, "client: created identity '%s' len=%d\n", identity, ret);
2541 fprintf(stderr, "testing SSLv2 cipher list order: ");
2548 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2553 fprintf(stderr, "ok\n");
2556 fprintf(stderr, "testing SSLv3 cipher list order: ");
2564 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2569 fprintf(stderr, "ok\n");
2572 fprintf(stderr, "testing TLSv1 cipher list order: ");
2580 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2585 fprintf(stderr, "ok\n");