Home | History | Annotate | Download | only in ssl

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," -c_small_records - enable client side use of small SSL record buffers\n");
373 fprintf(stderr," -s_small_records - enable server side use of small SSL record buffers\n");
374 fprintf(stderr," -cutthrough - enable 1-RTT full-handshake for strong ciphers\n");
479 fprintf(stderr, "openssl (lock_dbg_cb): %s (mode=%d, type=%d) at %s:%d\n",
564 bio_err=BIO_new_fp(stderr,BIO_NOCLOSE|BIO_FP_TEXT);
595 fprintf(stderr,"not compiled with FIPS support, so exitting without running.\n");
624 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
632 fprintf(stderr,"ignoring -dhe1024, since I'm compiled without DH\n");
759 fprintf(stderr,"ignoring -named_curve, since I'm compiled without ECDH\n");
789 fprintf(stderr,"unknown option %s\n",*argv);
814 fprintf(stderr, "This case cannot work. Use -f to perform "
827 ERR_print_errors(BIO_new_fp(stderr,BIO_NOCLOSE));
831 fprintf(stderr,"*** IN FIPS MODE ***\n");
839 fprintf(stderr, "Using BIO pair (-bio_pair)\n");
843 fprintf(stderr, "Warning: For accurate timings, use more connections (e.g. -num 1000)\n");
860 fprintf(stderr,
862 ERR_print_errors_fp(stderr);
867 fprintf(stderr,
872 ERR_print_errors_fp(stderr);
876 fprintf(stderr, "Available compression methods:\n");
880 fprintf(stderr, " NONE\n");
885 fprintf(stderr, " %d: %s\n", c->id, c->name);
1037 /* fprintf(stderr,"SSL_load_verify_locations\n"); */
1292 fprintf(stderr,"ERROR in CLIENT\n");
1302 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
1322 fprintf(stderr,"ERROR in CLIENT\n");
1329 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
1378 fprintf(stderr,"ERROR in SERVER\n");
1385 fprintf(stderr,"SSL SERVER STARTUP FAILED\n");
1405 fprintf(stderr,"ERROR in SERVER\n");
1412 fprintf(stderr,"SSL SERVER STARTUP FAILED\n");
1465 fprintf(stderr, "ERROR: BIO_write could not write "
1511 fprintf(stderr, "ERROR: BIO_read could not read "
1519 fprintf(stderr, "ERROR: BIO_nwrite() did not accept "
1535 fprintf(stderr, "ERROR: got stuck\n");
1538 fprintf(stderr, "This can happen for SSL2 because "
1544 fprintf(stderr, " ok.\n");
1548 fprintf(stderr, " ERROR.\n");
1693 fprintf(stderr,"ERROR in CLIENT\n");
1700 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
1729 fprintf(stderr,"ERROR in CLIENT\n");
1736 fprintf(stderr,"SSL CLIENT STARTUP FAILED\n");
1777 fprintf(stderr,"ERROR in SERVER\n");
1785 fprintf(stderr,"SSL SERVER STARTUP FAILED in SSL_read\n");
1824 fprintf(stderr,"ERROR in SERVER\n");
1832 fprintf(stderr,"SSL SERVER STARTUP FAILED in SSL_write\n");
1905 fprintf(stderr,"depth=%d %s\n",
1909 fprintf(stderr,"depth=%d error=%d %s\n",
1916 fprintf(stderr,"Error string: %s\n",
1923 fprintf(stderr," ... ignored.\n");
1958 fprintf(stderr, " Independent proxy certificate");
1966 fprintf(stderr, " Proxy certificate inherits all");
1993 fprintf(stderr, " Certificate proxy rights = %*.*s", i, i, s);
2012 fprintf(stderr,
2017 fprintf(stderr, "%c", i + 'A');
2021 fprintf(stderr, "none");
2022 fprintf(stderr, "\n");
2044 vfprintf(stderr, my_format, args);
2098 fprintf(stderr,
2115 fprintf(stderr,
2180 fprintf(stderr, "SOMETHING IS SERIOUSLY WRONG!"
2243 fprintf(stderr, "SOMETHING IS SERIOUSLY WRONG!"
2280 fprintf(stderr, "In app_verify_callback, allowing cert. ");
2281 fprintf(stderr, "Arg is: %s\n", cb_arg->string);
2282 fprintf(stderr, "Finished printing do we have a context? 0x%p a cert? 0x%p\n",
2288 fprintf(stderr,"cert depth=%d %s\n",ctx->error_depth,buf);
2310 fprintf(stderr,
2315 fprintf(stderr, "%c", i + 'A');
2319 fprintf(stderr, "none");
2320 fprintf(stderr, "\n");
2347 fprintf(stderr, "Stopped processing condition before it's end.\n");
2351 fprintf(stderr, "Proxy rights check with condition '%s' proved invalid\n",
2354 fprintf(stderr, "Proxy rights check with condition '%s' proved valid\n",
2539 fprintf(stderr, "client: created identity '%s' len=%d\n", identity, ret);
2570 fprintf(stderr, "testing SSLv2 cipher list order: ");
2577 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2582 fprintf(stderr, "ok\n");
2585 fprintf(stderr, "testing SSLv3 cipher list order: ");
2593 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2598 fprintf(stderr, "ok\n");
2601 fprintf(stderr, "testing TLSv1 cipher list order: ");
2609 fprintf(stderr, "failed %lx vs. %lx\n", ci->id, tci->id);
2614 fprintf(stderr, "ok\n");