Lines Matching refs:password
29 int SSL_CTX_set_srp_password(SSL_CTX *ctx, char *password);
57 and passwords over unencrypted channels without revealing the password to an
68 The SSL_CTX_set_srp_password() function sets the SRP password for B<ctx>. This
93 The SSL_CTX_set_srp_client_pwd_callback() function sets the client password
98 It should return the client password in text form or NULL to abort the connection.
117 user salt, B<v> the password verifier and B<info> is the optional user info.
120 connection B<s> by generating a random salt and a password verifier.
121 B<user> is the username, B<pass> the password and B<grp> the SRP group parameters
152 const char *password = "password";
159 if (!SSL_CTX_set_srp_password(ctx, password))
167 const char *srpvfile = "password.srpv";