Lines Matching refs:bio_err
69 BIO_printf(bio_err, "%s \"%s\"\n", s, pp[DB_srpid]);
71 BIO_printf(bio_err, " %d = \"%s\"\n", j, pp[j]);
106 BIO_printf(bio_err, "failed to update srpvfile\n");
107 BIO_printf(bio_err, "TXT_DB error number %ld\n", db->db->error);
118 BIO_printf(bio_err, "variable lookup failed for %s::%s\n", section, tag);
139 BIO_printf(bio_err,
143 BIO_printf(bio_err, "Pass %s\n", password);
148 BIO_printf(bio_err, "Internal error validating SRP verifier\n");
175 BIO_printf(bio_err, "Creating\n user=\"%s\"\n g=\"%s\"\n N=\"%s\"\n",
179 BIO_printf(bio_err, "Internal error creating SRP verifier\n");
185 BIO_printf(bio_err, "gNid=%s salt =\"%s\"\n verifier =\"%s\"\n",
252 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
275 BIO_printf(bio_err,
316 BIO_printf(bio_err,
321 BIO_printf(bio_err,
327 BIO_printf(bio_err, "Need at least one user.\n");
333 BIO_printf(bio_err,
339 BIO_printf(bio_err, "Error getting passwords\n");
356 BIO_printf(bio_err,
368 BIO_printf(bio_err,
378 BIO_printf(bio_err, "Trying to read SRP verifier file \"%s\"\n",
383 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", srpvfile);
401 BIO_printf(bio_err, "Database initialised\n");
407 BIO_printf(bio_err, "No g and N value for index \"%s\"\n", gN);
411 BIO_printf(bio_err, "Database has no g N information.\n");
416 BIO_printf(bio_err, "Starting user processing\n");
422 BIO_printf(bio_err, "Processing user \"%s\"\n", user);
428 BIO_printf(bio_err, "List all users\n");
433 BIO_printf(bio_err,
442 BIO_printf(bio_err, "user \"%s\" reactivated.\n", user);
459 BIO_printf(bio_err,
489 BIO_printf(bio_err,
499 BIO_printf(bio_err,
510 BIO_printf(bio_err,
524 BIO_printf(bio_err,
532 BIO_printf(bio_err, "Password for user \"%s\" ok.\n",
542 BIO_printf(bio_err,
567 BIO_printf(bio_err,
574 BIO_printf(bio_err, "user \"%s\" revoked. t\n", user);
587 BIO_printf(bio_err, "User procession done.\n");
601 BIO_printf(bio_err, "Trying to update srpvfile.\n");
606 BIO_printf(bio_err, "Temporary srpvfile created.\n");
611 BIO_printf(bio_err, "srpvfile updated.\n");
618 BIO_printf(bio_err, "User errors %d.\n", errors);
621 BIO_printf(bio_err, "SRP terminating with code %d.\n", ret);
626 ERR_print_errors(bio_err);