Lines Matching refs:bio_err

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