Home | History | Annotate | Download | only in apps

Lines Matching refs:bio_err

68         BIO_printf(bio_err, "%s \"%s\"\n", s, pp[DB_srpid]);
70 BIO_printf(bio_err, " %d = \"%s\"\n", j, pp[j]);
104 BIO_printf(bio_err, "failed to update srpvfile\n");
105 BIO_printf(bio_err, "TXT_DB error number %ld\n", db->db->error);
116 BIO_printf(bio_err, "variable lookup failed for %s::%s\n", section, tag);
137 BIO_printf(bio_err,
141 BIO_printf(bio_err, "Pass %s\n", password);
147 BIO_printf(bio_err, "Internal error validating SRP verifier\n");
174 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",
263 BIO_printf(bio_err, "%s: Use -help for summary.\n", prog);
286 BIO_printf(bio_err,
327 BIO_printf(bio_err,
332 BIO_printf(bio_err,
338 BIO_printf(bio_err, "Need at least one user.\n");
344 BIO_printf(bio_err,
350 BIO_printf(bio_err, "Error getting passwords\n");
367 BIO_printf(bio_err,
379 BIO_printf(bio_err,
389 BIO_printf(bio_err, "Trying to read SRP verifier file \"%s\"\n",
394 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", srpvfile);
412 BIO_printf(bio_err, "Database initialised\n");
418 BIO_printf(bio_err, "No g and N value for index \"%s\"\n", gN);
422 BIO_printf(bio_err, "Database has no g N information.\n");
427 BIO_printf(bio_err, "Starting user processing\n");
433 BIO_printf(bio_err, "Processing user \"%s\"\n", user);
439 BIO_printf(bio_err, "List all users\n");
444 BIO_printf(bio_err,
452 BIO_printf(bio_err, "user \"%s\" reactivated.\n", user);
467 BIO_printf(bio_err,
497 BIO_printf(bio_err,
506 BIO_printf(bio_err,
517 bio_err,
528 BIO_printf(bio_err,
536 BIO_printf(bio_err, "Password for user \"%s\" ok.\n",
544 BIO_printf(bio_err,
569 BIO_printf(bio_err,
576 BIO_printf(bio_err, "user \"%s\" revoked. t\n", user);
589 BIO_printf(bio_err, "User procession done.\n");
603 BIO_printf(bio_err, "Trying to update srpvfile.\n");
608 BIO_printf(bio_err, "Temporary srpvfile created.\n");
613 BIO_printf(bio_err, "srpvfile updated.\n");
620 BIO_printf(bio_err, "User errors %d.\n", errors);
623 BIO_printf(bio_err, "SRP terminating with code %d.\n", ret);
628 ERR_print_errors(bio_err);