Searched refs:srpvfile (Results 1 – 5 of 5) sorted by relevance
/openssl/apps/ |
H A D | srp.c | 243 char *srpvfile = NULL, **pp, *prog; in srp_main() local 268 srpvfile = opt_arg(); in srp_main() 315 if (srpvfile != NULL && configfile != NULL) { in srp_main() 343 if (srpvfile == NULL) { in srp_main() 372 srpvfile = lookup_conf(conf, section, ENV_DATABASE); in srp_main() 373 if (srpvfile == NULL) in srp_main() 379 srpvfile); in srp_main() 381 db = load_index(srpvfile, NULL); in srp_main() 383 BIO_printf(bio_err, "Problem with index file: %s (could not load/parse file)\n", srpvfile); in srp_main() 602 if (!save_index(srpvfile, "new", db)) in srp_main() [all …]
|
/openssl/doc/man1/ |
H A D | openssl-srp.pod.in | 18 [B<-srpvfile> I<file>] 72 =item B<-srpvfile> I<file> 75 B<-srpvfile> can be used to specify the file to operate on.
|
H A D | openssl-s_server.pod.in | 123 [B<-srpvfile> I<infile>] 741 =item B<-srpvfile> 1004 The B<-srpvfile>, B<-srpuserseed>, and B<-engine>
|
/openssl/doc/man3/ |
H A D | SSL_CTX_set_srp_password.pod | 167 const char *srpvfile = "password.srpv"; 198 if (SRP_VBASE_init(srpData, (char*) srpvfile) != SRP_NO_ERROR)
|
/openssl/test/ |
H A D | sslapitest.c | 96 static char *srpvfile = NULL; variable 7599 tstsrpfile = srpvfile; in test_srp() 12431 || !TEST_ptr(srpvfile = test_get_argument(1)) in setup_tests()
|
Completed in 145 milliseconds