Lines Matching defs:verifier
128 char *verifier = NULL;
147 &verifier, N, g)) == NULL) {
148 BIO_printf(bio_err, "Internal error validating SRP verifier\n");
150 if (strcmp(verifier, srp_verifier))
152 OPENSSL_free(verifier);
179 BIO_printf(bio_err, "Internal error creating SRP verifier\n");
185 BIO_printf(bio_err, "gNid=%s salt =\"%s\"\n verifier =\"%s\"\n",
212 {"add", OPT_ADD, '-', "Add a user and SRP verifier"},
213 {"modify", OPT_MODIFY, '-', "Modify the SRP verifier of an existing user"},
214 {"delete", OPT_DELETE, '-', "Delete user from verifier file"},
218 {"srpvfile", OPT_SRPVFILE, '<', "The srp verifier file name"},
219 {"gn", OPT_GN, 's', "Set g and N values to be used for new verifier"},
378 BIO_printf(bio_err, "Trying to read SRP verifier file \"%s\"\n",
460 "Cannot create srp verifier for user \"%s\", operation abandoned .\n",
543 "Cannot create srp verifier for user \"%s\", operation abandoned.\n",