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
Name |
Description |
user_pwd |
Entry to update. |
g |
Generator for the SRP group (not freed by SRP_user_pwd_free()). |
N |
Safe prime modulus for the SRP group (not freed by SRP_user_pwd_free()). |
Created with MrDocs