• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/apps/

Lines Matching refs:bio_err

363         BIO_printf(bio_err, "Error: client did not send PSK identity\n");
382 BIO_printf(bio_err, "Could not convert PSK key '%s' to BIGNUM\n",
389 BIO_printf(bio_err,
408 BIO_printf(bio_err, "Error in PSK server callback\n");
436 BIO_printf(bio_err, "SRP username = \"%s\"\n", p->login);
441 BIO_printf(bio_err, "User %s doesn't exist\n", p->login);
451 BIO_printf(bio_err,
502 BIO_printf(bio_err, "usage: s_server [args ...]\n");
503 BIO_printf(bio_err, "\n");
504 BIO_printf(bio_err,
506 BIO_printf(bio_err,
508 BIO_printf(bio_err,
510 BIO_printf(bio_err,
512 BIO_printf(bio_err, " -context arg - set session ID context\n");
513 BIO_printf(bio_err,
515 BIO_printf(bio_err,
517 BIO_printf(bio_err,
519 BIO_printf(bio_err, " -cert arg - certificate file to use\n");
520 BIO_printf(bio_err, " (default is %s)\n", TEST_CERT);
522 BIO_printf(bio_err,
524 BIO_printf(bio_err,
526 BIO_printf(bio_err,
529 BIO_printf(bio_err,
531 BIO_printf(bio_err,
534 BIO_printf(bio_err,
538 BIO_printf(bio_err,
540 BIO_printf(bio_err,
542 BIO_printf(bio_err, " not specified (default is %s)\n",
544 BIO_printf(bio_err,
546 BIO_printf(bio_err,
548 BIO_printf(bio_err,
550 BIO_printf(bio_err,
552 BIO_printf(bio_err,
554 BIO_printf(bio_err,
556 BIO_printf(bio_err,
558 BIO_printf(bio_err,
560 BIO_printf(bio_err,
563 BIO_printf(bio_err,
569 BIO_printf(bio_err, " -nbio - Run with non-blocking IO\n");
571 BIO_printf(bio_err,
573 BIO_printf(bio_err,
575 BIO_printf(bio_err, " -debug - Print more output\n");
576 BIO_printf(bio_err, " -msg - Show protocol messages\n");
577 BIO_printf(bio_err, " -state - Print the SSL states\n");
578 BIO_printf(bio_err, " -CApath arg - PEM format directory of CA's\n");
579 BIO_printf(bio_err, " -CAfile arg - PEM format file of CA's\n");
580 BIO_printf(bio_err,
582 BIO_printf(bio_err,
584 BIO_printf(bio_err,
586 BIO_printf(bio_err, " -serverpref - Use server's cipher preferences\n");
587 BIO_printf(bio_err, " -quiet - No server output\n");
588 BIO_printf(bio_err, " -no_tmp_rsa - Do not generate a tmp RSA key\n");
590 BIO_printf(bio_err, " -psk_hint arg - PSK identity hint to use\n");
591 BIO_printf(bio_err, " -psk arg - PSK in hex (without 0x)\n");
593 BIO_printf(bio_err, " -jpake arg - JPAKE secret to use\n");
597 BIO_printf(bio_err, " -srpvfile file - The verifier file for SRP\n");
598 BIO_printf(bio_err,
601 BIO_printf(bio_err, " -ssl2 - Just talk SSLv2\n");
603 BIO_printf(bio_err, " -ssl3 - Just talk SSLv3\n");
605 BIO_printf(bio_err, " -tls1_2 - Just talk TLSv1.2\n");
606 BIO_printf(bio_err, " -tls1_1 - Just talk TLSv1.1\n");
607 BIO_printf(bio_err, " -tls1 - Just talk TLSv1\n");
608 BIO_printf(bio_err, " -dtls1 - Just talk DTLSv1\n");
609 BIO_printf(bio_err, " -dtls1_2 - Just talk DTLSv1.2\n");
610 BIO_printf(bio_err, " -timeout - Enable timeouts\n");
611 BIO_printf(bio_err, " -mtu - Set link layer MTU\n");
612 BIO_printf(bio_err, " -chain - Read a certificate chain\n");
613 BIO_printf(bio_err, " -no_ssl2 - Just disable SSLv2\n");
614 BIO_printf(bio_err, " -no_ssl3 - Just disable SSLv3\n");
615 BIO_printf(bio_err, " -no_tls1 - Just disable TLSv1\n");
616 BIO_printf(bio_err, " -no_tls1_1 - Just disable TLSv1.1\n");
617 BIO_printf(bio_err, " -no_tls1_2 - Just disable TLSv1.2\n");
619 BIO_printf(bio_err, " -no_dhe - Disable ephemeral DH\n");
622 BIO_printf(bio_err, " -no_ecdhe - Disable ephemeral ECDH\n");
624 BIO_printf(bio_err, " -bugs - Turn on SSL bug compatibility\n");
625 BIO_printf(bio_err,
627 BIO_printf(bio_err,
629 BIO_printf(bio_err,
631 BIO_printf(bio_err,
633 BIO_printf(bio_err,
636 BIO_printf(bio_err,
639 BIO_printf(bio_err,
641 BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
644 BIO_printf(bio_err,
646 BIO_printf(bio_err,
648 BIO_printf(bio_err,
650 BIO_printf(bio_err, " (default is %s)\n", TEST_CERT2);
651 BIO_printf(bio_err,
653 BIO_printf(bio_err, " not specified (default is %s)\n",
655 BIO_printf(bio_err,
657 BIO_printf(bio_err,
659 BIO_printf(bio_err,
661 BIO_printf(bio_err,
663 BIO_printf(bio_err,
665 BIO_printf(bio_err,
668 BIO_printf(bio_err,
672 BIO_printf(bio_err,
675 BIO_printf(bio_err,
678 BIO_printf(bio_err,
680 BIO_printf(bio_err,
682 BIO_printf(bio_err,
684 BIO_printf(bio_err,
686 BIO_printf(bio_err,
688 BIO_printf(bio_err, " -status_url URL - status request fallback URL\n");
1158 if (bio_err == NULL)
1159 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
1161 if (!load_config(bio_err, NULL))
1190 BIO_printf(bio_err, "bad accept value %s\n", *argv);
1199 BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
1208 BIO_printf(bio_err,
1302 } else if (args_verify(&argv, &argc, &badarg, bio_err, &vpm)) {
1306 } else if (args_excert(&argv, &argc, &badarg, bio_err, &exc)) {
1310 } else if (args_ssl(&argv, &argc, cctx, &badarg, bio_err, &ssl_args)) {
1371 BIO_printf(bio_err, "Error parsing URL\n");
1423 BIO_printf(bio_err, "Not a hex number '%s'\n", *argv);
1560 BIO_printf(bio_err, "unknown option %s\n", *argv);
1574 BIO_printf(bio_err, "Can't use -HTTP, -www or -WWW with DTLS\n");
1582 BIO_printf(bio_err, "Can't use JPAKE and PSK together\n");
1593 e = setup_engine(bio_err, engine_id, 1);
1596 if (!app_passwd(bio_err, passarg, dpassarg, &pass, &dpass)) {
1597 BIO_printf(bio_err, "Error getting password\n");
1608 if (!load_excert(&exc, bio_err))
1612 s_key = load_key(bio_err, s_key_file, s_key_format, 0, pass, e,
1615 ERR_print_errors(bio_err);
1619 s_cert = load_cert(bio_err, s_cert_file, s_cert_format,
1623 ERR_print_errors(bio_err);
1627 s_chain = load_certs(bio_err, s_chain_file, FORMAT_PEM,
1634 s_key2 = load_key(bio_err, s_key_file2, s_key_format, 0, pass, e,
1637 ERR_print_errors(bio_err);
1641 s_cert2 = load_cert(bio_err, s_cert_file2, s_cert_format,
1645 ERR_print_errors(bio_err);
1677 BIO_puts(bio_err, "Error loading CRL\n");
1678 ERR_print_errors(bio_err);
1683 BIO_puts(bio_err, "Error adding CRL\n");
1684 ERR_print_errors(bio_err);
1695 s_dkey = load_key(bio_err, s_dkey_file, s_dkey_format,
1698 ERR_print_errors(bio_err);
1702 s_dcert = load_cert(bio_err, s_dcert_file, s_dcert_format,
1706 ERR_print_errors(bio_err);
1710 s_dchain = load_certs(bio_err, s_dchain_file, FORMAT_PEM,
1718 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
1720 BIO_printf(bio_err,
1724 BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
1753 ERR_print_errors(bio_err);
1758 BIO_printf(bio_err,
1761 BIO_printf(bio_err,
1764 BIO_printf(bio_err, "error setting 'id_prefix'\n");
1765 ERR_print_errors(bio_err);
1768 BIO_printf(bio_err, "id_prefix '%s' set.\n", session_id_prefix);
1797 BIO_printf(bio_err,
1805 /* BIO_printf(bio_err,"X509_load_verify_locations\n"); */
1806 ERR_print_errors(bio_err);
1814 if (!args_ssl_call(ctx, bio_err, cctx, ssl_args, no_ecdhe, no_jpake))
1819 BIO_printf(bio_err, "Error loading store locations\n");
1820 ERR_print_errors(bio_err);
1827 ERR_print_errors(bio_err);
1837 BIO_printf(bio_err,
1840 BIO_printf(bio_err,
1843 BIO_printf(bio_err, "error setting 'id_prefix'\n");
1844 ERR_print_errors(bio_err);
1847 BIO_printf(bio_err, "id_prefix '%s' set.\n", session_id_prefix);
1867 ERR_print_errors(bio_err);
1874 if (!args_ssl_call(ctx2, bio_err, cctx, ssl_args, no_ecdhe, no_jpake))
1902 ERR_print_errors(bio_err);
1933 ERR_print_errors(bio_err);
1964 ERR_print_errors(bio_err);
1970 ERR_print_errors(bio_err);
1995 BIO_printf(bio_err, "error setting PSK identity hint to context\n");
1996 ERR_print_errors(bio_err);
2032 BIO_printf(bio_err,
2178 BIO_printf(bio_err, "out of memory\n");
2186 BIO_printf(bio_err, "turning on non blocking io\n");
2188 ERR_print_errors(bio_err);
2201 tlscstatp.err = bio_err;
2238 BIO_printf(bio_err, "MTU too small. Must be at least %ld\n",
2246 BIO_printf(bio_err, "Failed to set MTU\n");
2353 BIO_printf(bio_err, "TIMEOUT occured\n");
2404 BIO_printf(bio_err, "HEARTBEATING\n");
2484 ERR_print_errors(bio_err);
2546 ERR_print_errors(bio_err);
2579 BIO_printf(bio_err, "shutdown accept socket\n");
2635 BIO_printf(bio_err, "ERROR\n");
2638 BIO_printf(bio_err, "verify error:%s\n",
2642 ERR_print_errors(bio_err);
2647 print_ssl_summary(bio_err, con);
2794 BIO_printf(bio_err, "turning on non blocking io\n");
2796 ERR_print_errors(bio_err);
2896 ERR_print_errors(bio_err);
3083 BIO_printf(bio_err, "FILE:%s\n", p);
3242 BIO_puts(bio_err, "CONNECTION FAILURE\n");
3243 ERR_print_errors(bio_err);
3263 BIO_printf(bio_err, "CONNECTION ESTABLISHED\n");
3264 print_ssl_summary(bio_err, con);
3271 ERR_print_errors(bio_err);
3300 BIO_printf(bio_err, "CONNECTION CLOSED\n");
3310 BIO_printf(bio_err, "CONNECTION CLOSED\n");
3345 BIO_printf(bio_err, "Allocation error in generating RSA key\n");
3348 BIO_printf(bio_err, "Generating temp (%d bit) RSA key...",
3350 (void)BIO_flush(bio_err);
3359 BIO_printf(bio_err, "\n");
3360 (void)BIO_flush(bio_err);
3418 BIO_printf(bio_err, "Out of memory adding session to external cache\n");
3429 BIO_printf(bio_err, "Out of memory adding session to external cache\n");
3443 BIO_printf(bio_err, "New session added to external cache\n");
3455 BIO_printf(bio_err, "Lookup session: cache hit\n");
3459 BIO_printf(bio_err, "Lookup session: cache miss\n");