Lines Matching full:srp
14 /* SRP is deprecated, so we're going to have to use some deprecated APIs */
27 #include <openssl/srp.h>
31 #define BASE_SECTION "srp"
148 BIO_printf(bio_err, "Internal error validating SRP verifier\n"); in srp_verify_user()
179 BIO_printf(bio_err, "Internal error creating SRP verifier\n"); in srp_create_user()
206 {"name", OPT_NAME, 's', "The particular srp definition to use"},
212 {"add", OPT_ADD, '-', "Add a user and SRP verifier"},
213 {"modify", OPT_MODIFY, '-', "Modify the SRP verifier of an existing user"},
218 {"srpvfile", OPT_SRPVFILE, '<', "The srp verifier file name"},
378 BIO_printf(bio_err, "Trying to read SRP verifier file \"%s\"\n", in srp_main()
460 … "Cannot create srp verifier for user \"%s\", operation abandoned .\n", in srp_main()
543 … "Cannot create srp verifier for user \"%s\", operation abandoned.\n", in srp_main()
621 BIO_printf(bio_err, "SRP terminating with code %d.\n", ret); in srp_main()