SRP_user_pwd_set_gN

Set the SRP group parameters on a user verifier entry (caller retains ownership of g/N; deprecated).

Synopsis

Declared in <openssl/srp.h>

[[deprecated]]
void
SRP_user_pwd_set_gN(
    SRP_user_pwd* user_pwd,
    BIGNUM const* g,
    BIGNUM const* N);

WARNING

Deprecated. Use of this entity is allowed but discouraged.

Parameters

NameDescription
user_pwdEntry to update.
gGenerator for the SRP group (not freed by SRP_user_pwd_free()).
NSafe prime modulus for the SRP group (not freed by SRP_user_pwd_free()).