SRP verifier database entry for one user (salt, verifier, and group parameters).

Synopsis

Declared in <openssl/srp.h>

struct SRP_user_pwd_st;

Data Members

Name

Description

N

Safe prime modulus N for the SRP group (not owned; typically points at shared constants).

g

Generator g for the SRP group (not owned; typically points at shared constants).

id

User identifier string (owned by this structure).

info

Optional informational string stored with the user entry (owned by this structure).

s

Salt value s used when computing the verifier (owned by this structure).

v

Password verifier v = gˆx mod N (owned by this structure).

Created with MrDocs