• 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

270         BIO_printf(bio_err, "Could not convert PSK key '%s' to BIGNUM\n",
278 BIO_printf(bio_err,
296 BIO_printf(bio_err, "Error in PSK client callback\n");
303 BIO_printf(bio_err, "usage: s_client args\n");
304 BIO_printf(bio_err, "\n");
305 BIO_printf(bio_err, " -host host - use -connect instead\n");
306 BIO_printf(bio_err, " -port port - use -connect instead\n");
307 BIO_printf(bio_err,
310 BIO_printf(bio_err,
312 BIO_printf(bio_err,
314 BIO_printf(bio_err,
317 BIO_printf(bio_err,
319 BIO_printf(bio_err,
321 BIO_printf(bio_err,
323 BIO_printf(bio_err,
325 BIO_printf(bio_err,
327 BIO_printf(bio_err, " not specified but cert file is.\n");
328 BIO_printf(bio_err,
330 BIO_printf(bio_err,
332 BIO_printf(bio_err, " -CApath arg - PEM format directory of CA's\n");
333 BIO_printf(bio_err, " -CAfile arg - PEM format file of CA's\n");
334 BIO_printf(bio_err,
336 BIO_printf(bio_err,
338 BIO_printf(bio_err,
340 BIO_printf(bio_err,
342 BIO_printf(bio_err,
344 BIO_printf(bio_err, " -debug - extra output\n");
346 BIO_printf(bio_err, " -wdebug - WATT-32 tcp debugging\n");
348 BIO_printf(bio_err, " -msg - Show protocol messages\n");
349 BIO_printf(bio_err, " -nbio_test - more ssl protocol testing\n");
350 BIO_printf(bio_err, " -state - print the 'ssl' states\n");
352 BIO_printf(bio_err, " -nbio - Run with non-blocking IO\n");
354 BIO_printf(bio_err,
356 BIO_printf(bio_err, " -quiet - no s_client output\n");
357 BIO_printf(bio_err,
359 BIO_printf(bio_err, " -no_ign_eof - don't ignore input eof\n");
361 BIO_printf(bio_err, " -psk_identity arg - PSK identity\n");
362 BIO_printf(bio_err, " -psk arg - PSK in hex (without 0x)\n");
364 BIO_printf(bio_err, " -jpake arg - JPAKE secret to use\n");
368 BIO_printf(bio_err,
370 BIO_printf(bio_err, " -srppass arg - password for 'user'\n");
371 BIO_printf(bio_err,
373 BIO_printf(bio_err,
375 BIO_printf(bio_err,
379 BIO_printf(bio_err, " -ssl2 - just use SSLv2\n");
381 BIO_printf(bio_err, " -ssl3 - just use SSLv3\n");
383 BIO_printf(bio_err, " -tls1_2 - just use TLSv1.2\n");
384 BIO_printf(bio_err, " -tls1_1 - just use TLSv1.1\n");
385 BIO_printf(bio_err, " -tls1 - just use TLSv1\n");
386 BIO_printf(bio_err, " -dtls1 - just use DTLSv1\n");
387 BIO_printf(bio_err, " -fallback_scsv - send TLS_FALLBACK_SCSV\n");
388 BIO_printf(bio_err, " -mtu - set the link layer MTU\n");
389 BIO_printf(bio_err,
391 BIO_printf(bio_err,
393 BIO_printf(bio_err,
395 BIO_printf(bio_err,
397 BIO_printf(bio_err,
399 BIO_printf(bio_err,
401 BIO_printf(bio_err,
403 BIO_printf(bio_err,
405 BIO_printf(bio_err, " are supported.\n");
407 BIO_printf(bio_err,
410 BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
412 BIO_printf(bio_err, " -sess_out arg - file to write SSL session to\n");
413 BIO_printf(bio_err, " -sess_in arg - file to read SSL session from\n");
415 BIO_printf(bio_err,
417 BIO_printf(bio_err,
419 BIO_printf(bio_err,
421 BIO_printf(bio_err,
423 BIO_printf(bio_err,
425 BIO_printf(bio_err,
427 BIO_printf(bio_err,
429 BIO_printf(bio_err,
431 BIO_printf(bio_err,
435 BIO_printf(bio_err,
438 BIO_printf(bio_err,
440 BIO_printf(bio_err,
443 BIO_printf(bio_err,
446 BIO_printf(bio_err,
448 BIO_printf(bio_err,
467 BIO_printf(bio_err, "Can't use SSL_get_servername\n");
534 BIO_printf(bio_err, "SRP parameters:\n");
535 BIO_printf(bio_err, "\tN=");
536 BN_print(bio_err, N);
537 BIO_printf(bio_err, "\n\tg=");
538 BN_print(bio_err, g);
539 BIO_printf(bio_err, "\n");
547 BIO_printf(bio_err,
558 BIO_printf(bio_err, "SRP param N and g rejected.\n");
572 BIO_printf(bio_err, "Malloc failure\n");
579 BIO_printf(bio_err, "Can't read Password\n");
761 if (bio_err == NULL)
762 bio_err = BIO_new_fp(stderr, BIO_NOCLOSE);
764 if (!load_config(bio_err, NULL))
776 BIO_printf(bio_err, "out of memory\n");
810 BIO_printf(bio_err, "verify depth is %d\n", verify_depth);
837 } else if (args_verify(&argv, &argc, &badarg, bio_err, &vpm)) {
849 } else if (args_excert(&argv, &argc, &badarg, bio_err, &exc)) {
853 } else if (args_ssl(&argv, &argc, cctx, &badarg, bio_err, &ssl_args)) {
913 BIO_printf(bio_err, "Not a hex number '%s'\n", *argv);
933 BIO_printf(bio_err, "SRP minimal length for N is %d\n",
1130 BIO_printf(bio_err, "unknown option %s\n", *argv);
1145 BIO_printf(bio_err, "Can't use JPAKE and PSK together\n");
1161 BIO_printf(bio_err, "Error parsing -nextprotoneg argument\n");
1169 e = setup_engine(bio_err, engine_id, 1);
1173 BIO_printf(bio_err, "Error getting client auth engine\n");
1178 if (!app_passwd(bio_err, passarg, NULL, &pass, NULL)) {
1179 BIO_printf(bio_err, "Error getting password\n");
1188 key = load_key(bio_err, key_file, key_format, 0, pass, e,
1191 ERR_print_errors(bio_err);
1198 cert = load_cert(bio_err, cert_file, cert_format,
1202 ERR_print_errors(bio_err);
1208 chain = load_certs(bio_err, chain_file, FORMAT_PEM,
1218 BIO_puts(bio_err, "Error loading CRL\n");
1219 ERR_print_errors(bio_err);
1224 BIO_puts(bio_err, "Error adding CRL\n");
1225 ERR_print_errors(bio_err);
1231 if (!load_excert(&exc, bio_err))
1234 if (!app_RAND_load_file(NULL, bio_err, 1) && inrand == NULL
1236 BIO_printf(bio_err,
1240 BIO_printf(bio_err, "%ld semi-random bytes loaded\n",
1254 if (!app_passwd(bio_err, srppass, NULL, &srp_arg.srppassin, NULL)) {
1255 BIO_printf(bio_err, "Error getting password\n");
1262 ERR_print_errors(bio_err);
1269 if (!args_ssl_call(ctx, bio_err, cctx, ssl_args, 1, no_jpake)) {
1270 ERR_print_errors(bio_err);
1276 BIO_printf(bio_err, "Error loading store locations\n");
1277 ERR_print_errors(bio_err);
1283 BIO_puts(bio_err, "Error setting client auth engine\n");
1284 ERR_print_errors(bio_err);
1322 BIO_printf(bio_err, "Error parsing -alpn argument\n");
1349 ERR_print_errors(bio_err);
1352 ERR_print_errors(bio_err);
1361 tlsextcbp.biodebug = bio_err;
1368 BIO_printf(bio_err, "Unable to set SRP username\n");
1388 BIO_printf(bio_err, "Can't open session file %s\n", sess_in);
1389 ERR_print_errors(bio_err);
1395 BIO_printf(bio_err, "Can't open session file %s\n", sess_in);
1396 ERR_print_errors(bio_err);
1409 BIO_printf(bio_err, "Unable to set TLS servername extension.\n");
1410 ERR_print_errors(bio_err);
1431 BIO_printf(bio_err, "connect:errno=%d\n", get_last_socket_error());
1442 ERR_print_errors(bio_err);
1454 BIO_printf(bio_err, "getsockname:errno=%d\n",
1474 BIO_printf(bio_err, "MTU too small. Must be at least %ld\n",
1481 BIO_printf(bio_err, "Failed to set MTU\n");
1587 BIO_printf(bio_err,
1615 BIO_printf(bio_err,
1690 BIO_printf(bio_err, "Error writing session file %s\n",
1694 BIO_puts(bio_err, "CONNECTION ESTABLISHED\n");
1695 print_ssl_summary(bio_err, con);
1703 BIO_printf(bio_err, "%s", mbuf);
1819 BIO_printf(bio_err, "bad select %d\n",
1828 BIO_printf(bio_err, "TIMEOUT occured\n");
1876 BIO_printf(bio_err, "write:errno=%d\n",
1885 ERR_print_errors(bio_err);
1964 BIO_puts(bio_err, "CONNECTION CLOSED BY SERVER\n");
1966 BIO_printf(bio_err, "read:errno=%d\n", ret);
1973 ERR_print_errors(bio_err);
2016 BIO_printf(bio_err, "DONE\n");
2022 BIO_printf(bio_err, "RENEGOTIATING\n");
2028 BIO_printf(bio_err, "HEARTBEATING\n");