Lines Matching full:srp
12 * This file is to enable backwards compatibility for the SRP features of
15 * need to access deprecated SRP APIs.
22 #include <openssl/srp.h>
73 BIO_printf(bio_err, "SRP parameters:\n"); in ssl_srp_verify_param_cb()
87 "SRP param N and g are not known params, going to check deeper.\n"); in ssl_srp_verify_param_cb()
97 BIO_printf(bio_err, "SRP param N and g rejected.\n"); in ssl_srp_verify_param_cb()
106 char *pass = app_malloc(PWD_STRLEN + 1, "SRP password buffer"); in ssl_give_srp_client_pwd_cb()
111 cb_tmp.prompt_info = "SRP user"; in ssl_give_srp_client_pwd_cb()
126 BIO_printf(bio_err, "Unable to set SRP username\n"); in set_up_srp_arg()
165 BIO_printf(bio_err, "SRP username = \"%s\"\n", p->login); in ssl_srp_server_param_cb()
181 "SRP parameters set: username = \"%s\" info=\"%s\" \n", in ssl_srp_server_param_cb()
202 BIO_printf(bio_err, "Failed to initialize SRP verifier file \n"); in set_up_srp_verifier_file()
209 "Cannot initialize SRP verifier file \"%s\":ret=%d\n", in set_up_srp_verifier_file()