Lines Matching refs:bio_err

151             BIO_printf(bio_err, "  %d = \"%s\"\n", j, pp[j]);
182 BIO_printf(bio_err, "Memory allocation failure\n");
203 BIO_printf(bio_err, "variable lookup failed for %s::%s\n", name, tag);
313 if (bio_err == NULL)
314 if ((bio_err = BIO_new(BIO_s_file())) != NULL)
315 BIO_set_fp(bio_err, stderr, BIO_NOCLOSE | BIO_FP_TEXT);
369 BIO_printf(bio_err, "unknown option %s\n", *argv);
380 BIO_printf(bio_err,
385 BIO_printf(bio_err,
390 BIO_printf(bio_err,
395 BIO_printf(bio_err,
402 BIO_printf(bio_err, "%s", *pp);
404 BIO_printf(bio_err, " -rand file%cfile%c...\n", LIST_SEPARATOR_CHAR,
406 BIO_printf(bio_err,
408 BIO_printf(bio_err, " the random number generator\n");
415 setup_engine(bio_err, engine, 0);
418 if (!app_passwd(bio_err, passargin, passargout, &passin, &passout)) {
419 BIO_printf(bio_err, "Error getting passwords\n");
439 BIO_printf(bio_err, "Out of memory\n");
447 BIO_printf(bio_err, "Out of memory\n");
457 VERBOSE BIO_printf(bio_err, "Using configuration from %s\n",
462 BIO_printf(bio_err, "error loading the config file '%s'\n",
465 BIO_printf(bio_err, "error on line %ld of config file '%s'\n",
474 if (!load_config(bio_err, conf))
479 VERBOSE BIO_printf(bio_err,
493 VERBOSE BIO_printf(bio_err,
506 app_RAND_load_file(randfile, bio_err, 0);
508 VERBOSE BIO_printf(bio_err, "Trying to read SRP verifier file \"%s\"\n",
524 print_index(db, bio_err, i, verbose > 1);
528 VERBOSE BIO_printf(bio_err, "Database initialised\n");
532 print_entry(db, bio_err, gNindex, verbose > 1, "Default g and N");
534 BIO_printf(bio_err, "No g and N value for index \"%s\"\n", gN);
537 VERBOSE BIO_printf(bio_err, "Database has no g N information.\n");
541 VVERBOSE BIO_printf(bio_err, "Starting user processing\n");
549 VVERBOSE BIO_printf(bio_err, "Processing user \"%s\"\n", user);
551 print_user(db, bio_err, userindex, (verbose > 0) || list_user);
556 BIO_printf(bio_err, "List all users\n");
559 print_user(db, bio_err, i, 1);
563 BIO_printf(bio_err,
572 BIO_printf(bio_err, "user \"%s\" reactivated.\n", user);
588 passout, bio_err, verbose))) {
589 BIO_printf(bio_err,
607 || !update_index(db, bio_err, row)) {
626 BIO_printf(bio_err,
636 BIO_printf(bio_err,
646 VERBOSE BIO_printf(bio_err,
660 bio_err, verbose)) {
661 BIO_printf(bio_err,
668 VERBOSE BIO_printf(bio_err,
678 passout, bio_err, verbose))) {
679 BIO_printf(bio_err,
700 BIO_printf(bio_err,
707 BIO_printf(bio_err, "user \"%s\" revoked. t\n", user);
722 VERBOSE BIO_printf(bio_err, "User procession done.\n");
731 print_user(db, bio_err, i, verbose);
735 VERBOSE BIO_printf(bio_err, "Trying to update srpvfile.\n");
739 VERBOSE BIO_printf(bio_err, "Temporary srpvfile created.\n");
743 VERBOSE BIO_printf(bio_err, "srpvfile updated.\n");
749 VERBOSE BIO_printf(bio_err, "User errors %d.\n", errors);
751 VERBOSE BIO_printf(bio_err, "SRP terminating with code %d.\n", ret);
755 ERR_print_errors(bio_err);
757 app_RAND_write_file(randfile, bio_err);