Lines Matching refs:srpvfile
35 #define ENV_DATABASE "srpvfile"
106 BIO_printf(bio_err, "failed to update srpvfile\n");
218 {"srpvfile", OPT_SRPVFILE, '<', "The srp verifier file name"},
243 char *srpvfile = NULL, **pp, *prog;
268 srpvfile = opt_arg();
315 if (srpvfile != NULL && configfile != NULL) {
317 "-srpvfile and -configfile cannot be specified together.\n");
343 if (srpvfile == NULL) {
372 srpvfile = lookup_conf(conf, section, ENV_DATABASE);
373 if (srpvfile == NULL)
379 srpvfile);
381 db = load_index(srpvfile, NULL);
383 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", srpvfile);
601 BIO_printf(bio_err, "Trying to update srpvfile.\n");
602 if (!save_index(srpvfile, "new", db))
606 BIO_printf(bio_err, "Temporary srpvfile created.\n");
607 if (!rotate_index(srpvfile, "new", "old"))
611 BIO_printf(bio_err, "srpvfile updated.\n");